body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #199bfc;
  border-bottom-color: #199bfc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #199bfc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnRBrSvWmq {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/conf-9-1920x1080.jpeg");
}
.cid-tnRBrSvWmq .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tnRBrSvWmq .wrap {
  padding: 0 25px;
}
.cid-tnRBrSvWmq .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-tnRBrSvWmq .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tnRBrSvWmq .mbr-text {
  margin-bottom: 20px;
}
.cid-tnRBrSvWmq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tnRBrSvWmq .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tnRBrSvWmq .title__block {
    padding: 80px 0;
  }
  .cid-tnRBrSvWmq .container,
  .cid-tnRBrSvWmq .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnRBrSvWmq .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tnRBrSvWmq a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnRBrSvWmq .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tnRBrSvWmq .mbr-section-title,
.cid-tnRBrSvWmq .mbr-figure {
  color: #ffffff;
}
.cid-uxkJkL38tI {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #facb1d;
  overflow: hidden;
}
.cid-uxkJkL38tI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkJkL38tI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxkJkL38tI .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uxkJkL38tI .title-container {
    flex-wrap: wrap;
  }
}
.cid-uxkJkL38tI .mbr-section-title {
  color: #181817;
  max-width: 40%;
}
@media (max-width: 767px) {
  .cid-uxkJkL38tI .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-uxkJkL38tI .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #181817;
}
.cid-uxkJkL38tI .link-text {
  position: relative;
  z-index: 2;
  color: #efefec;
  text-align: center;
}
.cid-uxkJkL38tI .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-uxkJkL38tI .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-uxkJkL38tI .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-uxkJkL38tI .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-uxkJkL38tI .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-uxkJkL38tI .mbr-section-subtitle {
  color: #199bfc;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxkJkL38tI .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tnRBte1hJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tnRBte1hJu .wrap {
  height: 700px;
}
.cid-tnRBte1hJu .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-tnRBte1hJu .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tnRBte1hJu .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-tnRBte1hJu .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-tnRBte1hJu .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-tnRBte1hJu .parallax__image {
  perspective: 700px;
}
.cid-tnRBte1hJu .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-tnRBte1hJu .image:hover {
  transform: rotateX(-10deg);
}
.cid-tnRBte1hJu .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnRBte1hJu .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-tnRBte1hJu .minwidth {
    height: 200px;
  }
}
.cid-tnRBte1hJu .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-tnRBte1hJu .push-lg {
    left: 8.33333333%;
  }
  .cid-tnRBte1hJu .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tnRBte1hJu .wrap {
    height: auto;
  }
  .cid-tnRBte1hJu .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-tnRBte1hJu .minwidth {
    margin-bottom: 30px;
  }
}
.cid-tnRBte1hJu .mbr-section-title {
  text-align: left;
}
.cid-sUKGplovYy {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../../../assets/images/conf-8-1920x1080.jpeg");
}
.cid-sUKGplovYy .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}
.cid-sUKGplovYy .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-sUKGplovYy .countdown-title img {
  max-width: 128px;
}
.cid-sUKGplovYy .countdown-title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUKGplovYy .number-wrap {
  color: #aaaaaa;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sUKGplovYy .number {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sUKGplovYy .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sUKGplovYy .dot {
  position: absolute;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 90px;
  right: -1.3rem;
  top: 18px;
  background-color: #ffffff;
}
.cid-sUKGplovYy .countdown-cont {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 730px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUKGplovYy .dot {
    display: none;
  }
  .cid-sUKGplovYy .countdown-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sUKGplovYy .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-sUKGplovYy .number-wrap {
    min-width: auto;
  }
  .cid-sUKGplovYy .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-sUKGplovYy .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sUKGplovYy .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sUKGplovYy .number {
    font-size: 25px;
  }
}
.cid-uEFSiAsl6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEFSiAsl6B .content__block {
  padding: 30px 15px;
}
.cid-uEFSiAsl6B .mbr-text {
  margin-bottom: 30px;
}
.cid-uEFSiAsl6B .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-uEFSiAsl6B .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-uEFSiAsl6B .bottom__text {
  margin: 10px 0;
}
.cid-uEFSiAsl6B .btn {
  margin-top: 0;
}
.cid-uEFSiAsl6B .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-uEFSiAsl6B .image {
  width: 100%;
}
.cid-uEFSiAsl6B .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uEFSiAsl6B .image {
    margin-bottom: 10px;
  }
  .cid-uEFSiAsl6B .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEFSiAsl6B .mbr-section-title {
  color: #283742;
}
.cid-uEFSiAsl6B .mbr-text,
.cid-uEFSiAsl6B .mbr-section-btn {
  color: #6a696c;
}
.cid-rRIjBgE6OI {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-rRIjBgE6OI .main {
  height: 520px;
  flex-direction: row-reverse;
}
.cid-rRIjBgE6OI .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-rRIjBgE6OI .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rRIjBgE6OI .map {
    height: auto;
  }
}
.cid-rRIjBgE6OI .wrap__content {
  display: flex;
  padding: 0;
}
.cid-rRIjBgE6OI .block__content1,
.cid-rRIjBgE6OI .block__content2 {
  padding: 90px 70px 90px 15px;
}
.cid-rRIjBgE6OI .block__content1 {
  background-color: #f5f7fd;
}
.cid-rRIjBgE6OI .block__content2 {
  background-color: #ebeaed;
}
.cid-rRIjBgE6OI .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRIjBgE6OI .content__title,
.cid-rRIjBgE6OI .title__address {
  margin-bottom: 20px;
}
.cid-rRIjBgE6OI .content__span,
.cid-rRIjBgE6OI .content__span2 {
  color: #6a696c;
}
.cid-rRIjBgE6OI .content__phone {
  margin-bottom: 25px;
}
.cid-rRIjBgE6OI .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-rRIjBgE6OI .main {
    height: auto;
  }
  .cid-rRIjBgE6OI .block__content1,
  .cid-rRIjBgE6OI .block__content2 {
    padding: 70px 25px 70px 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRIjBgE6OI .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-rRIjBgE6OI .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-rRIjBgE6OI .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIjBgE6OI .wrap__content {
    flex-direction: column;
  }
}
.cid-rRIjBgE6OI .content__title {
  color: #17161a;
}
.cid-rRIjBgE6OI .title__address {
  color: #17161a;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sW4TzizE5p {
  background-image: url("../../../assets/images/photo-2022-01-24-22-19-52-900x600.jpg");
}
.cid-sW4TzizE5p .push__top {
  padding-top: 80px;
}
.cid-sW4TzizE5p .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 700px;
}
.cid-sW4TzizE5p .title__block {
  width: 70%;
}
.cid-sW4TzizE5p .mbr-section-subtitle,
.cid-sW4TzizE5p .bottom__about__text,
.cid-sW4TzizE5p .bottom__subtitle {
  line-height: 25px;
}
.cid-sW4TzizE5p .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #341d74;
}
.cid-sW4TzizE5p .mbr-section-title {
  line-height: 57px;
  color: #ec7084;
  text-align: right;
}
.cid-sW4TzizE5p .widget__number {
  margin-bottom: 8px;
}
.cid-sW4TzizE5p .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-sW4TzizE5p .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sW4TzizE5p .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sW4TzizE5p .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-sW4TzizE5p .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-sW4TzizE5p .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sW4TzizE5p .mbr-media {
  display: inline-block;
}
.cid-sW4TzizE5p .mbr-figure {
  align-self: flex-start;
}
.cid-sW4TzizE5p .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-sW4TzizE5p .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sW4TzizE5p .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sW4TzizE5p .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sW4TzizE5p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sW4TzizE5p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sW4TzizE5p .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sW4TzizE5p a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sW4TzizE5p a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-sW4TzizE5p .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-sW4TzizE5p .date__block {
    margin-top: 50px;
  }
  .cid-sW4TzizE5p .mbr-section-title {
    line-height: 1;
  }
  .cid-sW4TzizE5p .push__top {
    padding-top: 30px;
  }
  .cid-sW4TzizE5p .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sW4TzizE5p .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-sW4TzizE5p .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-sW4TzizE5p .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-sW4TzizE5p .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-sW4TzizE5p .title__block {
    width: 100%;
  }
  .cid-sW4TzizE5p .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-sW4TzizE5p .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-sW4TzizE5p .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-sW4TzizE5p .divider {
    margin-bottom: 10px;
  }
  .cid-sW4TzizE5p a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sW4TzizE5p .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sW4TzizE5p .mbr-figure {
  color: #ffffff;
}
.cid-sW4TzkANo3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b2ccd2;
  overflow: hidden;
}
.cid-sW4TzkANo3 .title__block {
  padding: 50px 15px;
}
.cid-sW4TzkANo3 .image {
  display: block;
  position: relative;
}
.cid-sW4TzkANo3 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-sW4TzkANo3 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-sW4TzkANo3 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-sW4TzkANo3 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-sW4TzkANo3 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-sW4TzkANo3 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sW4TzkANo3 .widget .widget__text {
  margin: 5px 0;
}
.cid-sW4TzkANo3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-sW4TzkANo3 .btn {
  margin-top: 0;
}
.cid-sW4TzkANo3 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sW4TzkANo3 .mbr-media {
  display: inline-block;
}
.cid-sW4TzkANo3 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sW4TzkANo3 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-sW4TzkANo3 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sW4TzkANo3 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sW4TzkANo3 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sW4TzkANo3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sW4TzkANo3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sW4TzkANo3 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sW4TzkANo3 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sW4TzkANo3 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-sW4TzkANo3 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-sW4TzkANo3 .image {
    padding: 0;
  }
  .cid-sW4TzkANo3 .container,
  .cid-sW4TzkANo3 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sW4TzkANo3 .widget {
    margin-left: 0;
  }
  .cid-sW4TzkANo3 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-sW4TzkANo3 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sW4TzkANo3 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sW4TzkANo3 .image img {
    max-height: 400px;
  }
}
.cid-sW4TzugQ37 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sW4TzugQ37 .wrap {
  position: relative;
  background-color: #121212;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-sW4TzugQ37 .wrap {
    padding: 3rem 1rem;
  }
  .cid-sW4TzugQ37 .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-sW4TzugQ37 .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.cid-sW4TzugQ37 .author {
  font-style: italic;
  color: #9A948D;
}
.cid-sW4TzugQ37 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sW4TzugQ37 .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #4c4c4c;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-sW4TzugQ37 .mbr-text {
  color: #ffffff;
}
.cid-sW8HEMiALk {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #b2ccd2);
}
.cid-sW8HEMiALk .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sW8HEMiALk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sW8HEMiALk .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sW8HEMiALk .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sW8HEMiALk .mbr-text,
.cid-sW8HEMiALk .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sW8HEMiALk .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(24, 24, 24, 0.3);
  box-shadow: 0px 0px 30px rgba(24, 24, 24, 0.3);
  border-radius: .25rem;
}
.cid-sW8HEMiALk .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sW8HEMiALk .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sW8HEMiALk .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sW8HEMiALk .main-row {
    margin: 0;
  }
  .cid-sW8HEMiALk .mbr-section-title,
  .cid-sW8HEMiALk .mbr-text,
  .cid-sW8HEMiALk .list,
  .cid-sW8HEMiALk .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sW8HEMiALk .text-content {
    padding: 0;
  }
}
.cid-sW8HEMiALk .list UL {
  text-align: left;
}
.cid-sW8HEMiALk .mbr-section-title {
  text-align: center;
}
.cid-tnZUoygaig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnZUoygaig .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tnZUoygaig .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tnZUoygaig .mbr-section-head {
  max-width: 1270px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-tnZUoygaig .mbr-section-head {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tnZUoygaig .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-tnZUoygaig .mbr-section-subtitle {
  width: 100%;
  color: #555555;
}
.cid-tnZUoygaig .mbr-media {
  position: relative;
  height: 656px;
}
.cid-tnZUoygaig .mbr-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tnZUoygaig .mbr-media {
    height: 356px;
  }
}
.cid-tnZUoygaig .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnZUoygaig .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-tnZUoygaig .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnZUoygaig .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnZUoygaig .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnZUoygaig .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-tnZUoygaig .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnZUoygaig .col-video {
  padding: 0;
}
.cid-tnZUoygaig a:hover {
  background-image: none !important;
}
.cid-tnZUoygaig .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnZUoygaig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sW4TzvnOf2 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sW4TzvnOf2 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sW4TzvnOf2 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-sW4TzvnOf2 .title__address {
  margin-bottom: 20px;
}
.cid-sW4TzvnOf2 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-sW4TzvnOf2 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sW4TzvnOf2 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sW4TzvnOf2 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sW4TzvnOf2 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sW4TzvnOf2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sW4TzvnOf2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sW4TzvnOf2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sW4TzvnOf2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sW4TzvnOf2 .container {
    max-width: 100%;
  }
  .cid-sW4TzvnOf2 .container .row {
    margin: 0;
  }
  .cid-sW4TzvnOf2 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-sW4TzvnOf2 .title__address,
.cid-sW4TzvnOf2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sW4TzvnOf2 .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/capture-decran-2022-01-20-a-09.35.48-1032x1386.png");
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 25px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-rRHuzA3u55 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-rRHuzA3u55 .mbr-media {
  display: inline-block;
}
.cid-rRHuzA3u55 .mbr-figure {
  align-self: flex-start;
}
.cid-rRHuzA3u55 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-rRHuzA3u55 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRHuzA3u55 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHuzA3u55 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRHuzA3u55 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHuzA3u55 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHuzA3u55 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHuzA3u55 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHuzA3u55 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRHuzA3u55 .mbr-figure {
  color: #ffffff;
}
.cid-tnR6dc5YAN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnR6dc5YAN .title__block {
  padding: 50px 15px;
}
.cid-tnR6dc5YAN .image {
  display: block;
  position: relative;
}
.cid-tnR6dc5YAN .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnR6dc5YAN .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnR6dc5YAN .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnR6dc5YAN .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnR6dc5YAN .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnR6dc5YAN .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnR6dc5YAN .widget .widget__text {
  margin: 5px 0;
}
.cid-tnR6dc5YAN .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnR6dc5YAN .btn {
  margin-top: 0;
}
.cid-tnR6dc5YAN .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnR6dc5YAN .mbr-media {
  display: inline-block;
}
.cid-tnR6dc5YAN .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnR6dc5YAN .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnR6dc5YAN .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnR6dc5YAN .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnR6dc5YAN .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnR6dc5YAN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnR6dc5YAN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnR6dc5YAN .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnR6dc5YAN a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnR6dc5YAN a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnR6dc5YAN .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnR6dc5YAN .image {
    padding: 0;
  }
  .cid-tnR6dc5YAN .container,
  .cid-tnR6dc5YAN .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnR6dc5YAN .widget {
    margin-left: 0;
  }
  .cid-tnR6dc5YAN .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnR6dc5YAN a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnR6dc5YAN .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnR6dc5YAN .image img {
    max-height: 400px;
  }
}
.cid-sV3bysuV1J {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sV3bysuV1J .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sV3bysuV1J .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sV3bysuV1J .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sV3bysuV1J .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sV3bysuV1J .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sV3bysuV1J .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sV3bysuV1J .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sV3bysuV1J .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sV3bysuV1J .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sV3bysuV1J .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sV3bysuV1J .mbr-text,
.cid-sV3bysuV1J .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sV3bysuV1J H3 {
  text-align: left;
}
.cid-sV3bysuV1J .author,
.cid-sV3bysuV1J .box {
  font-style: italic;
}
.cid-sV3bysuV1J .author {
  color: #9A948D;
}
.cid-sV3bysuV1J .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sV3bysuV1J .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sV3bysuV1J .mbr-iconfont {
    display: none;
  }
}
.cid-sWjwgSCvam {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWjwgSCvam img {
  width: 100%;
  object-fit: cover;
}
.cid-sWjwgSCvam .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sWjwgSCvam .img-card {
  justify-content: center;
}
.cid-sWjwgSCvam .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sWjwgSCvam .card-title {
  margin-bottom: 1.2rem;
}
.cid-sWjwgSCvam .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sWjwgSCvam .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sWjwgSCvam .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sWjwgSCvam .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sWjwgSCvam .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sWjwgSCvam .card-title,
.cid-sWjwgSCvam .card-box {
  color: #767676;
  text-align: center;
}
.cid-sWjwgSCvam H3 {
  color: #000000;
  text-align: center;
}
.cid-sWjx0dOfuB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sWjx0dOfuB .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sWjx0dOfuB .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sWjx0dOfuB .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sWjx0dOfuB .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sWjx0dOfuB .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sWjx0dOfuB .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sWjx0dOfuB .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sWjx0dOfuB .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sWjx0dOfuB .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sWjx0dOfuB .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sWjx0dOfuB .mbr-text,
.cid-sWjx0dOfuB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sWjx0dOfuB H3 {
  text-align: left;
}
.cid-sWjx0dOfuB .author,
.cid-sWjx0dOfuB .box {
  font-style: italic;
}
.cid-sWjx0dOfuB .author {
  color: #9A948D;
}
.cid-sWjx0dOfuB .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sWjx0dOfuB .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sWjx0dOfuB .mbr-iconfont {
    display: none;
  }
}
.cid-tnVhfcdCeV {
  background-image: url("../../../assets/images/8id4dxj1kava3knhooh64v-1600x1065.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnVhfcdCeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVhfcdCeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnVhfcdCeV.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tnVhfcdCeV .container {
  position: static;
  margin: auto auto 0;
}
.cid-tnVhfcdCeV .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnVhfcdCeV .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tnVhfcdCeV .text-box {
  position: relative;
}
.cid-tnVhfcdCeV .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tnVhfcdCeV .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tnVhfcdCeV .mbr-section-btn {
  margin-top: 30px;
}
.cid-tnVhfcdCeV .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tnVhfcdCeV .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tnVhfcdCeV .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tnVhfcdCeV .video-col {
    top: 30%;
  }
}
.cid-tnVhfcdCeV .mbr-media {
  position: relative;
}
.cid-tnVhfcdCeV .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnVhfcdCeV .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tnVhfcdCeV .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tnVhfcdCeV .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tnVhfcdCeV .video-icon-bg-box a {
  padding: 50px;
}
.cid-tnVhfcdCeV .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tnVhfcdCeV .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tnVhfcdCeV .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tnVhfcdCeV .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tnVhfcdCeV .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tnVhfcdCeV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tnVhfcdCeV .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tnVhfcdCeV .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnVhfcdCeV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnVhfcdCeV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnVhfcdCeV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnVhfcdCeV .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-tnVhfcdCeV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rRHN1EeSqJ .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rRHN1EeSqJ .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rRHN1EeSqJ .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-rRHN1EeSqJ .title__address {
  margin-bottom: 20px;
}
.cid-rRHN1EeSqJ .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-rRHN1EeSqJ .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-rRHN1EeSqJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-rRHN1EeSqJ .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-rRHN1EeSqJ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rRHN1EeSqJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rRHN1EeSqJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rRHN1EeSqJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rRHN1EeSqJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rRHN1EeSqJ .container {
    max-width: 100%;
  }
  .cid-rRHN1EeSqJ .container .row {
    margin: 0;
  }
  .cid-rRHN1EeSqJ .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-rRHN1EeSqJ .title__address,
.cid-rRHN1EeSqJ .mbr-section-btn {
  color: #ffffff;
}
.cid-rRHN1EeSqJ .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWPDzGmpYd {
  background-image: url("../../../assets/images/or-cx-1-641x1072.jpg");
}
.cid-sWPDzGmpYd .push__top {
  padding-top: 80px;
}
.cid-sWPDzGmpYd .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-sWPDzGmpYd .title__block {
  width: 70%;
}
.cid-sWPDzGmpYd .mbr-section-subtitle,
.cid-sWPDzGmpYd .bottom__about__text,
.cid-sWPDzGmpYd .bottom__subtitle {
  line-height: 25px;
}
.cid-sWPDzGmpYd .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sWPDzGmpYd .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-sWPDzGmpYd .widget__number {
  margin-bottom: 8px;
}
.cid-sWPDzGmpYd .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-sWPDzGmpYd .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sWPDzGmpYd .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWPDzGmpYd .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-sWPDzGmpYd .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-sWPDzGmpYd .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-sWPDzGmpYd .date__block {
    margin-top: 50px;
  }
  .cid-sWPDzGmpYd .mbr-section-title {
    line-height: 1;
  }
  .cid-sWPDzGmpYd .push__top {
    padding-top: 30px;
  }
  .cid-sWPDzGmpYd .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sWPDzGmpYd .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-sWPDzGmpYd .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-sWPDzGmpYd .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-sWPDzGmpYd .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-sWPDzGmpYd .title__block {
    width: 100%;
  }
  .cid-sWPDzGmpYd .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-sWPDzGmpYd .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-sWPDzGmpYd .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-sWPDzGmpYd .divider {
    margin-bottom: 10px;
  }
  .cid-sWPDzGmpYd a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sWPDzGmpYd .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sWPDzGmpYd .mbr-figure {
  color: #ffffff;
}
.cid-tnR7sdiGTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnR7sdiGTf .title__block {
  padding: 50px 15px;
}
.cid-tnR7sdiGTf .image {
  display: block;
  position: relative;
}
.cid-tnR7sdiGTf .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnR7sdiGTf .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnR7sdiGTf .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnR7sdiGTf .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnR7sdiGTf .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnR7sdiGTf .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnR7sdiGTf .widget .widget__text {
  margin: 5px 0;
}
.cid-tnR7sdiGTf .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnR7sdiGTf .btn {
  margin-top: 0;
}
.cid-tnR7sdiGTf .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnR7sdiGTf .mbr-media {
  display: inline-block;
}
.cid-tnR7sdiGTf .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnR7sdiGTf .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnR7sdiGTf .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnR7sdiGTf .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnR7sdiGTf .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnR7sdiGTf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnR7sdiGTf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnR7sdiGTf .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnR7sdiGTf a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnR7sdiGTf a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnR7sdiGTf .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnR7sdiGTf .image {
    padding: 0;
  }
  .cid-tnR7sdiGTf .container,
  .cid-tnR7sdiGTf .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnR7sdiGTf .widget {
    margin-left: 0;
  }
  .cid-tnR7sdiGTf .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnR7sdiGTf a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnR7sdiGTf .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnR7sdiGTf .image img {
    max-height: 400px;
  }
}
.cid-sWPDzMAxXx {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sWPDzMAxXx .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sWPDzMAxXx .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sWPDzMAxXx .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sWPDzMAxXx .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sWPDzMAxXx .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sWPDzMAxXx .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sWPDzMAxXx .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sWPDzMAxXx .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sWPDzMAxXx .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sWPDzMAxXx .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sWPDzMAxXx .mbr-text,
.cid-sWPDzMAxXx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sWPDzMAxXx H3 {
  text-align: left;
}
.cid-sWPDzMAxXx .author,
.cid-sWPDzMAxXx .box {
  font-style: italic;
}
.cid-sWPDzMAxXx .author {
  color: #9A948D;
}
.cid-sWPDzMAxXx .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sWPDzMAxXx .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sWPDzMAxXx .mbr-iconfont {
    display: none;
  }
}
.cid-sWPDzLv41C {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWPDzLv41C img {
  width: 100%;
  object-fit: cover;
}
.cid-sWPDzLv41C .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sWPDzLv41C .img-card {
  justify-content: center;
}
.cid-sWPDzLv41C .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sWPDzLv41C .card-title {
  margin-bottom: 1.2rem;
}
.cid-sWPDzLv41C .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sWPDzLv41C .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sWPDzLv41C .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sWPDzLv41C .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sWPDzLv41C .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sWPDzLv41C .card-title,
.cid-sWPDzLv41C .card-box {
  color: #767676;
  text-align: center;
}
.cid-sWPDzLv41C H3 {
  color: #000000;
  text-align: center;
}
.cid-sWPDzOhY73 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sWPDzOhY73 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sWPDzOhY73 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sWPDzOhY73 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sWPDzOhY73 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sWPDzOhY73 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sWPDzOhY73 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sWPDzOhY73 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sWPDzOhY73 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sWPDzOhY73 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sWPDzOhY73 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sWPDzOhY73 .mbr-text,
.cid-sWPDzOhY73 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sWPDzOhY73 H3 {
  text-align: left;
}
.cid-sWPDzOhY73 .author,
.cid-sWPDzOhY73 .box {
  font-style: italic;
}
.cid-sWPDzOhY73 .author {
  color: #9A948D;
}
.cid-sWPDzOhY73 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sWPDzOhY73 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sWPDzOhY73 .mbr-iconfont {
    display: none;
  }
}
.cid-sWPDzQSIvm .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sWPDzQSIvm .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sWPDzQSIvm .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-sWPDzQSIvm .title__address {
  margin-bottom: 20px;
}
.cid-sWPDzQSIvm .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-sWPDzQSIvm .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sWPDzQSIvm .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWPDzQSIvm .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sWPDzQSIvm .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sWPDzQSIvm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sWPDzQSIvm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sWPDzQSIvm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sWPDzQSIvm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sWPDzQSIvm .container {
    max-width: 100%;
  }
  .cid-sWPDzQSIvm .container .row {
    margin: 0;
  }
  .cid-sWPDzQSIvm .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-sWPDzQSIvm .title__address,
.cid-sWPDzQSIvm .mbr-section-btn {
  color: #ffffff;
}
.cid-sWPDzQSIvm .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWPSYwfwau {
  background-image: url("../../../assets/images/photo-gda-795x989.jpeg");
}
.cid-sWPSYwfwau .push__top {
  padding-top: 80px;
}
.cid-sWPSYwfwau .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-sWPSYwfwau .title__block {
  width: 70%;
}
.cid-sWPSYwfwau .mbr-section-subtitle,
.cid-sWPSYwfwau .bottom__about__text,
.cid-sWPSYwfwau .bottom__subtitle {
  line-height: 25px;
}
.cid-sWPSYwfwau .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sWPSYwfwau .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-sWPSYwfwau .widget__number {
  margin-bottom: 8px;
}
.cid-sWPSYwfwau .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-sWPSYwfwau .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sWPSYwfwau .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWPSYwfwau .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-sWPSYwfwau .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-sWPSYwfwau .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sWPSYwfwau .mbr-media {
  display: inline-block;
}
.cid-sWPSYwfwau .mbr-figure {
  align-self: flex-start;
}
.cid-sWPSYwfwau .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-sWPSYwfwau .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sWPSYwfwau .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sWPSYwfwau .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sWPSYwfwau .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sWPSYwfwau .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sWPSYwfwau .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sWPSYwfwau a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sWPSYwfwau a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-sWPSYwfwau .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-sWPSYwfwau .date__block {
    margin-top: 50px;
  }
  .cid-sWPSYwfwau .mbr-section-title {
    line-height: 1;
  }
  .cid-sWPSYwfwau .push__top {
    padding-top: 30px;
  }
  .cid-sWPSYwfwau .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sWPSYwfwau .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-sWPSYwfwau .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-sWPSYwfwau .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-sWPSYwfwau .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-sWPSYwfwau .title__block {
    width: 100%;
  }
  .cid-sWPSYwfwau .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-sWPSYwfwau .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-sWPSYwfwau .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-sWPSYwfwau .divider {
    margin-bottom: 10px;
  }
  .cid-sWPSYwfwau a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sWPSYwfwau .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sWPSYwfwau .mbr-figure {
  color: #ffffff;
}
.cid-tnRc8oMPuC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnRc8oMPuC .title__block {
  padding: 50px 15px;
}
.cid-tnRc8oMPuC .image {
  display: block;
  position: relative;
}
.cid-tnRc8oMPuC .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnRc8oMPuC .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnRc8oMPuC .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnRc8oMPuC .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnRc8oMPuC .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnRc8oMPuC .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnRc8oMPuC .widget .widget__text {
  margin: 5px 0;
}
.cid-tnRc8oMPuC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnRc8oMPuC .btn {
  margin-top: 0;
}
.cid-tnRc8oMPuC .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnRc8oMPuC .mbr-media {
  display: inline-block;
}
.cid-tnRc8oMPuC .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnRc8oMPuC .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnRc8oMPuC .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnRc8oMPuC .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnRc8oMPuC .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnRc8oMPuC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnRc8oMPuC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnRc8oMPuC .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnRc8oMPuC a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnRc8oMPuC a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnRc8oMPuC .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnRc8oMPuC .image {
    padding: 0;
  }
  .cid-tnRc8oMPuC .container,
  .cid-tnRc8oMPuC .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnRc8oMPuC .widget {
    margin-left: 0;
  }
  .cid-tnRc8oMPuC .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnRc8oMPuC a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnRc8oMPuC .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnRc8oMPuC .image img {
    max-height: 400px;
  }
}
.cid-sWPSYzNXGo {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sWPSYzNXGo .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sWPSYzNXGo .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sWPSYzNXGo .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sWPSYzNXGo .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sWPSYzNXGo .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sWPSYzNXGo .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sWPSYzNXGo .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sWPSYzNXGo .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sWPSYzNXGo .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sWPSYzNXGo .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sWPSYzNXGo .mbr-text,
.cid-sWPSYzNXGo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sWPSYzNXGo H3 {
  text-align: left;
}
.cid-sWPSYzNXGo .author,
.cid-sWPSYzNXGo .box {
  font-style: italic;
}
.cid-sWPSYzNXGo .author {
  color: #9A948D;
}
.cid-sWPSYzNXGo .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sWPSYzNXGo .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sWPSYzNXGo .mbr-iconfont {
    display: none;
  }
}
.cid-sWPSYzjWRn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWPSYzjWRn img {
  width: 100%;
  object-fit: cover;
}
.cid-sWPSYzjWRn .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sWPSYzjWRn .img-card {
  justify-content: center;
}
.cid-sWPSYzjWRn .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sWPSYzjWRn .card-title {
  margin-bottom: 1.2rem;
}
.cid-sWPSYzjWRn .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sWPSYzjWRn .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sWPSYzjWRn .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sWPSYzjWRn .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sWPSYzjWRn .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sWPSYzjWRn .card-title,
.cid-sWPSYzjWRn .card-box {
  color: #767676;
  text-align: center;
}
.cid-sWPSYzjWRn H3 {
  color: #000000;
  text-align: center;
}
.cid-sWPSYAFAOX {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sWPSYAFAOX .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sWPSYAFAOX .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sWPSYAFAOX .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sWPSYAFAOX .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sWPSYAFAOX .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sWPSYAFAOX .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sWPSYAFAOX .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sWPSYAFAOX .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sWPSYAFAOX .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sWPSYAFAOX .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sWPSYAFAOX .mbr-text,
.cid-sWPSYAFAOX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sWPSYAFAOX H3 {
  text-align: left;
}
.cid-sWPSYAFAOX .author,
.cid-sWPSYAFAOX .box {
  font-style: italic;
}
.cid-sWPSYAFAOX .author {
  color: #9A948D;
}
.cid-sWPSYAFAOX .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sWPSYAFAOX .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sWPSYAFAOX .mbr-iconfont {
    display: none;
  }
}
.cid-unizA6A6Fd {
  background-image: url("../../../assets/images/photo-gda-653x622.jpg");
  position: relative;
  overflow: hidden;
}
.cid-unizA6A6Fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-unizA6A6Fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-unizA6A6Fd.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-unizA6A6Fd .container {
  position: static;
  margin: auto auto 0;
}
.cid-unizA6A6Fd .mbr-section-title {
  color: #FFFFFF;
}
.cid-unizA6A6Fd .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-unizA6A6Fd .text-box {
  position: relative;
}
.cid-unizA6A6Fd .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-unizA6A6Fd .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-unizA6A6Fd .mbr-section-btn {
  margin-top: 30px;
}
.cid-unizA6A6Fd .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-unizA6A6Fd .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-unizA6A6Fd .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-unizA6A6Fd .video-col {
    top: 30%;
  }
}
.cid-unizA6A6Fd .mbr-media {
  position: relative;
}
.cid-unizA6A6Fd .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-unizA6A6Fd .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-unizA6A6Fd .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-unizA6A6Fd .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-unizA6A6Fd .video-icon-bg-box a {
  padding: 50px;
}
.cid-unizA6A6Fd .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-unizA6A6Fd .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-unizA6A6Fd .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-unizA6A6Fd .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-unizA6A6Fd .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-unizA6A6Fd .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-unizA6A6Fd .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-unizA6A6Fd .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-unizA6A6Fd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-unizA6A6Fd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-unizA6A6Fd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-unizA6A6Fd .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-unizA6A6Fd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sWPSYBsOL0 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sWPSYBsOL0 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sWPSYBsOL0 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-sWPSYBsOL0 .title__address {
  margin-bottom: 20px;
}
.cid-sWPSYBsOL0 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-sWPSYBsOL0 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sWPSYBsOL0 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWPSYBsOL0 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sWPSYBsOL0 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sWPSYBsOL0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sWPSYBsOL0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sWPSYBsOL0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sWPSYBsOL0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sWPSYBsOL0 .container {
    max-width: 100%;
  }
  .cid-sWPSYBsOL0 .container .row {
    margin: 0;
  }
  .cid-sWPSYBsOL0 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-sWPSYBsOL0 .title__address,
.cid-sWPSYBsOL0 .mbr-section-btn {
  color: #ffffff;
}
.cid-sWPSYBsOL0 .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYguyMEKIO {
  background-image: url("../../../assets/images/intervio-inge-o-ratib-2000x1125.jpg");
}
.cid-sYguyMEKIO .push__top {
  padding-top: 80px;
}
.cid-sYguyMEKIO .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-sYguyMEKIO .title__block {
  width: 70%;
}
.cid-sYguyMEKIO .mbr-section-subtitle,
.cid-sYguyMEKIO .bottom__about__text,
.cid-sYguyMEKIO .bottom__subtitle {
  line-height: 25px;
}
.cid-sYguyMEKIO .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sYguyMEKIO .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-sYguyMEKIO .widget__number {
  margin-bottom: 8px;
}
.cid-sYguyMEKIO .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-sYguyMEKIO .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sYguyMEKIO .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sYguyMEKIO .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-sYguyMEKIO .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-sYguyMEKIO .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sYguyMEKIO .mbr-media {
  display: inline-block;
}
.cid-sYguyMEKIO .mbr-figure {
  align-self: flex-start;
}
.cid-sYguyMEKIO .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-sYguyMEKIO .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sYguyMEKIO .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sYguyMEKIO .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sYguyMEKIO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sYguyMEKIO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sYguyMEKIO .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sYguyMEKIO a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sYguyMEKIO a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-sYguyMEKIO .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-sYguyMEKIO .date__block {
    margin-top: 50px;
  }
  .cid-sYguyMEKIO .mbr-section-title {
    line-height: 1;
  }
  .cid-sYguyMEKIO .push__top {
    padding-top: 30px;
  }
  .cid-sYguyMEKIO .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sYguyMEKIO .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-sYguyMEKIO .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-sYguyMEKIO .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-sYguyMEKIO .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-sYguyMEKIO .title__block {
    width: 100%;
  }
  .cid-sYguyMEKIO .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-sYguyMEKIO .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-sYguyMEKIO .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-sYguyMEKIO .divider {
    margin-bottom: 10px;
  }
  .cid-sYguyMEKIO a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sYguyMEKIO .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sYguyMEKIO .mbr-figure {
  color: #ffffff;
}
.cid-sYguyTxDOp {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sYguyTxDOp .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sYguyTxDOp .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sYguyTxDOp .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sYguyTxDOp .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sYguyTxDOp .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sYguyTxDOp .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sYguyTxDOp .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sYguyTxDOp .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sYguyTxDOp .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sYguyTxDOp .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sYguyTxDOp .mbr-text,
.cid-sYguyTxDOp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sYguyTxDOp H3 {
  text-align: left;
}
.cid-sYguyTxDOp .author,
.cid-sYguyTxDOp .box {
  font-style: italic;
}
.cid-sYguyTxDOp .author {
  color: #9A948D;
}
.cid-sYguyTxDOp .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sYguyTxDOp .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sYguyTxDOp .mbr-iconfont {
    display: none;
  }
}
.cid-tnRdH3upjG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnRdH3upjG .title__block {
  padding: 50px 15px;
}
.cid-tnRdH3upjG .image {
  display: block;
  position: relative;
}
.cid-tnRdH3upjG .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnRdH3upjG .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnRdH3upjG .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnRdH3upjG .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnRdH3upjG .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnRdH3upjG .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnRdH3upjG .widget .widget__text {
  margin: 5px 0;
}
.cid-tnRdH3upjG .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnRdH3upjG .btn {
  margin-top: 0;
}
.cid-tnRdH3upjG .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnRdH3upjG .mbr-media {
  display: inline-block;
}
.cid-tnRdH3upjG .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnRdH3upjG .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnRdH3upjG .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnRdH3upjG .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnRdH3upjG .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnRdH3upjG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnRdH3upjG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnRdH3upjG .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnRdH3upjG a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnRdH3upjG a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnRdH3upjG .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnRdH3upjG .image {
    padding: 0;
  }
  .cid-tnRdH3upjG .container,
  .cid-tnRdH3upjG .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnRdH3upjG .widget {
    margin-left: 0;
  }
  .cid-tnRdH3upjG .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnRdH3upjG a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnRdH3upjG .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnRdH3upjG .image img {
    max-height: 400px;
  }
}
.cid-sYCLVrzios {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sYCLVrzios .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sYCLVrzios .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sYCLVrzios .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sYCLVrzios .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sYCLVrzios .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sYCLVrzios .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sYCLVrzios .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sYCLVrzios .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sYCLVrzios .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sYCLVrzios .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sYCLVrzios .mbr-text,
.cid-sYCLVrzios .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sYCLVrzios H3 {
  text-align: left;
}
.cid-sYCLVrzios .author,
.cid-sYCLVrzios .box {
  font-style: italic;
}
.cid-sYCLVrzios .author {
  color: #9A948D;
}
.cid-sYCLVrzios .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sYCLVrzios .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sYCLVrzios .mbr-iconfont {
    display: none;
  }
}
.cid-sYguyT2swo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYguyT2swo img {
  width: 100%;
  object-fit: cover;
}
.cid-sYguyT2swo .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sYguyT2swo .img-card {
  justify-content: center;
}
.cid-sYguyT2swo .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sYguyT2swo .card-title {
  margin-bottom: 1.2rem;
}
.cid-sYguyT2swo .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sYguyT2swo .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sYguyT2swo .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sYguyT2swo .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sYguyT2swo .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sYguyT2swo .card-title,
.cid-sYguyT2swo .card-box {
  color: #767676;
  text-align: center;
}
.cid-sYguyT2swo H3 {
  color: #000000;
  text-align: center;
}
.cid-sYguyUBenJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sYguyUBenJ .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sYguyUBenJ .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sYguyUBenJ .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sYguyUBenJ .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sYguyUBenJ .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sYguyUBenJ .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sYguyUBenJ .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sYguyUBenJ .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sYguyUBenJ .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sYguyUBenJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sYguyUBenJ .mbr-text,
.cid-sYguyUBenJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sYguyUBenJ H3 {
  text-align: left;
}
.cid-sYguyUBenJ .author,
.cid-sYguyUBenJ .box {
  font-style: italic;
}
.cid-sYguyUBenJ .author {
  color: #9A948D;
}
.cid-sYguyUBenJ .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sYguyUBenJ .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sYguyUBenJ .mbr-iconfont {
    display: none;
  }
}
.cid-tqDSeYSq8W {
  background-image: url("../../../assets/images/img-1050-2000x1500.png");
  position: relative;
  overflow: hidden;
}
.cid-tqDSeYSq8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDSeYSq8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqDSeYSq8W.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tqDSeYSq8W .container {
  position: static;
  margin: auto auto 0;
}
.cid-tqDSeYSq8W .mbr-section-title {
  color: #FFFFFF;
}
.cid-tqDSeYSq8W .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tqDSeYSq8W .text-box {
  position: relative;
}
.cid-tqDSeYSq8W .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tqDSeYSq8W .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tqDSeYSq8W .mbr-section-btn {
  margin-top: 30px;
}
.cid-tqDSeYSq8W .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tqDSeYSq8W .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tqDSeYSq8W .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tqDSeYSq8W .video-col {
    top: 30%;
  }
}
.cid-tqDSeYSq8W .mbr-media {
  position: relative;
}
.cid-tqDSeYSq8W .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tqDSeYSq8W .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tqDSeYSq8W .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tqDSeYSq8W .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tqDSeYSq8W .video-icon-bg-box a {
  padding: 50px;
}
.cid-tqDSeYSq8W .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tqDSeYSq8W .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tqDSeYSq8W .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tqDSeYSq8W .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tqDSeYSq8W .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tqDSeYSq8W .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tqDSeYSq8W .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tqDSeYSq8W .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tqDSeYSq8W .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tqDSeYSq8W .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tqDSeYSq8W .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tqDSeYSq8W .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-tqDSeYSq8W .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYguyVuiRs .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sYguyVuiRs .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sYguyVuiRs .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-sYguyVuiRs .title__address {
  margin-bottom: 20px;
}
.cid-sYguyVuiRs .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-sYguyVuiRs .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sYguyVuiRs .mbr-section-btn {
  margin-top: 40px;
}
.cid-sYguyVuiRs .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sYguyVuiRs .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sYguyVuiRs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYguyVuiRs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYguyVuiRs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYguyVuiRs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sYguyVuiRs .container {
    max-width: 100%;
  }
  .cid-sYguyVuiRs .container .row {
    margin: 0;
  }
  .cid-sYguyVuiRs .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-sYguyVuiRs .title__address,
.cid-sYguyVuiRs .mbr-section-btn {
  color: #ffffff;
}
.cid-sYguyVuiRs .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYljPxu5yz {
  background-image: url("../../../assets/images/whatsapp-image-2022-02-24-at-08.56.34-811x1024.jpg");
}
.cid-sYljPxu5yz .push__top {
  padding-top: 80px;
}
.cid-sYljPxu5yz .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-sYljPxu5yz .title__block {
  width: 70%;
}
.cid-sYljPxu5yz .mbr-section-subtitle,
.cid-sYljPxu5yz .bottom__about__text,
.cid-sYljPxu5yz .bottom__subtitle {
  line-height: 25px;
}
.cid-sYljPxu5yz .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sYljPxu5yz .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-sYljPxu5yz .widget__number {
  margin-bottom: 8px;
}
.cid-sYljPxu5yz .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-sYljPxu5yz .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sYljPxu5yz .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sYljPxu5yz .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-sYljPxu5yz .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-sYljPxu5yz .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sYljPxu5yz .mbr-media {
  display: inline-block;
}
.cid-sYljPxu5yz .mbr-figure {
  align-self: flex-start;
}
.cid-sYljPxu5yz .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-sYljPxu5yz .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sYljPxu5yz .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sYljPxu5yz .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sYljPxu5yz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sYljPxu5yz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sYljPxu5yz .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sYljPxu5yz a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sYljPxu5yz a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-sYljPxu5yz .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-sYljPxu5yz .date__block {
    margin-top: 50px;
  }
  .cid-sYljPxu5yz .mbr-section-title {
    line-height: 1;
  }
  .cid-sYljPxu5yz .push__top {
    padding-top: 30px;
  }
  .cid-sYljPxu5yz .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sYljPxu5yz .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-sYljPxu5yz .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-sYljPxu5yz .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-sYljPxu5yz .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-sYljPxu5yz .title__block {
    width: 100%;
  }
  .cid-sYljPxu5yz .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-sYljPxu5yz .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-sYljPxu5yz .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-sYljPxu5yz .divider {
    margin-bottom: 10px;
  }
  .cid-sYljPxu5yz a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sYljPxu5yz .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sYljPxu5yz .mbr-figure {
  color: #ffffff;
}
.cid-tnR6P7k2fE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnR6P7k2fE .title__block {
  padding: 50px 15px;
}
.cid-tnR6P7k2fE .image {
  display: block;
  position: relative;
}
.cid-tnR6P7k2fE .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnR6P7k2fE .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnR6P7k2fE .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnR6P7k2fE .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnR6P7k2fE .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnR6P7k2fE .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnR6P7k2fE .widget .widget__text {
  margin: 5px 0;
}
.cid-tnR6P7k2fE .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnR6P7k2fE .btn {
  margin-top: 0;
}
.cid-tnR6P7k2fE .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnR6P7k2fE .mbr-media {
  display: inline-block;
}
.cid-tnR6P7k2fE .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnR6P7k2fE .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnR6P7k2fE .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnR6P7k2fE .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnR6P7k2fE .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnR6P7k2fE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnR6P7k2fE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnR6P7k2fE .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnR6P7k2fE a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnR6P7k2fE a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnR6P7k2fE .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnR6P7k2fE .image {
    padding: 0;
  }
  .cid-tnR6P7k2fE .container,
  .cid-tnR6P7k2fE .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnR6P7k2fE .widget {
    margin-left: 0;
  }
  .cid-tnR6P7k2fE .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnR6P7k2fE a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnR6P7k2fE .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnR6P7k2fE .image img {
    max-height: 400px;
  }
}
.cid-sYljPASuI6 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sYljPASuI6 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sYljPASuI6 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sYljPASuI6 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sYljPASuI6 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sYljPASuI6 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sYljPASuI6 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sYljPASuI6 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sYljPASuI6 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sYljPASuI6 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sYljPASuI6 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sYljPASuI6 .mbr-text,
.cid-sYljPASuI6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sYljPASuI6 H3 {
  text-align: left;
}
.cid-sYljPASuI6 .author,
.cid-sYljPASuI6 .box {
  font-style: italic;
}
.cid-sYljPASuI6 .author {
  color: #9A948D;
}
.cid-sYljPASuI6 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sYljPASuI6 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sYljPASuI6 .mbr-iconfont {
    display: none;
  }
}
.cid-sYljPzIg2N {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYljPzIg2N img {
  width: 100%;
  object-fit: cover;
}
.cid-sYljPzIg2N .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sYljPzIg2N .img-card {
  justify-content: center;
}
.cid-sYljPzIg2N .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sYljPzIg2N .card-title {
  margin-bottom: 1.2rem;
}
.cid-sYljPzIg2N .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sYljPzIg2N .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sYljPzIg2N .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sYljPzIg2N .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sYljPzIg2N .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sYljPzIg2N .card-title,
.cid-sYljPzIg2N .card-box {
  color: #767676;
  text-align: center;
}
.cid-sYljPzIg2N H3 {
  color: #000000;
  text-align: center;
}
.cid-uLiVi8G2cN {
  background-image: url("../../../assets/images/whatsapp-image-2022-02-24-at-08.56.34-1-811x1024.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uLiVi8G2cN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiVi8G2cN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLiVi8G2cN.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-uLiVi8G2cN .container {
  position: static;
  margin: auto auto 0;
}
.cid-uLiVi8G2cN .mbr-section-title {
  color: #FFFFFF;
}
.cid-uLiVi8G2cN .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uLiVi8G2cN .text-box {
  position: relative;
}
.cid-uLiVi8G2cN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-uLiVi8G2cN .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-uLiVi8G2cN .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLiVi8G2cN .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uLiVi8G2cN .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uLiVi8G2cN .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-uLiVi8G2cN .video-col {
    top: 30%;
  }
}
.cid-uLiVi8G2cN .mbr-media {
  position: relative;
}
.cid-uLiVi8G2cN .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uLiVi8G2cN .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uLiVi8G2cN .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-uLiVi8G2cN .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-uLiVi8G2cN .video-icon-bg-box a {
  padding: 50px;
}
.cid-uLiVi8G2cN .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-uLiVi8G2cN .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-uLiVi8G2cN .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uLiVi8G2cN .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-uLiVi8G2cN .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-uLiVi8G2cN .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-uLiVi8G2cN .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-uLiVi8G2cN .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uLiVi8G2cN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLiVi8G2cN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLiVi8G2cN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLiVi8G2cN .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-uLiVi8G2cN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYljPBEBIj .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sYljPBEBIj .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sYljPBEBIj .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-sYljPBEBIj .title__address {
  margin-bottom: 20px;
}
.cid-sYljPBEBIj .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-sYljPBEBIj .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sYljPBEBIj .mbr-section-btn {
  margin-top: 40px;
}
.cid-sYljPBEBIj .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sYljPBEBIj .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sYljPBEBIj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYljPBEBIj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYljPBEBIj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYljPBEBIj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sYljPBEBIj .container {
    max-width: 100%;
  }
  .cid-sYljPBEBIj .container .row {
    margin: 0;
  }
  .cid-sYljPBEBIj .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-sYljPBEBIj .title__address,
.cid-sYljPBEBIj .mbr-section-btn {
  color: #ffffff;
}
.cid-sYljPBEBIj .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t08PHmV6hg {
  background-image: url("../../../assets/images/whatsapp-image-2022-03-14-at-20.23.39-225x299.jpeg");
}
.cid-t08PHmV6hg .push__top {
  padding-top: 80px;
}
.cid-t08PHmV6hg .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-t08PHmV6hg .title__block {
  width: 70%;
}
.cid-t08PHmV6hg .mbr-section-subtitle,
.cid-t08PHmV6hg .bottom__about__text,
.cid-t08PHmV6hg .bottom__subtitle {
  line-height: 25px;
}
.cid-t08PHmV6hg .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-t08PHmV6hg .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-t08PHmV6hg .widget__number {
  margin-bottom: 8px;
}
.cid-t08PHmV6hg .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-t08PHmV6hg .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-t08PHmV6hg .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-t08PHmV6hg .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-t08PHmV6hg .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-t08PHmV6hg .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-t08PHmV6hg .mbr-media {
  display: inline-block;
}
.cid-t08PHmV6hg .mbr-figure {
  align-self: flex-start;
}
.cid-t08PHmV6hg .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-t08PHmV6hg .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-t08PHmV6hg .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t08PHmV6hg .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-t08PHmV6hg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-t08PHmV6hg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t08PHmV6hg .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-t08PHmV6hg a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-t08PHmV6hg a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-t08PHmV6hg .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-t08PHmV6hg .date__block {
    margin-top: 50px;
  }
  .cid-t08PHmV6hg .mbr-section-title {
    line-height: 1;
  }
  .cid-t08PHmV6hg .push__top {
    padding-top: 30px;
  }
  .cid-t08PHmV6hg .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-t08PHmV6hg .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-t08PHmV6hg .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-t08PHmV6hg .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-t08PHmV6hg .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-t08PHmV6hg .title__block {
    width: 100%;
  }
  .cid-t08PHmV6hg .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-t08PHmV6hg .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-t08PHmV6hg .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-t08PHmV6hg .divider {
    margin-bottom: 10px;
  }
  .cid-t08PHmV6hg a.close {
    right: 50px;
    top: 25px;
  }
  .cid-t08PHmV6hg .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-t08PHmV6hg .mbr-figure {
  color: #ffffff;
}
.cid-tnReaclSwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnReaclSwp .title__block {
  padding: 50px 15px;
}
.cid-tnReaclSwp .image {
  display: block;
  position: relative;
}
.cid-tnReaclSwp .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnReaclSwp .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnReaclSwp .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnReaclSwp .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnReaclSwp .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnReaclSwp .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnReaclSwp .widget .widget__text {
  margin: 5px 0;
}
.cid-tnReaclSwp .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnReaclSwp .btn {
  margin-top: 0;
}
.cid-tnReaclSwp .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnReaclSwp .mbr-media {
  display: inline-block;
}
.cid-tnReaclSwp .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnReaclSwp .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnReaclSwp .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnReaclSwp .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnReaclSwp .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnReaclSwp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnReaclSwp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnReaclSwp .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnReaclSwp a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnReaclSwp a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnReaclSwp .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnReaclSwp .image {
    padding: 0;
  }
  .cid-tnReaclSwp .container,
  .cid-tnReaclSwp .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnReaclSwp .widget {
    margin-left: 0;
  }
  .cid-tnReaclSwp .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnReaclSwp a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnReaclSwp .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnReaclSwp .image img {
    max-height: 400px;
  }
}
.cid-t08PHuwMhW {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-t08PHuwMhW .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-t08PHuwMhW .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t08PHuwMhW .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-t08PHuwMhW .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t08PHuwMhW .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t08PHuwMhW .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-t08PHuwMhW .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t08PHuwMhW .carousel-indicators li.active {
  background: #ddc499;
}
.cid-t08PHuwMhW .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t08PHuwMhW .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-t08PHuwMhW .mbr-text,
.cid-t08PHuwMhW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t08PHuwMhW H3 {
  text-align: left;
}
.cid-t08PHuwMhW .author,
.cid-t08PHuwMhW .box {
  font-style: italic;
}
.cid-t08PHuwMhW .author {
  color: #9A948D;
}
.cid-t08PHuwMhW .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-t08PHuwMhW .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-t08PHuwMhW .mbr-iconfont {
    display: none;
  }
}
.cid-t08PHvs3Od {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t08PHvs3Od img {
  width: 100%;
  object-fit: cover;
}
.cid-t08PHvs3Od .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t08PHvs3Od .img-card {
  justify-content: center;
}
.cid-t08PHvs3Od .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t08PHvs3Od .card-title {
  margin-bottom: 1.2rem;
}
.cid-t08PHvs3Od .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t08PHvs3Od .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t08PHvs3Od .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t08PHvs3Od .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t08PHvs3Od .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t08PHvs3Od .card-title,
.cid-t08PHvs3Od .card-box {
  color: #767676;
  text-align: center;
}
.cid-t08PHvs3Od H3 {
  color: #000000;
  text-align: center;
}
.cid-t08PHz1MaW .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-t08PHz1MaW .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-t08PHz1MaW .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-t08PHz1MaW .title__address {
  margin-bottom: 20px;
}
.cid-t08PHz1MaW .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-t08PHz1MaW .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-t08PHz1MaW .mbr-section-btn {
  margin-top: 40px;
}
.cid-t08PHz1MaW .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-t08PHz1MaW .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-t08PHz1MaW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t08PHz1MaW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t08PHz1MaW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t08PHz1MaW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-t08PHz1MaW .container {
    max-width: 100%;
  }
  .cid-t08PHz1MaW .container .row {
    margin: 0;
  }
  .cid-t08PHz1MaW .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-t08PHz1MaW .title__address,
.cid-t08PHz1MaW .mbr-section-btn {
  color: #ffffff;
}
.cid-t08PHz1MaW .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/whatsapp-image-2022-10-09-at-15.11.53-1024x768.jpg");
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 840px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 25px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ebeaed;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 57px;
  color: #f5f7fd;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-t4rkPc2wVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4rkPc2wVa .title__wrap {
  margin-bottom: 30px;
}
.cid-t4rkPc2wVa .title__block {
  margin-bottom: 10px;
}
.cid-t4rkPc2wVa .mbr-section-title {
  margin-bottom: 0;
}
.cid-t4rkPc2wVa .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t4rkPc2wVa .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-t4rkPc2wVa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t4rkPc2wVa .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-t4rkPc2wVa .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 360px;
  margin-bottom: 30px;
}
.cid-t4rkPc2wVa .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4rkPc2wVa .image:hover .text__block {
  transform: translateY(0);
}
.cid-t4rkPc2wVa .image:hover .social__wrap {
  opacity: 1;
}
.cid-t4rkPc2wVa .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-t4rkPc2wVa .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t4rkPc2wVa .text__title,
.cid-t4rkPc2wVa .text__descr {
  margin-bottom: 0;
}
.cid-t4rkPc2wVa .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t4rkPc2wVa .icons {
  display: inline-block;
}
.cid-t4rkPc2wVa .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4rkPc2wVa .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #199bfc !important;
}
.cid-t4rkPc2wVa .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t4rkPc2wVa .social__wrap .border__radius span:hover {
  color: #199bfc !important;
}
@media (max-width: 575px) {
  .cid-t4rkPc2wVa .buttons {
    justify-content: flex-start;
  }
}
.cid-rRHz8FfvDi {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/festival-of-colors10-1200x800.jpg");
}
.cid-rRHz8FfvDi .title__block {
  padding-bottom: 40px;
}
.cid-rRHz8FfvDi .carousel {
  margin-bottom: 80px;
}
.cid-rRHz8FfvDi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-rRHz8FfvDi .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-rRHz8FfvDi .carousel-inner {
  overflow: visible !important;
}
.cid-rRHz8FfvDi .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-rRHz8FfvDi .user {
  height: 300px;
}
.cid-rRHz8FfvDi .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRHz8FfvDi .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-rRHz8FfvDi .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRHz8FfvDi .carousel-control-prev {
    left: -2%;
  }
  .cid-rRHz8FfvDi .carousel-control-next {
    left: 6%;
  }
  .cid-rRHz8FfvDi .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRHz8FfvDi .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-controls {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel {
    margin-bottom: 0;
  }
}
.cid-rRHz8FfvDi .mbr-section-title {
  color: #341d74;
}
.cid-rRHz8FfvDi .mbr-text {
  color: #655495;
}
.cid-tnRU9aKDEP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #19303d;
}
.cid-tnRU9aKDEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnRU9aKDEP .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tnRU9aKDEP .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tnRU9aKDEP .btn:hover,
.cid-tnRU9aKDEP .btn:focus {
  background: white !important;
  color: #17161a !important;
  border-color: white !important;
}
.cid-tnRU9aKDEP img {
  border-radius: 1rem;
}
.cid-tnRU9aKDEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnRU9aKDEP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tnRU9aKDEP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnRU9aKDEP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tnRU9aKDEP .mbr-section-title {
  color: #ffffff;
}
.cid-tnRU9aKDEP .mbr-section-subtitle,
.cid-tnRU9aKDEP .subtitle-wrap {
  color: #19303d;
}
.cid-tnRU9aKDEP .mbr-text,
.cid-tnRU9aKDEP .mbr-section-btn {
  color: #ffffff;
}
.cid-tnR3U5Rio6 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #170f2b;
}
@media (max-width: 767px) {
  .cid-tnR3U5Rio6 .media-col {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tnR3U5Rio6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tnR3U5Rio6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnR3U5Rio6 .cards-row,
.cid-tnR3U5Rio6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnR3U5Rio6 .cards-col {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tnR3U5Rio6 .cards-col {
    justify-content: flex-end;
  }
}
.cid-tnR3U5Rio6 .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tnR3U5Rio6 .row {
    text-align: center;
  }
  .cid-tnR3U5Rio6 .cards-col {
    justify-content: center;
  }
  .cid-tnR3U5Rio6 .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tnR3U5Rio6 .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tnR3U5Rio6 .card-item:last-child {
  margin-right: 0;
}
.cid-tnR3U5Rio6 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tnR3U5Rio6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tnR3U5Rio6 .soc-item:last-child {
  margin-right: 0;
}
.cid-tnR3U5Rio6 .mbr-iconfont {
  color: #ffffff;
}
.cid-tnR3U5Rio6 .mbr-text {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnRPOCehRU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnRPOCehRU .content__block {
  padding: 30px 15px;
}
.cid-tnRPOCehRU .mbr-text {
  margin-bottom: 30px;
}
.cid-tnRPOCehRU .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tnRPOCehRU .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tnRPOCehRU .bottom__text {
  margin: 10px 0;
}
.cid-tnRPOCehRU .btn {
  margin-top: 0;
}
.cid-tnRPOCehRU .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tnRPOCehRU .image {
  width: 100%;
}
.cid-tnRPOCehRU .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnRPOCehRU .image {
    margin-bottom: 10px;
  }
  .cid-tnRPOCehRU .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tnRPOCehRU .mbr-section-title {
  color: #283742;
}
.cid-tnRPOCehRU .mbr-text,
.cid-tnRPOCehRU .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnRQrrR4nY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnRQrrR4nY .content__block {
  padding: 30px 15px;
}
.cid-tnRQrrR4nY .mbr-text {
  margin-bottom: 30px;
}
.cid-tnRQrrR4nY .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tnRQrrR4nY .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tnRQrrR4nY .bottom__text {
  margin: 10px 0;
}
.cid-tnRQrrR4nY .btn {
  margin-top: 0;
}
.cid-tnRQrrR4nY .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tnRQrrR4nY .image {
  width: 100%;
}
.cid-tnRQrrR4nY .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnRQrrR4nY .image {
    margin-bottom: 10px;
  }
  .cid-tnRQrrR4nY .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tnRQrrR4nY .mbr-section-title {
  color: #283742;
}
.cid-tnRQrrR4nY .mbr-text,
.cid-tnRQrrR4nY .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnRQFSrJS1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnRQFSrJS1 .content__block {
  padding: 30px 15px;
}
.cid-tnRQFSrJS1 .mbr-text {
  margin-bottom: 30px;
}
.cid-tnRQFSrJS1 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tnRQFSrJS1 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tnRQFSrJS1 .bottom__text {
  margin: 10px 0;
}
.cid-tnRQFSrJS1 .btn {
  margin-top: 0;
}
.cid-tnRQFSrJS1 .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tnRQFSrJS1 .image {
  width: 100%;
}
.cid-tnRQFSrJS1 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnRQFSrJS1 .image {
    margin-bottom: 10px;
  }
  .cid-tnRQFSrJS1 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tnRQFSrJS1 .mbr-section-title {
  color: #283742;
}
.cid-tnRQFSrJS1 .mbr-text,
.cid-tnRQFSrJS1 .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ticxN9aibT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ticxN9aibT .content__block {
  padding: 30px 15px;
}
.cid-ticxN9aibT .mbr-text {
  margin-bottom: 30px;
}
.cid-ticxN9aibT .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-ticxN9aibT .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-ticxN9aibT .bottom__text {
  margin: 10px 0;
}
.cid-ticxN9aibT .btn {
  margin-top: 0;
}
.cid-ticxN9aibT .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-ticxN9aibT .image {
  width: 100%;
}
.cid-ticxN9aibT .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ticxN9aibT .image {
    margin-bottom: 10px;
  }
  .cid-ticxN9aibT .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ticxN9aibT .mbr-section-title {
  color: #283742;
}
.cid-ticxN9aibT .mbr-text,
.cid-ticxN9aibT .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnRRJGfu8a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnRRJGfu8a .content__block {
  padding: 30px 15px;
}
.cid-tnRRJGfu8a .mbr-text {
  margin-bottom: 30px;
}
.cid-tnRRJGfu8a .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tnRRJGfu8a .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tnRRJGfu8a .bottom__text {
  margin: 10px 0;
}
.cid-tnRRJGfu8a .btn {
  margin-top: 0;
}
.cid-tnRRJGfu8a .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tnRRJGfu8a .image {
  width: 100%;
}
.cid-tnRRJGfu8a .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnRRJGfu8a .image {
    margin-bottom: 10px;
  }
  .cid-tnRRJGfu8a .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tnRRJGfu8a .mbr-section-title {
  color: #283742;
}
.cid-tnRRJGfu8a .mbr-text,
.cid-tnRRJGfu8a .mbr-section-btn {
  color: #6a696c;
}
.cid-tStLe2bEkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tStLe2bEkF .content__block {
  padding: 30px 15px;
}
.cid-tStLe2bEkF .mbr-text {
  margin-bottom: 30px;
}
.cid-tStLe2bEkF .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tStLe2bEkF .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tStLe2bEkF .bottom__text {
  margin: 10px 0;
}
.cid-tStLe2bEkF .btn {
  margin-top: 0;
}
.cid-tStLe2bEkF .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tStLe2bEkF .image {
  width: 100%;
}
.cid-tStLe2bEkF .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tStLe2bEkF .image {
    margin-bottom: 10px;
  }
  .cid-tStLe2bEkF .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tStLe2bEkF .mbr-section-title {
  color: #283742;
}
.cid-tStLe2bEkF .mbr-text,
.cid-tStLe2bEkF .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/festival-of-colors-1920x1280.jpg");
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 840px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 25px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 57px;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-rRHuzA3u55 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-rRHuzA3u55 .mbr-media {
  display: inline-block;
}
.cid-rRHuzA3u55 .mbr-figure {
  align-self: flex-start;
}
.cid-rRHuzA3u55 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRHuzA3u55 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRHuzA3u55 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHuzA3u55 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRHuzA3u55 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHuzA3u55 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHuzA3u55 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHuzA3u55 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHuzA3u55 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/cong-7-1920x1080.jpg");
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 840px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 25px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 57px;
  color: #f5f7fd;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(0, 60, 211, 0.95);
  padding: 40px 40px 70px;
}
.cid-rRHuzA3u55 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-rRHuzA3u55 .mbr-media {
  display: inline-block;
}
.cid-rRHuzA3u55 .mbr-figure {
  align-self: flex-start;
}
.cid-rRHuzA3u55 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRHuzA3u55 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRHuzA3u55 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHuzA3u55 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRHuzA3u55 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHuzA3u55 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHuzA3u55 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHuzA3u55 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHuzA3u55 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRHuzA3u55 .mbr-section-title DIV {
  text-align: left;
}
.cid-tgn9L1Ruky {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/amphi-700x465.jpg");
}
.cid-tgn9L1Ruky .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgn9L1Ruky .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgn9L1Ruky .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tgn9L1Ruky .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tgn9L1Ruky .icon-big:hover {
  color: #199bfc !important;
}
.cid-tgn9L1Ruky .content-col {
  margin: auto 0;
}
.cid-tgn9L1Ruky img {
  width: 90%;
  margin: auto;
}
.cid-tgn9L1Ruky h6 {
  margin: 0;
}
.cid-tgn9L1Ruky h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tgn9L1Ruky h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tgn9L1Ruky .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tgn9L1Ruky .icon-wrap,
.cid-tgn9L1Ruky .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tgn9L1Ruky .tabs-col {
  overflow: hidden;
}
.cid-tgn9L1Ruky .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tgn9L1Ruky .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tgn9L1Ruky .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tgn9L1Ruky .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tgn9L1Ruky .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tgn9L1Ruky .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tgn9L1Ruky .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tgn9L1Ruky .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tgn9L1Ruky img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tgn9L1Ruky .nav-tabs {
    flex-direction: row;
  }
  .cid-tgn9L1Ruky .mbr-text,
  .cid-tgn9L1Ruky .nav-link {
    text-align: center;
  }
  .cid-tgn9L1Ruky .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tgn9L1Ruky .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tgn9L1Ruky .nav-item {
    min-width: 100px;
  }
  .cid-tgn9L1Ruky .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-tgnej3a4nO {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/conference10.jpg");
}
.cid-tgnej3a4nO .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgnej3a4nO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgnej3a4nO .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tgnej3a4nO .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tgnej3a4nO .icon-big:hover {
  color: #199bfc !important;
}
.cid-tgnej3a4nO .content-col {
  margin: auto 0;
}
.cid-tgnej3a4nO img {
  width: 90%;
  margin: auto;
}
.cid-tgnej3a4nO h6 {
  margin: 0;
}
.cid-tgnej3a4nO h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tgnej3a4nO h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tgnej3a4nO .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tgnej3a4nO .icon-wrap,
.cid-tgnej3a4nO .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tgnej3a4nO .tabs-col {
  overflow: hidden;
}
.cid-tgnej3a4nO .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tgnej3a4nO .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tgnej3a4nO .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tgnej3a4nO .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tgnej3a4nO .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tgnej3a4nO .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tgnej3a4nO .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tgnej3a4nO .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tgnej3a4nO img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tgnej3a4nO .nav-tabs {
    flex-direction: row;
  }
  .cid-tgnej3a4nO .mbr-text,
  .cid-tgnej3a4nO .nav-link {
    text-align: center;
  }
  .cid-tgnej3a4nO .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tgnej3a4nO .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tgnej3a4nO .nav-item {
    min-width: 100px;
  }
  .cid-tgnej3a4nO .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-rRHz8FfvDi {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rentree-solennelle-nice-2000x793.jpg");
}
.cid-rRHz8FfvDi .title__block {
  padding-bottom: 40px;
}
.cid-rRHz8FfvDi .carousel {
  margin-bottom: 80px;
}
.cid-rRHz8FfvDi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-rRHz8FfvDi .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-rRHz8FfvDi .carousel-inner {
  overflow: visible !important;
}
.cid-rRHz8FfvDi .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-rRHz8FfvDi .user {
  height: 300px;
}
.cid-rRHz8FfvDi .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRHz8FfvDi .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-rRHz8FfvDi .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRHz8FfvDi .carousel-control-prev {
    left: -2%;
  }
  .cid-rRHz8FfvDi .carousel-control-next {
    left: 6%;
  }
  .cid-rRHz8FfvDi .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRHz8FfvDi .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-controls {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel {
    margin-bottom: 0;
  }
}
.cid-rRHz8FfvDi .mbr-section-title {
  color: #341d74;
}
.cid-rRHz8FfvDi .mbr-text {
  color: #655495;
}
.cid-rRHGvGJJWT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/5523-548067168545776-536745906-n-722x481.jpeg");
}
.cid-rRHGvGJJWT .insert {
  display: none !important;
}
.cid-rRHGvGJJWT .carousel {
  padding: 0;
}
.cid-rRHGvGJJWT .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRHGvGJJWT .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHGvGJJWT .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .carousel-controls a:hover span {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rRHGvGJJWT .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .user {
  border-radius: 3px;
  padding: 60px 60px 70px;
  background-color: rgba(52, 29, 116, 0.8);
}
.cid-rRHGvGJJWT .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-rRHGvGJJWT .user_image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-rRHGvGJJWT .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 70%;
  }
  .cid-rRHGvGJJWT .carousel-control-next {
    left: 78%;
  }
  .cid-rRHGvGJJWT .title__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rRHGvGJJWT .mbr-section-title {
    margin-bottom: 30px;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 67%;
  }
  .cid-rRHGvGJJWT .user {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRHGvGJJWT .user_prof {
    display: none;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 64%;
  }
}
@media (max-width: 400px) {
  .cid-rRHGvGJJWT .user_name {
    display: none;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 60%;
  }
  .cid-rRHGvGJJWT .user_text {
    padding-bottom: 10px;
  }
}
.cid-rRHN1EeSqJ .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rRHN1EeSqJ .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rRHN1EeSqJ .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-rRHN1EeSqJ .title__address {
  margin-bottom: 20px;
}
.cid-rRHN1EeSqJ .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-rRHN1EeSqJ .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-rRHN1EeSqJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-rRHN1EeSqJ .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-rRHN1EeSqJ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rRHN1EeSqJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rRHN1EeSqJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rRHN1EeSqJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rRHN1EeSqJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rRHN1EeSqJ .container {
    max-width: 100%;
  }
  .cid-rRHN1EeSqJ .container .row {
    margin: 0;
  }
  .cid-rRHN1EeSqJ .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-rRHN1EeSqJ .title__address,
.cid-rRHN1EeSqJ .mbr-section-btn {
  color: #ffffff;
}
.cid-rRHN1EeSqJ .work__time {
  color: #ffffff;
}
.cid-tnS0aBcEWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tnS0aBcEWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnS0aBcEWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnS0aBcEWV .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tnS0aBcEWV .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tnS0aBcEWV .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tnS0aBcEWV .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tnS0aBcEWV .container {
    max-width: 100%;
  }
  .cid-tnS0aBcEWV .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tnS0aBcEWV .item-wrap {
  width: 100%;
}
.cid-tnS0aBcEWV .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tnS0aBcEWV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tnS0aBcEWV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tnS0aBcEWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tnS0aBcEWV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tnS0aBcEWV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tnS0aBcEWV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tnS0aBcEWV .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnRR3MroT8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnRR3MroT8 .content__block {
  padding: 30px 15px;
}
.cid-tnRR3MroT8 .mbr-text {
  margin-bottom: 30px;
}
.cid-tnRR3MroT8 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tnRR3MroT8 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tnRR3MroT8 .bottom__text {
  margin: 10px 0;
}
.cid-tnRR3MroT8 .btn {
  margin-top: 0;
}
.cid-tnRR3MroT8 .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tnRR3MroT8 .image {
  width: 100%;
}
.cid-tnRR3MroT8 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnRR3MroT8 .image {
    margin-bottom: 10px;
  }
  .cid-tnRR3MroT8 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tnRR3MroT8 .mbr-section-title {
  color: #283742;
}
.cid-tnRR3MroT8 .mbr-text,
.cid-tnRR3MroT8 .mbr-section-btn {
  color: #6a696c;
}
.cid-tnKNmFOcti {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tnKNmFOcti .container {
  max-width: 1160px;
}
.cid-tnKNmFOcti .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tnKNmFOcti .images-container {
    width: 100%;
  }
}
.cid-tnKNmFOcti .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-tnKNmFOcti .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-tnKNmFOcti .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-tnKNmFOcti .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tnKNmFOcti img {
  width: 116px;
  margin: auto;
}
.cid-tnKNmFOcti .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-u1THdsQsEC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1THdsQsEC .content__block {
  padding: 30px 15px;
}
.cid-u1THdsQsEC .mbr-text {
  margin-bottom: 30px;
}
.cid-u1THdsQsEC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u1THdsQsEC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u1THdsQsEC .bottom__text {
  margin: 10px 0;
}
.cid-u1THdsQsEC .btn {
  margin-top: 0;
}
.cid-u1THdsQsEC .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u1THdsQsEC .image {
  width: 100%;
}
.cid-u1THdsQsEC .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u1THdsQsEC .image {
    margin-bottom: 10px;
  }
  .cid-u1THdsQsEC .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1THdsQsEC .mbr-section-title {
  color: #283742;
}
.cid-u1THdsQsEC .mbr-text,
.cid-u1THdsQsEC .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnRFJ6HGaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tnRFJ6HGaW .row {
  justify-content: flex-start;
}
.cid-tnRFJ6HGaW .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tnRFJ6HGaW .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tnRFJ6HGaW .mbr-section-title {
  color: #45494E;
}
.cid-tnRFJ6HGaW .mbr-section-subtitle {
  color: #45494E;
}
.cid-tnRFJ6HGaW .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tnRFJ6HGaW .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tnRFJ6HGaW .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tnRFJ6HGaW .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tnRFJ6HGaW .item-title {
  color: #45494E;
}
.cid-tnRFJ6HGaW .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-tnRFJ6HGaW .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnRFJ6HGaW .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-tnRFJ6HGaW .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 33.333%;
  background-color: #ffffff;
}
.cid-tnRFJ6HGaW .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tnRFJ6HGaW .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnRFJ6HGaW .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tnRFJ6HGaW .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv1QWSLzH2 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tv1QWSLzH2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tv1QWSLzH2 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tv1QWSLzH2 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tv1QWSLzH2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tv1QWSLzH2 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tv1QWSLzH2 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tv1QWSLzH2 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tv1QWSLzH2 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tv1QWSLzH2 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tv1QWSLzH2 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tv1QWSLzH2 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tv1QWSLzH2 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tv1QWSLzH2 .mbr-text {
  color: #000000;
}
.cid-tvbb1HDkeY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tvbb1HDkeY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tvbb1HDkeY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvbb1HDkeY .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-tvbb1HDkeY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvbb1HDkeY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tvbb1HDkeY .row > .row {
  display: block;
}
.cid-tvbb1HDkeY .mbr-gallery-item {
  width: 100%;
}
.cid-tvbb1HDkeY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-tvbb1HDkeY .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tvbb1HDkeY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tvbb1HDkeY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tvbb1HDkeY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-tvbb1HDkeY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-tvbb1HDkeY .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-tvbb1HDkeY .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-tvbb1HDkeY {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-tvbb1HDkeY .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-tvbdAXlHs2 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tvbdAXlHs2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tvbdAXlHs2 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvbdAXlHs2 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tvbdAXlHs2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvbdAXlHs2 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tvbdAXlHs2 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvbdAXlHs2 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tvbdAXlHs2 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tvbdAXlHs2 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tvbdAXlHs2 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tvbdAXlHs2 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tvbdAXlHs2 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tvbdAXlHs2 .mbr-text {
  color: #000000;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to1TVnAO2H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-to1TVnAO2H .content__block {
  padding: 50px 15px;
}
.cid-to1TVnAO2H .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-to1TVnAO2H .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-to1TVnAO2H .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-to1TVnAO2H .image {
  perspective: 3500px;
  position: relative;
}
.cid-to1TVnAO2H .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-to1TVnAO2H .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-to1TVnAO2H .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-to1TVnAO2H .mbr-section-btn .btn-white-outline:hover {
  color: #199bfc !important;
}
@media (max-width: 991px) {
  .cid-to1TVnAO2H .content__block {
    padding: 30px 15px;
  }
  .cid-to1TVnAO2H .mbr-figure {
    padding: 0;
  }
  .cid-to1TVnAO2H .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-to1TVnAO2H .lg-push {
    right: 13%;
  }
  .cid-to1TVnAO2H .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-to1TVnAO2H .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-to1TVnAO2H .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tnO79EwVhD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tnO79EwVhD .container-fluid {
  padding: 0 3rem;
}
.cid-tnO79EwVhD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #199bfc 50%, #17161a 120%);
  display: inline-block;
}
.cid-tnO79EwVhD .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tnO79EwVhD .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tnO79EwVhD .time-line-date-content {
  margin-right: 2rem;
}
.cid-tnO79EwVhD .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tnO79EwVhD .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tnO79EwVhD .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tnO79EwVhD .separline:before,
.cid-tnO79EwVhD .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tnO79EwVhD .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tnO79EwVhD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tnO79EwVhD .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tnO79EwVhD .separline:before,
  .cid-tnO79EwVhD .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tnO79EwVhD .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tnO79EwVhD .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tnO79EwVhD .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tnO79EwVhD .time-line-date-content p {
    float: left !important;
  }
  .cid-tnO79EwVhD .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tnO79EwVhD .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tpKGLJAhIU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tpKGLJAhIU .container-fluid {
  padding: 0 3rem;
}
.cid-tpKGLJAhIU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #199bfc 50%, #17161a 120%);
  display: inline-block;
}
.cid-tpKGLJAhIU .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tpKGLJAhIU .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tpKGLJAhIU .time-line-date-content {
  margin-right: 2rem;
}
.cid-tpKGLJAhIU .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tpKGLJAhIU .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tpKGLJAhIU .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tpKGLJAhIU .separline:before,
.cid-tpKGLJAhIU .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tpKGLJAhIU .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tpKGLJAhIU .container-fluid {
    padding: 0 1rem;
  }
  .cid-tpKGLJAhIU .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tpKGLJAhIU .separline:before,
  .cid-tpKGLJAhIU .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tpKGLJAhIU .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tpKGLJAhIU .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tpKGLJAhIU .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tpKGLJAhIU .time-line-date-content p {
    float: left !important;
  }
  .cid-tpKGLJAhIU .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tpKGLJAhIU .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tnOb3K05C1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tnOb3K05C1 .container-fluid {
  padding: 0 3rem;
}
.cid-tnOb3K05C1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #199bfc 50%, #17161a 120%);
  display: inline-block;
}
.cid-tnOb3K05C1 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tnOb3K05C1 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tnOb3K05C1 .time-line-date-content {
  margin-right: 2rem;
}
.cid-tnOb3K05C1 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tnOb3K05C1 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tnOb3K05C1 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tnOb3K05C1 .separline:before,
.cid-tnOb3K05C1 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tnOb3K05C1 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tnOb3K05C1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tnOb3K05C1 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tnOb3K05C1 .separline:before,
  .cid-tnOb3K05C1 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tnOb3K05C1 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tnOb3K05C1 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tnOb3K05C1 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tnOb3K05C1 .time-line-date-content p {
    float: left !important;
  }
  .cid-tnOb3K05C1 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tnOb3K05C1 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnUgJr8T7C {
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnUgJr8T7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUgJr8T7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnUgJr8T7C.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tnUgJr8T7C .container {
  position: static;
  margin: auto auto 0;
}
.cid-tnUgJr8T7C .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnUgJr8T7C .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tnUgJr8T7C .text-box {
  position: relative;
}
.cid-tnUgJr8T7C .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tnUgJr8T7C .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tnUgJr8T7C .mbr-section-btn {
  margin-top: 30px;
}
.cid-tnUgJr8T7C .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tnUgJr8T7C .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tnUgJr8T7C .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tnUgJr8T7C .video-col {
    top: 30%;
  }
}
.cid-tnUgJr8T7C .mbr-media {
  position: relative;
}
.cid-tnUgJr8T7C .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUgJr8T7C .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tnUgJr8T7C .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tnUgJr8T7C .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tnUgJr8T7C .video-icon-bg-box a {
  padding: 50px;
}
.cid-tnUgJr8T7C .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tnUgJr8T7C .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tnUgJr8T7C .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tnUgJr8T7C .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tnUgJr8T7C .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tnUgJr8T7C .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tnUgJr8T7C .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tnUgJr8T7C .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUgJr8T7C .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUgJr8T7C .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUgJr8T7C .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUgJr8T7C .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-tnUgJr8T7C .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnV5c9IHwH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-tnV5c9IHwH .content__block {
  padding: 50px 15px;
}
.cid-tnV5c9IHwH .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tnV5c9IHwH .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tnV5c9IHwH .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tnV5c9IHwH .image {
  perspective: 3500px;
  position: relative;
}
.cid-tnV5c9IHwH .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tnV5c9IHwH .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnV5c9IHwH .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnV5c9IHwH .mbr-section-btn .btn-white-outline:hover {
  color: #199bfc !important;
}
@media (max-width: 991px) {
  .cid-tnV5c9IHwH .content__block {
    padding: 30px 15px;
  }
  .cid-tnV5c9IHwH .mbr-figure {
    padding: 0;
  }
  .cid-tnV5c9IHwH .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tnV5c9IHwH .lg-push {
    right: 13%;
  }
  .cid-tnV5c9IHwH .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tnV5c9IHwH .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tnV5c9IHwH .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tnV5vR4uTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-tnV5vR4uTV .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tnV5vR4uTV .col-title {
    margin-bottom: 40px;
  }
}
.cid-tnV5vR4uTV .mbr-section-title {
  color: #2B2B2B;
}
.cid-tnV5vR4uTV .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tnV5vR4uTV .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tnV5vR4uTV .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tnV5vR4uTV .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-tnV5vR4uTV .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnV5vR4uTV .carousel {
    height: 380px;
  }
  .cid-tnV5vR4uTV .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tnV5vR4uTV .carousel {
    height: 320px;
  }
  .cid-tnV5vR4uTV .carousel img {
    max-height: 320px;
  }
}
.cid-tnV5vR4uTV .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tnV5vR4uTV .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tnV5vR4uTV .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tnV5vR4uTV .carousel-inner {
    max-width: 460px;
  }
}
.cid-tnV5vR4uTV .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tnV5vR4uTV .item-wrapper {
  width: 100%;
}
.cid-tnV5vR4uTV .carousel-caption {
  bottom: 30px;
}
.cid-tnV5vR4uTV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnV5vR4uTV .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tnV5vR4uTV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tnV5vR4uTV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tnV5vR4uTV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tnV5vR4uTV .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #5f6ad4;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tnV5vR4uTV .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tnV5vR4uTV .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tnV5vR4uTV .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tnV5vR4uTV .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tnV5vR4uTV .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tnV5vR4uTV .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tnV5vR4uTV .carousel-indicators li.active,
.cid-tnV5vR4uTV .carousel-indicators li:hover {
  background-color: #5f6ad4;
  height: 10px !important;
  width: 10px !important;
}
.cid-tnV5vR4uTV .carousel-indicators li::after,
.cid-tnV5vR4uTV .carousel-indicators li::before {
  content: none;
}
.cid-tnV5vR4uTV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tnV5vR4uTV .container,
.cid-tnV5vR4uTV .container-fluid {
  position: relative;
}
.cid-tnV5vR4uTV .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tnV5vR4uTV .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tnV5vR4uTV .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tnV5vR4uTV .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tnV5vR4uTV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tnV5qmpGQM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tnV5qmpGQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnV5qmpGQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnV5qmpGQM .card-row {
  align-items: stretch;
}
.cid-tnV5qmpGQM .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tnV5qmpGQM .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tnV5qmpGQM .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tnV5qmpGQM .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-tnV5qmpGQM .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-tnV5qmpGQM .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-tnV5qmpGQM .carousel-item-wrapper img {
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-tnV5qmpGQM .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border: none;
  transition: all 0.4s;
  opacity: 1;
  color: #C4CFDE;
  font-size: 18px;
}
.cid-tnV5qmpGQM .carousel-control.carousel-control-prev {
  left: -30px;
  margin-left: 0;
}
@media (max-width: 575px) {
  .cid-tnV5qmpGQM .carousel-control.carousel-control-prev {
    left: -25px;
  }
}
.cid-tnV5qmpGQM .carousel-control.carousel-control-next {
  right: -30px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-tnV5qmpGQM .carousel-control.carousel-control-next {
    right: -25px;
  }
}
.cid-tnV5qmpGQM .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-tnV5qmpGQM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tnV5qmpGQM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tnV5qmpGQM .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-tnV5qmpGQM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tnV5qmpGQM .text-row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cid-tnV5qmpGQM .text-row {
    padding-top: 30px;
  }
}
.cid-tnV5qmpGQM .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tnV5qmpGQM .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tnV5qmpGQM .card-text-container {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .cid-tnV5qmpGQM .card-text-container {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .cid-tnV5qmpGQM .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-tnV5qmpGQM .card-text {
  color: #878e99;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .cid-tnV5qmpGQM .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tnV5qmpGQM .card-text {
    flex-basis: 100%;
  }
}
.cid-tnV5qmpGQM .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tnV5qmpGQM .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tnVMvxmpk7 {
  background-color: #000000;
}
.cid-tnVMvxmpk7 .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tnVMvxmpk7 .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tnVMvxmpk7 .carousel {
    height: 400px;
  }
}
.cid-tnVMvxmpk7 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tnVMvxmpk7 .carousel .carousel-item,
.cid-tnVMvxmpk7 .carousel .carousel-inner {
  height: 100%;
}
.cid-tnVMvxmpk7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tnVMvxmpk7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tnVMvxmpk7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tnVMvxmpk7 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tnVMvxmpk7 .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tnVMvxmpk7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tnVMvxmpk7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tnVMvxmpk7 .row {
  position: relative;
}
.cid-tnVMvxmpk7 .container {
  margin-bottom: 3px;
}
.cid-tnVMvxmpk7 .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tnVMvxmpk7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnVMvxmpk7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tnVMvxmpk7 .carousel-control {
    top: 70%;
  }
  .cid-tnVMvxmpk7 .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tnVMvxmpk7 .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tnVMvxmpk7 .buttons-wrap {
  justify-content: start;
}
.cid-tnVMvxmpk7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tnVMvxmpk7 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tnVMvxmpk7 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tnVMvxmpk7 .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tnVMvxmpk7 .mbr-section-title {
  text-align: center;
  color: #d90a2c;
}
.cid-tnVMvxmpk7 .wrap {
  z-index: 9999;
}
.cid-tnVMvxmpk7 .btnHeader {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #003cd3;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tnVMvxmpk7 .btnHeader::before,
.cid-tnVMvxmpk7 .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tnVMvxmpk7 .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tnVMvxmpk7 .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tnVMvxmpk7 .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tnVMvxmpk7 .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tnVMvxmpk7 .img {
  position: relative;
}
.cid-tnVMw6hI8t {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-tnVMw6hI8t .carousel {
  width: 100%;
}
.cid-tnVMw6hI8t .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tnVMw6hI8t .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tnVMw6hI8t .mbr-overlay {
  z-index: 1;
}
.cid-tnVMw6hI8t .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-tnVMw6hI8t .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-tnVMw6hI8t .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tnVMw6hI8t .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tnVMw6hI8t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tnVMw6hI8t .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tnVMw6hI8t .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tnVMw6hI8t .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tnVMw6hI8t .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tnVMw6hI8t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tnVMw6hI8t .carousel-indicators {
    display: none;
  }
}
.cid-tnVMw6hI8t .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #3dc84b;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tnVMw6hI8t .carousel-indicators li.active,
.cid-tnVMw6hI8t .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-tnVMw6hI8t .carousel-indicators li::after,
.cid-tnVMw6hI8t .carousel-indicators li::before {
  content: none;
}
.cid-tnVMw6hI8t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tnVMw6hI8t .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tnVMw6hI8t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnVMw6hI8t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tnVMw6hI8t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tnVMw6hI8t .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-tnVMw6hI8t H5 {
  text-align: left;
}
.cid-tnVMw6hI8t P {
  text-align: left;
}
.cid-tnVMw6hI8t .mbr-text,
.cid-tnVMw6hI8t .mbr-section-btn {
  text-align: left;
}
.cid-tnVMw6hI8t .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-tnVMw6hI8t .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-tnVMw6hI8t .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tnVMxfgLBl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tnVMxfgLBl .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tnVMxfgLBl .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tnVMxfgLBl .carousel {
    height: 400px;
  }
}
.cid-tnVMxfgLBl .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tnVMxfgLBl .carousel .carousel-item,
.cid-tnVMxfgLBl .carousel .carousel-inner {
  height: 100%;
}
.cid-tnVMxfgLBl .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tnVMxfgLBl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tnVMxfgLBl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tnVMxfgLBl .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tnVMxfgLBl .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tnVMxfgLBl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tnVMxfgLBl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tnVMxfgLBl .row {
  position: relative;
}
.cid-tnVMxfgLBl .container {
  margin-bottom: 3px;
}
.cid-tnVMxfgLBl .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tnVMxfgLBl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnVMxfgLBl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tnVMxfgLBl .carousel-control {
    top: 70%;
  }
  .cid-tnVMxfgLBl .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tnVMxfgLBl .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tnVMxfgLBl .buttons-wrap {
  justify-content: start;
}
.cid-tnVMxfgLBl .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tnVMxfgLBl .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tnVMxfgLBl .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tnVMxfgLBl .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tnVMxfgLBl .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tnVMxfgLBl .wrap {
  z-index: 9999;
}
.cid-tnVMxfgLBl .btnHeader {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tnVMxfgLBl .btnHeader::before,
.cid-tnVMxfgLBl .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tnVMxfgLBl .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tnVMxfgLBl .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tnVMxfgLBl .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tnVMxfgLBl .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tnVMxfgLBl .img {
  position: relative;
}
.cid-tnV5Cjdu9m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnV5Cjdu9m .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-tnV5Cjdu9m .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-tnV5Cjdu9m .card {
  height: auto;
  margin: 0;
  width: 100%;
  background-color: #ebeae2;
}
.cid-tnV5Cjdu9m .card .card-body {
  padding: 42px 20px;
  width: 100%;
}
.cid-tnV5Cjdu9m .card .card-img-top {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tnV5Cjdu9m .buttons-container {
  margin: 40px auto 0px auto;
  width: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tnV5Cjdu9m .buttons-container {
    display: none;
  }
}
.cid-tnV5Cjdu9m .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 0.7s ease;
}
.cid-tnV5Cjdu9m .buttons-container button:hover {
  background-color: #ff66a3;
}
.cid-tnV5Cjdu9m .buttons-container button span {
  line-height: 2px;
  color: white;
}
@media (max-width: 768px) {
  .cid-tnV5Cjdu9m .embla__button {
    display: none;
  }
}
.cid-tnV5Cjdu9m .embla__button:disabled {
  cursor: default;
}
.cid-tnV5Cjdu9m .embla__button:hover {
  cursor: pointer;
}
.cid-tnV5Cjdu9m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
  min-height: 380px;
}
@media (max-width: 768px) {
  .cid-tnV5Cjdu9m .embla__slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.cid-tnV5Cjdu9m .embla {
  position: relative;
  width: 100%;
}
.cid-tnV5Cjdu9m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tnV5Cjdu9m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tnV5Cjdu9m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tnV5Cjdu9m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tnV5Cjdu9m .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tnV5Cjdu9m .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tnV5Cjdu9m .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tnV5Cjdu9m .slide-content {
  width: 100%;
  height: 100%;
}
.cid-tnV5Cjdu9m .mbr-section-subtitle {
  text-align: center;
}
.cid-tnV5Cjdu9m .mbr-text {
  text-align: center;
}
.cid-tnV5Cjdu9m .main-sect.mbr-section-subtitle {
  text-align: left;
}
.cid-tnV5Cjdu9m .main-sect.mbr-text {
  text-align: left;
}
.cid-tnV5Cjdu9m .main-sect.mbr-section-title {
  text-align: left;
}
.cid-tnV5Cjdu9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnV5Cjdu9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYgpdJvwuK {
  background-image: url("../../../assets/images/matter-1200x630.jpeg");
}
.cid-sYgpdJvwuK .push__top {
  padding-top: 80px;
}
.cid-sYgpdJvwuK .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-sYgpdJvwuK .title__block {
  width: 70%;
}
.cid-sYgpdJvwuK .mbr-section-subtitle,
.cid-sYgpdJvwuK .bottom__about__text,
.cid-sYgpdJvwuK .bottom__subtitle {
  line-height: 25px;
}
.cid-sYgpdJvwuK .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sYgpdJvwuK .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-sYgpdJvwuK .widget__number {
  margin-bottom: 8px;
}
.cid-sYgpdJvwuK .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-sYgpdJvwuK .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sYgpdJvwuK .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sYgpdJvwuK .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-sYgpdJvwuK .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-sYgpdJvwuK .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sYgpdJvwuK .mbr-media {
  display: inline-block;
}
.cid-sYgpdJvwuK .mbr-figure {
  align-self: flex-start;
}
.cid-sYgpdJvwuK .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-sYgpdJvwuK .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sYgpdJvwuK .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sYgpdJvwuK .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sYgpdJvwuK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sYgpdJvwuK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sYgpdJvwuK .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sYgpdJvwuK a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sYgpdJvwuK a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-sYgpdJvwuK .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-sYgpdJvwuK .date__block {
    margin-top: 50px;
  }
  .cid-sYgpdJvwuK .mbr-section-title {
    line-height: 1;
  }
  .cid-sYgpdJvwuK .push__top {
    padding-top: 30px;
  }
  .cid-sYgpdJvwuK .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sYgpdJvwuK .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-sYgpdJvwuK .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-sYgpdJvwuK .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-sYgpdJvwuK .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-sYgpdJvwuK .title__block {
    width: 100%;
  }
  .cid-sYgpdJvwuK .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-sYgpdJvwuK .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-sYgpdJvwuK .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-sYgpdJvwuK .divider {
    margin-bottom: 10px;
  }
  .cid-sYgpdJvwuK a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sYgpdJvwuK .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sYgpdJvwuK .mbr-figure {
  color: #ffffff;
}
.cid-tnRddmhpsK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnRddmhpsK .title__block {
  padding: 50px 15px;
}
.cid-tnRddmhpsK .image {
  display: block;
  position: relative;
}
.cid-tnRddmhpsK .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnRddmhpsK .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnRddmhpsK .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnRddmhpsK .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnRddmhpsK .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnRddmhpsK .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnRddmhpsK .widget .widget__text {
  margin: 5px 0;
}
.cid-tnRddmhpsK .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnRddmhpsK .btn {
  margin-top: 0;
}
.cid-tnRddmhpsK .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnRddmhpsK .mbr-media {
  display: inline-block;
}
.cid-tnRddmhpsK .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnRddmhpsK .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnRddmhpsK .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnRddmhpsK .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnRddmhpsK .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnRddmhpsK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnRddmhpsK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnRddmhpsK .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnRddmhpsK a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnRddmhpsK a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnRddmhpsK .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnRddmhpsK .image {
    padding: 0;
  }
  .cid-tnRddmhpsK .container,
  .cid-tnRddmhpsK .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnRddmhpsK .widget {
    margin-left: 0;
  }
  .cid-tnRddmhpsK .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnRddmhpsK a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnRddmhpsK .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnRddmhpsK .image img {
    max-height: 400px;
  }
}
.cid-sYgpdXpyMN {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sYgpdXpyMN .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-sYgpdXpyMN .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sYgpdXpyMN .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-sYgpdXpyMN .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sYgpdXpyMN .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sYgpdXpyMN .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-sYgpdXpyMN .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sYgpdXpyMN .carousel-indicators li.active {
  background: #ddc499;
}
.cid-sYgpdXpyMN .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sYgpdXpyMN .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sYgpdXpyMN .mbr-text,
.cid-sYgpdXpyMN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sYgpdXpyMN H3 {
  text-align: left;
}
.cid-sYgpdXpyMN .author,
.cid-sYgpdXpyMN .box {
  font-style: italic;
}
.cid-sYgpdXpyMN .author {
  color: #9A948D;
}
.cid-sYgpdXpyMN .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-sYgpdXpyMN .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-sYgpdXpyMN .mbr-iconfont {
    display: none;
  }
}
.cid-sYgpdWELte {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYgpdWELte img {
  width: 100%;
  object-fit: cover;
}
.cid-sYgpdWELte .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sYgpdWELte .img-card {
  justify-content: center;
}
.cid-sYgpdWELte .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sYgpdWELte .card-title {
  margin-bottom: 1.2rem;
}
.cid-sYgpdWELte .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sYgpdWELte .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sYgpdWELte .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sYgpdWELte .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sYgpdWELte .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sYgpdWELte .card-title,
.cid-sYgpdWELte .card-box {
  color: #767676;
  text-align: center;
}
.cid-sYgpdWELte H3 {
  color: #000000;
  text-align: center;
}
.cid-tnUgPesiH1 {
  background-image: url("../../../assets/images/img-5423-1200x630.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnUgPesiH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUgPesiH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnUgPesiH1.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tnUgPesiH1 .container {
  position: static;
  margin: auto auto 0;
}
.cid-tnUgPesiH1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnUgPesiH1 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tnUgPesiH1 .text-box {
  position: relative;
}
.cid-tnUgPesiH1 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tnUgPesiH1 .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tnUgPesiH1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tnUgPesiH1 .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tnUgPesiH1 .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tnUgPesiH1 .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tnUgPesiH1 .video-col {
    top: 30%;
  }
}
.cid-tnUgPesiH1 .mbr-media {
  position: relative;
}
.cid-tnUgPesiH1 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUgPesiH1 .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tnUgPesiH1 .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tnUgPesiH1 .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tnUgPesiH1 .video-icon-bg-box a {
  padding: 50px;
}
.cid-tnUgPesiH1 .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tnUgPesiH1 .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tnUgPesiH1 .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tnUgPesiH1 .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tnUgPesiH1 .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tnUgPesiH1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tnUgPesiH1 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tnUgPesiH1 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUgPesiH1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUgPesiH1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUgPesiH1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUgPesiH1 .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-tnUgPesiH1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUn8hp3Ya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-tnUn8hp3Ya .row {
  justify-content: center;
}
.cid-tnUn8hp3Ya .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tnUn8hp3Ya .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tnUn8hp3Ya .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tnUn8hp3Ya .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tnUn8hp3Ya .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tnUn8hp3Ya .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tnUn8hp3Ya .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tnUn8hp3Ya .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tnUn8hp3Ya .border-frame {
    width: 7%;
  }
}
.cid-tnUn8hp3Ya .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tnUn8hp3Ya .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tnUn8hp3Ya .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tnUn8hp3Ya .col-video {
    height: 620px;
  }
}
.cid-tnUn8hp3Ya .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tnUn8hp3Ya .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tnUn8hp3Ya .col-video .link {
  margin-right: 1rem;
}
.cid-tnUn8hp3Ya .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tnUn8hp3Ya .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tnUn8hp3Ya .mbr-media {
  position: relative;
}
.cid-tnUn8hp3Ya .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUn8hp3Ya .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tnUn8hp3Ya .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tnUn8hp3Ya .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUn8hp3Ya .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUn8hp3Ya .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUn8hp3Ya .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUn8hp3Ya .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-tnUn8hp3Ya .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUn8hp3Ya a:hover {
  text-decoration-line: none !important;
}
.cid-tnUne13pOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tnUne13pOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUne13pOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnUne13pOM .video-wrapper iframe {
  width: 100%;
}
.cid-tnUne13pOM .mbr-section-title,
.cid-tnUne13pOM .mbr-section-subtitle,
.cid-tnUne13pOM .mbr-text {
  text-align: center;
}
.cid-tnUne13pOM .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tnUne13pOM .container-fluid {
    padding: 0;
  }
}
.cid-tnUne13pOM .app-video-wrapper::before {
  position: absolute;
  font-family: "Moririse2";
  content: "\e95f";
  font-size: 12px;
  line-height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
  color: #17161a;
  text-shadow: none;
  z-index: 1;
  width: 105px;
  height: 105px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.cid-tnUne13pOM .app-video-wrapper > img {
  opacity: .6;
}
.cid-tnUnd03Plr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-tnUnd03Plr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUnd03Plr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnUnd03Plr .box {
  margin-bottom: 15px;
}
.cid-tnUnd03Plr .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tnUnd03Plr .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUnd03Plr .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tnUnd03Plr .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tnUnd03Plr .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUnd03Plr .icon-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 8em;
  min-height: 8em;
  padding: 2em;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
  background-color: #ee2524;
}
@media (max-width: 767px) {
  .cid-tnUnd03Plr .icon-wrap a {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tnUnd03Plr .icon-wrap a:hover {
  transform: scale(1.3);
}
.cid-tnUnd03Plr .mbr-media span {
  font-size: 4rem;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tnUnd03Plr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUnd03Plr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUnd03Plr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUnd03Plr .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-tnUnd03Plr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUnd03Plr .item-img {
  overflow: hidden;
}
.cid-tnUnd03Plr .item-img img {
  width: 100%;
}
.cid-tnUnd03Plr .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tnUnd03Plr .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tnUnd03Plr .mbr-text {
  color: #727272;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tnUniYmAaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnUniYmAaj .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tnUniYmAaj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tnUniYmAaj .mbr-section-head {
  max-width: 1270px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-tnUniYmAaj .mbr-section-head {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tnUniYmAaj .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-tnUniYmAaj .mbr-section-subtitle {
  width: 100%;
  color: #555555;
}
.cid-tnUniYmAaj .mbr-media {
  position: relative;
  height: 656px;
}
.cid-tnUniYmAaj .mbr-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tnUniYmAaj .mbr-media {
    height: 356px;
  }
}
.cid-tnUniYmAaj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUniYmAaj .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-tnUniYmAaj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUniYmAaj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUniYmAaj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUniYmAaj .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-tnUniYmAaj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUniYmAaj .col-video {
  padding: 0;
}
.cid-tnUniYmAaj a:hover {
  background-image: none !important;
}
.cid-tnUniYmAaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUniYmAaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnUnhdDdmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnUnhdDdmA .mbr-media {
  position: relative;
}
.cid-tnUnhdDdmA .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUnhdDdmA .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUnhdDdmA .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUnhdDdmA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUnhdDdmA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUnhdDdmA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUnhdDdmA .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-tnUnhdDdmA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUnp2O5Oa {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-tnUnp2O5Oa .mbr-media {
  position: relative;
}
.cid-tnUnp2O5Oa .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUnp2O5Oa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUnp2O5Oa .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUnp2O5Oa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUnp2O5Oa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUnp2O5Oa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUnp2O5Oa .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-tnUnp2O5Oa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUnp2O5Oa .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnUnp2O5Oa .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tnUnp2O5Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUnp2O5Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnUnlT6mhq .container,
.cid-tnUnlT6mhq .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tnUnlT6mhq .video-wrapper iframe {
  width: 100%;
}
.cid-tnUnlT6mhq .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-tnUnqB7NdX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tnUnqB7NdX .mbr-media {
  position: relative;
}
.cid-tnUnqB7NdX .mbr-media img {
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-tnUnqB7NdX a:hover {
  background-image: none !important;
}
.cid-tnUnqB7NdX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUnqB7NdX .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUnqB7NdX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUnqB7NdX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUnqB7NdX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUnqB7NdX .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-tnUnqB7NdX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUnqB7NdX .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tnUnqB7NdX .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tnUnqB7NdX .mbr-section-subtitle {
  line-height: 1.2;
}
.cid-tnUnsybYKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tnUnsybYKO .container {
  width: 770px;
  padding: 0;
}
.cid-tnUnsybYKO .row {
  margin-right: calc(-1 * (100vw - 770px)/2);
  margin-left: -3.5rem;
}
.cid-tnUnsybYKO .padding {
  padding: 0;
}
.cid-tnUnsybYKO .container-fluid .padding {
  padding: 0px;
}
@media (max-width: 1050px) {
  .cid-tnUnsybYKO .row {
    margin: auto;
  }
  .cid-tnUnsybYKO .container {
    max-width: 770px;
    margin: auto;
    width: 100%;
  }
  .cid-tnUnsybYKO .padding {
    padding: 0 15px;
  }
}
.cid-tnUnsybYKO .video-wrapper iframe {
  width: 100%;
}
.cid-tnUnsybYKO section {
  overflow: hidden;
}
.cid-tnUntGB4bs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-tnUntGB4bs .mbr-media {
  position: relative;
}
.cid-tnUntGB4bs .mbr-media img {
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-tnUntGB4bs a:hover {
  background-image: none!important;
}
.cid-tnUntGB4bs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUntGB4bs .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUntGB4bs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUntGB4bs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUntGB4bs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUntGB4bs .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-tnUntGB4bs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUntGB4bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUntGB4bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnUnuAule2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tnUnuAule2 .mbr-media {
  position: relative;
}
.cid-tnUnuAule2 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUnuAule2 .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tnUnuAule2 .box {
    min-height: 300px;
  }
}
.cid-tnUnuAule2 .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tnUnuAule2 .icon-wrap a {
  height: 20px;
}
.cid-tnUnuAule2 .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-tnUnuAule2 .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-tnUnuAule2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUnuAule2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUnuAule2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUnuAule2 .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-tnUnuAule2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUnuAule2 .mbr-section-title {
  color: #ffffff;
}
.cid-tnUnjAwCmT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1a1a;
}
.cid-tnUnjAwCmT .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tnUnjAwCmT .container {
    max-width: 1040px;
  }
}
.cid-tnUnjAwCmT .mbr-section-head {
  margin-bottom: 24px;
}
.cid-tnUnjAwCmT .mbr-section-title {
  color: #ffffff;
}
.cid-tnUnjAwCmT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnUnjAwCmT .col-video {
  height: auto;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.cid-tnUnjAwCmT .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnUnjAwCmT .col-video {
    height: 562px;
  }
  .cid-tnUnjAwCmT .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tnUnjAwCmT .col-video {
    height: 675px;
  }
}
.cid-tnUnjAwCmT .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tnUnjAwCmT .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tnUnjAwCmT .col-video .link {
  margin-right: 1rem;
}
.cid-tnUnjAwCmT .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-tnUnjAwCmT .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tnUnjAwCmT .mbr-media {
  position: relative;
}
.cid-tnUnjAwCmT .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUnjAwCmT .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUnjAwCmT .icon-wrap span {
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.cid-tnUnjAwCmT .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnUnjAwCmT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUnjAwCmT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUnjAwCmT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUnjAwCmT .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-tnUnjAwCmT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUnjAwCmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUnjAwCmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sYgpe176ak .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sYgpe176ak .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sYgpe176ak .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-sYgpe176ak .title__address {
  margin-bottom: 20px;
}
.cid-sYgpe176ak .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-sYgpe176ak .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sYgpe176ak .mbr-section-btn {
  margin-top: 40px;
}
.cid-sYgpe176ak .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sYgpe176ak .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sYgpe176ak .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYgpe176ak .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYgpe176ak .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYgpe176ak .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sYgpe176ak .container {
    max-width: 100%;
  }
  .cid-sYgpe176ak .container .row {
    margin: 0;
  }
  .cid-sYgpe176ak .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-sYgpe176ak .title__address,
.cid-sYgpe176ak .mbr-section-btn {
  color: #ffffff;
}
.cid-sYgpe176ak .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnUHYTQSpf {
  background-image: url("../../../assets/images/matter-1200x630.jpeg");
}
.cid-tnUHYTQSpf .push__top {
  padding-top: 80px;
}
.cid-tnUHYTQSpf .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tnUHYTQSpf .title__block {
  width: 70%;
}
.cid-tnUHYTQSpf .mbr-section-subtitle,
.cid-tnUHYTQSpf .bottom__about__text,
.cid-tnUHYTQSpf .bottom__subtitle {
  line-height: 25px;
}
.cid-tnUHYTQSpf .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tnUHYTQSpf .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tnUHYTQSpf .widget__number {
  margin-bottom: 8px;
}
.cid-tnUHYTQSpf .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tnUHYTQSpf .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tnUHYTQSpf .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tnUHYTQSpf .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tnUHYTQSpf .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tnUHYTQSpf .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnUHYTQSpf .mbr-media {
  display: inline-block;
}
.cid-tnUHYTQSpf .mbr-figure {
  align-self: flex-start;
}
.cid-tnUHYTQSpf .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tnUHYTQSpf .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnUHYTQSpf .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnUHYTQSpf .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnUHYTQSpf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnUHYTQSpf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUHYTQSpf .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUHYTQSpf a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnUHYTQSpf a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnUHYTQSpf .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tnUHYTQSpf .date__block {
    margin-top: 50px;
  }
  .cid-tnUHYTQSpf .mbr-section-title {
    line-height: 1;
  }
  .cid-tnUHYTQSpf .push__top {
    padding-top: 30px;
  }
  .cid-tnUHYTQSpf .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tnUHYTQSpf .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tnUHYTQSpf .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tnUHYTQSpf .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tnUHYTQSpf .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tnUHYTQSpf .title__block {
    width: 100%;
  }
  .cid-tnUHYTQSpf .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tnUHYTQSpf .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tnUHYTQSpf .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tnUHYTQSpf .divider {
    margin-bottom: 10px;
  }
  .cid-tnUHYTQSpf a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnUHYTQSpf .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tnUHYTQSpf .mbr-figure {
  color: #ffffff;
}
.cid-tnUHYZ6n78 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnUHYZ6n78 .title__block {
  padding: 50px 15px;
}
.cid-tnUHYZ6n78 .image {
  display: block;
  position: relative;
}
.cid-tnUHYZ6n78 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnUHYZ6n78 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnUHYZ6n78 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnUHYZ6n78 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnUHYZ6n78 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnUHYZ6n78 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnUHYZ6n78 .widget .widget__text {
  margin: 5px 0;
}
.cid-tnUHYZ6n78 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnUHYZ6n78 .btn {
  margin-top: 0;
}
.cid-tnUHYZ6n78 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnUHYZ6n78 .mbr-media {
  display: inline-block;
}
.cid-tnUHYZ6n78 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnUHYZ6n78 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnUHYZ6n78 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnUHYZ6n78 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnUHYZ6n78 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnUHYZ6n78 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnUHYZ6n78 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUHYZ6n78 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUHYZ6n78 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnUHYZ6n78 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnUHYZ6n78 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnUHYZ6n78 .image {
    padding: 0;
  }
  .cid-tnUHYZ6n78 .container,
  .cid-tnUHYZ6n78 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnUHYZ6n78 .widget {
    margin-left: 0;
  }
  .cid-tnUHYZ6n78 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnUHYZ6n78 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnUHYZ6n78 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnUHYZ6n78 .image img {
    max-height: 400px;
  }
}
.cid-tnUHZ0uvGA {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tnUHZ0uvGA .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tnUHZ0uvGA .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tnUHZ0uvGA .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tnUHZ0uvGA .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tnUHZ0uvGA .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tnUHZ0uvGA .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tnUHZ0uvGA .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tnUHZ0uvGA .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tnUHZ0uvGA .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tnUHZ0uvGA .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tnUHZ0uvGA .mbr-text,
.cid-tnUHZ0uvGA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tnUHZ0uvGA H3 {
  text-align: left;
}
.cid-tnUHZ0uvGA .author,
.cid-tnUHZ0uvGA .box {
  font-style: italic;
}
.cid-tnUHZ0uvGA .author {
  color: #9A948D;
}
.cid-tnUHZ0uvGA .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tnUHZ0uvGA .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tnUHZ0uvGA .mbr-iconfont {
    display: none;
  }
}
.cid-tnUHZ1SoDA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnUHZ1SoDA img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUHZ1SoDA .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tnUHZ1SoDA .img-card {
  justify-content: center;
}
.cid-tnUHZ1SoDA .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tnUHZ1SoDA .card-title {
  margin-bottom: 1.2rem;
}
.cid-tnUHZ1SoDA .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tnUHZ1SoDA .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tnUHZ1SoDA .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnUHZ1SoDA .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnUHZ1SoDA .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tnUHZ1SoDA .card-title,
.cid-tnUHZ1SoDA .card-box {
  color: #767676;
  text-align: center;
}
.cid-tnUHZ1SoDA H3 {
  color: #000000;
  text-align: center;
}
.cid-tnUHZaN5zP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnUHZaN5zP .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tnUHZaN5zP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tnUHZaN5zP .mbr-section-head {
  max-width: 1270px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-tnUHZaN5zP .mbr-section-head {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tnUHZaN5zP .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-tnUHZaN5zP .mbr-section-subtitle {
  width: 100%;
  color: #555555;
}
.cid-tnUHZaN5zP .mbr-media {
  position: relative;
  height: 656px;
}
.cid-tnUHZaN5zP .mbr-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tnUHZaN5zP .mbr-media {
    height: 356px;
  }
}
.cid-tnUHZaN5zP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tnUHZaN5zP .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-tnUHZaN5zP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUHZaN5zP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUHZaN5zP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUHZaN5zP .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-tnUHZaN5zP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUHZaN5zP .col-video {
  padding: 0;
}
.cid-tnUHZaN5zP a:hover {
  background-image: none !important;
}
.cid-tnUHZaN5zP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUHZaN5zP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnUHZnWEXl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-5423-1200x630.jpg");
}
.cid-tnUHZnWEXl .mbr-media {
  position: relative;
}
.cid-tnUHZnWEXl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnUHZnWEXl .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tnUHZnWEXl .box {
    min-height: 300px;
  }
}
.cid-tnUHZnWEXl .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tnUHZnWEXl .icon-wrap a {
  height: 20px;
}
.cid-tnUHZnWEXl .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-tnUHZnWEXl .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-tnUHZnWEXl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnUHZnWEXl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnUHZnWEXl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnUHZnWEXl .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-tnUHZnWEXl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnUHZnWEXl .mbr-section-title {
  color: #ffffff;
}
.cid-tnUHZsuZMZ .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tnUHZsuZMZ .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tnUHZsuZMZ .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tnUHZsuZMZ .title__address {
  margin-bottom: 20px;
}
.cid-tnUHZsuZMZ .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tnUHZsuZMZ .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tnUHZsuZMZ .mbr-section-btn {
  margin-top: 40px;
}
.cid-tnUHZsuZMZ .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tnUHZsuZMZ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tnUHZsuZMZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnUHZsuZMZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnUHZsuZMZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnUHZsuZMZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tnUHZsuZMZ .container {
    max-width: 100%;
  }
  .cid-tnUHZsuZMZ .container .row {
    margin: 0;
  }
  .cid-tnUHZsuZMZ .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tnUHZsuZMZ .title__address,
.cid-tnUHZsuZMZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tnUHZsuZMZ .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnV8ovEnpg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnV8ovEnpg .content__block {
  padding: 30px 15px;
}
.cid-tnV8ovEnpg .mbr-text {
  margin-bottom: 30px;
}
.cid-tnV8ovEnpg .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tnV8ovEnpg .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tnV8ovEnpg .bottom__text {
  margin: 10px 0;
}
.cid-tnV8ovEnpg .btn {
  margin-top: 0;
}
.cid-tnV8ovEnpg .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tnV8ovEnpg .image {
  width: 100%;
}
.cid-tnV8ovEnpg .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnV8ovEnpg .image {
    margin-bottom: 10px;
  }
  .cid-tnV8ovEnpg .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tnV8ovEnpg .mbr-section-title {
  color: #283742;
}
.cid-tnV8ovEnpg .mbr-text,
.cid-tnV8ovEnpg .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnVaQFn7xp {
  background-image: url("../../../assets/images/whatsapp-image-2025-01-26-at-22.56.37-1600x1200.jpg");
}
.cid-tnVaQFn7xp .push__top {
  padding-top: 80px;
}
.cid-tnVaQFn7xp .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 840px;
}
.cid-tnVaQFn7xp .title__block {
  width: 70%;
}
.cid-tnVaQFn7xp .mbr-section-subtitle,
.cid-tnVaQFn7xp .bottom__about__text,
.cid-tnVaQFn7xp .bottom__subtitle {
  line-height: 25px;
}
.cid-tnVaQFn7xp .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ebeaed;
}
.cid-tnVaQFn7xp .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
}
.cid-tnVaQFn7xp .widget__number {
  margin-bottom: 8px;
}
.cid-tnVaQFn7xp .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tnVaQFn7xp .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tnVaQFn7xp .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tnVaQFn7xp .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tnVaQFn7xp .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-tnVaQFn7xp .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tnVaQFn7xp .date__block {
    margin-top: 50px;
  }
  .cid-tnVaQFn7xp .mbr-section-title {
    line-height: 1;
  }
  .cid-tnVaQFn7xp .push__top {
    padding-top: 30px;
  }
  .cid-tnVaQFn7xp .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tnVaQFn7xp .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tnVaQFn7xp .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tnVaQFn7xp .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tnVaQFn7xp .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tnVaQFn7xp .title__block {
    width: 100%;
  }
  .cid-tnVaQFn7xp .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tnVaQFn7xp .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tnVaQFn7xp .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tnVaQFn7xp .divider {
    margin-bottom: 10px;
  }
  .cid-tnVaQFn7xp a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnVaQFn7xp .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwrgNRofFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwrgNRofFj .title__wrap {
  margin-bottom: 30px;
}
.cid-uwrgNRofFj .title__block {
  margin-bottom: 10px;
}
.cid-uwrgNRofFj .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwrgNRofFj .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uwrgNRofFj .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uwrgNRofFj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uwrgNRofFj .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-uwrgNRofFj .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 360px;
  margin-bottom: 30px;
}
.cid-uwrgNRofFj .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwrgNRofFj .image:hover .text__block {
  transform: translateY(0);
}
.cid-uwrgNRofFj .image:hover .social__wrap {
  opacity: 1;
}
.cid-uwrgNRofFj .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uwrgNRofFj .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwrgNRofFj .text__title,
.cid-uwrgNRofFj .text__descr {
  margin-bottom: 0;
}
.cid-uwrgNRofFj .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwrgNRofFj .icons {
  display: inline-block;
}
.cid-uwrgNRofFj .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwrgNRofFj .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #199bfc !important;
}
.cid-uwrgNRofFj .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwrgNRofFj .social__wrap .border__radius span:hover {
  color: #199bfc !important;
}
@media (max-width: 575px) {
  .cid-uwrgNRofFj .buttons {
    justify-content: flex-start;
  }
}
.cid-u3IEWeYrsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3IEWeYrsJ .title__wrap {
  margin-bottom: 30px;
}
.cid-u3IEWeYrsJ .title__block {
  margin-bottom: 10px;
}
.cid-u3IEWeYrsJ .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3IEWeYrsJ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u3IEWeYrsJ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-u3IEWeYrsJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u3IEWeYrsJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-u3IEWeYrsJ .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 360px;
  margin-bottom: 30px;
}
.cid-u3IEWeYrsJ .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3IEWeYrsJ .image:hover .text__block {
  transform: translateY(0);
}
.cid-u3IEWeYrsJ .image:hover .social__wrap {
  opacity: 1;
}
.cid-u3IEWeYrsJ .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-u3IEWeYrsJ .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u3IEWeYrsJ .text__title,
.cid-u3IEWeYrsJ .text__descr {
  margin-bottom: 0;
}
.cid-u3IEWeYrsJ .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u3IEWeYrsJ .icons {
  display: inline-block;
}
.cid-u3IEWeYrsJ .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3IEWeYrsJ .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #199bfc !important;
}
.cid-u3IEWeYrsJ .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u3IEWeYrsJ .social__wrap .border__radius span:hover {
  color: #199bfc !important;
}
@media (max-width: 575px) {
  .cid-u3IEWeYrsJ .buttons {
    justify-content: flex-start;
  }
}
.cid-tv1ABhKfeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tv1ABhKfeD .title__wrap {
  margin-bottom: 30px;
}
.cid-tv1ABhKfeD .title__block {
  margin-bottom: 10px;
}
.cid-tv1ABhKfeD .mbr-section-title {
  margin-bottom: 0;
}
.cid-tv1ABhKfeD .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tv1ABhKfeD .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tv1ABhKfeD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tv1ABhKfeD .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-tv1ABhKfeD .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 360px;
  margin-bottom: 30px;
}
.cid-tv1ABhKfeD .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tv1ABhKfeD .image:hover .text__block {
  transform: translateY(0);
}
.cid-tv1ABhKfeD .image:hover .social__wrap {
  opacity: 1;
}
.cid-tv1ABhKfeD .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tv1ABhKfeD .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tv1ABhKfeD .text__title,
.cid-tv1ABhKfeD .text__descr {
  margin-bottom: 0;
}
.cid-tv1ABhKfeD .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tv1ABhKfeD .icons {
  display: inline-block;
}
.cid-tv1ABhKfeD .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tv1ABhKfeD .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #199bfc !important;
}
.cid-tv1ABhKfeD .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tv1ABhKfeD .social__wrap .border__radius span:hover {
  color: #199bfc !important;
}
@media (max-width: 575px) {
  .cid-tv1ABhKfeD .buttons {
    justify-content: flex-start;
  }
}
.cid-tnVaQH3TQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnVaQH3TQ3 .title__wrap {
  margin-bottom: 30px;
}
.cid-tnVaQH3TQ3 .title__block {
  margin-bottom: 10px;
}
.cid-tnVaQH3TQ3 .mbr-section-title {
  margin-bottom: 0;
}
.cid-tnVaQH3TQ3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnVaQH3TQ3 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tnVaQH3TQ3 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnVaQH3TQ3 .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-tnVaQH3TQ3 .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 360px;
  margin-bottom: 30px;
}
.cid-tnVaQH3TQ3 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnVaQH3TQ3 .image:hover .text__block {
  transform: translateY(0);
}
.cid-tnVaQH3TQ3 .image:hover .social__wrap {
  opacity: 1;
}
.cid-tnVaQH3TQ3 .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tnVaQH3TQ3 .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnVaQH3TQ3 .text__title,
.cid-tnVaQH3TQ3 .text__descr {
  margin-bottom: 0;
}
.cid-tnVaQH3TQ3 .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnVaQH3TQ3 .icons {
  display: inline-block;
}
.cid-tnVaQH3TQ3 .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnVaQH3TQ3 .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #199bfc !important;
}
.cid-tnVaQH3TQ3 .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnVaQH3TQ3 .social__wrap .border__radius span:hover {
  color: #199bfc !important;
}
@media (max-width: 575px) {
  .cid-tnVaQH3TQ3 .buttons {
    justify-content: flex-start;
  }
}
.cid-tnVaQIXEao {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/festival-of-colors10-1200x800.jpg");
}
.cid-tnVaQIXEao .title__block {
  padding-bottom: 40px;
}
.cid-tnVaQIXEao .carousel {
  margin-bottom: 80px;
}
.cid-tnVaQIXEao .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tnVaQIXEao .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnVaQIXEao .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-tnVaQIXEao .carousel-inner {
  overflow: visible !important;
}
.cid-tnVaQIXEao .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tnVaQIXEao .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tnVaQIXEao .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tnVaQIXEao .user {
  height: 300px;
}
.cid-tnVaQIXEao .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tnVaQIXEao .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnVaQIXEao .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tnVaQIXEao .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tnVaQIXEao .carousel-control-prev {
    left: -2%;
  }
  .cid-tnVaQIXEao .carousel-control-next {
    left: 6%;
  }
  .cid-tnVaQIXEao .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tnVaQIXEao .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tnVaQIXEao .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tnVaQIXEao .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tnVaQIXEao .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tnVaQIXEao .carousel-controls {
    display: none;
  }
  .cid-tnVaQIXEao .carousel {
    margin-bottom: 0;
  }
}
.cid-tnVaQIXEao .mbr-section-title {
  color: #341d74;
}
.cid-tnVaQIXEao .mbr-text {
  color: #655495;
}
.cid-tOBGdlJiKI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tOBGdlJiKI .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  border-radius: 6px;
}
.cid-tOBGdlJiKI .card-wrapper:hover .ico-wrap {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.cid-tOBGdlJiKI p {
  line-height: 1.6;
}
.cid-tOBGdlJiKI .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tOBGdlJiKI .ico {
  height: 40px;
  width: 40px;
  background: #333333;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  margin: 0 3px;
  opacity: 0.9;
}
.cid-tOBGdlJiKI .ico-wrap {
  position: absolute;
  left: 50%;
  display: flex;
  top: 50%;
  margin: auto;
  z-index: 100;
  transition: all 0.3s;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
}
.cid-tOBGdlJiKI .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.cid-tOBGdlJiKI .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.cid-tOBGdlJiKI img {
  transition: all 0.3s;
}
.cid-tOBGdlJiKI .card-box {
  padding: 1rem;
}
.cid-tOBGdlJiKI .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tOBGdlJiKI .card-box > p,
.cid-tOBGdlJiKI .mbr-section-btn {
  color: #9e9e9e;
  text-align: center;
}
.cid-tOBGdlJiKI .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
@media (max-width: 576px) {
  .cid-tOBGdlJiKI .ico-wrap {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.cid-tOBGdlJiKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOBGdlJiKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOBHR2dpeW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tOBHR2dpeW .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  border-radius: 6px;
}
.cid-tOBHR2dpeW .card-wrapper:hover .ico-wrap {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.cid-tOBHR2dpeW p {
  line-height: 1.6;
}
.cid-tOBHR2dpeW .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tOBHR2dpeW .ico {
  height: 40px;
  width: 40px;
  background: #333333;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  margin: 0 3px;
  opacity: 0.9;
}
.cid-tOBHR2dpeW .ico-wrap {
  position: absolute;
  left: 50%;
  display: flex;
  top: 50%;
  margin: auto;
  z-index: 100;
  transition: all 0.3s;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
}
.cid-tOBHR2dpeW .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.cid-tOBHR2dpeW .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.cid-tOBHR2dpeW img {
  transition: all 0.3s;
}
.cid-tOBHR2dpeW .card-box {
  padding: 1rem;
}
.cid-tOBHR2dpeW .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tOBHR2dpeW .card-box > p,
.cid-tOBHR2dpeW .mbr-section-btn {
  color: #9e9e9e;
  text-align: center;
}
.cid-tOBHR2dpeW .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
@media (max-width: 576px) {
  .cid-tOBHR2dpeW .ico-wrap {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.cid-tOBHR2dpeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOBHR2dpeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVaQKi47B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #19303d;
}
.cid-tnVaQKi47B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVaQKi47B .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tnVaQKi47B .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tnVaQKi47B .btn:hover,
.cid-tnVaQKi47B .btn:focus {
  background: white !important;
  color: #17161a !important;
  border-color: white !important;
}
.cid-tnVaQKi47B img {
  border-radius: 1rem;
}
.cid-tnVaQKi47B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVaQKi47B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tnVaQKi47B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnVaQKi47B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tnVaQKi47B .mbr-section-title {
  color: #ffffff;
}
.cid-tnVaQKi47B .mbr-section-subtitle,
.cid-tnVaQKi47B .subtitle-wrap {
  color: #19303d;
}
.cid-tnVaQKi47B .mbr-text,
.cid-tnVaQKi47B .mbr-section-btn {
  color: #ffffff;
}
.cid-tnVaQLs7fd {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #170f2b;
}
@media (max-width: 767px) {
  .cid-tnVaQLs7fd .media-col {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tnVaQLs7fd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tnVaQLs7fd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnVaQLs7fd .cards-row,
.cid-tnVaQLs7fd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnVaQLs7fd .cards-col {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tnVaQLs7fd .cards-col {
    justify-content: flex-end;
  }
}
.cid-tnVaQLs7fd .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tnVaQLs7fd .row {
    text-align: center;
  }
  .cid-tnVaQLs7fd .cards-col {
    justify-content: center;
  }
  .cid-tnVaQLs7fd .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tnVaQLs7fd .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tnVaQLs7fd .card-item:last-child {
  margin-right: 0;
}
.cid-tnVaQLs7fd .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tnVaQLs7fd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tnVaQLs7fd .soc-item:last-child {
  margin-right: 0;
}
.cid-tnVaQLs7fd .mbr-iconfont {
  color: #ffffff;
}
.cid-tnVaQLs7fd .mbr-text {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnVlrulWT9 {
  background-image: url("../../../assets/images/capture-decran-2022-01-20-a-09.35.48-1032x1386.png");
}
.cid-tnVlrulWT9 .push__top {
  padding-top: 80px;
}
.cid-tnVlrulWT9 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tnVlrulWT9 .title__block {
  width: 70%;
}
.cid-tnVlrulWT9 .mbr-section-subtitle,
.cid-tnVlrulWT9 .bottom__about__text,
.cid-tnVlrulWT9 .bottom__subtitle {
  line-height: 25px;
}
.cid-tnVlrulWT9 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tnVlrulWT9 .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tnVlrulWT9 .widget__number {
  margin-bottom: 8px;
}
.cid-tnVlrulWT9 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tnVlrulWT9 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tnVlrulWT9 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tnVlrulWT9 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tnVlrulWT9 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tnVlrulWT9 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnVlrulWT9 .mbr-media {
  display: inline-block;
}
.cid-tnVlrulWT9 .mbr-figure {
  align-self: flex-start;
}
.cid-tnVlrulWT9 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tnVlrulWT9 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnVlrulWT9 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnVlrulWT9 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnVlrulWT9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnVlrulWT9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnVlrulWT9 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnVlrulWT9 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnVlrulWT9 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tnVlrulWT9 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tnVlrulWT9 .date__block {
    margin-top: 50px;
  }
  .cid-tnVlrulWT9 .mbr-section-title {
    line-height: 1;
  }
  .cid-tnVlrulWT9 .push__top {
    padding-top: 30px;
  }
  .cid-tnVlrulWT9 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tnVlrulWT9 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tnVlrulWT9 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tnVlrulWT9 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tnVlrulWT9 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tnVlrulWT9 .title__block {
    width: 100%;
  }
  .cid-tnVlrulWT9 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tnVlrulWT9 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tnVlrulWT9 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tnVlrulWT9 .divider {
    margin-bottom: 10px;
  }
  .cid-tnVlrulWT9 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnVlrulWT9 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tnVlrulWT9 .mbr-figure {
  color: #ffffff;
}
.cid-tnVlrxsly4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tnVlrxsly4 .title__block {
  padding: 50px 15px;
}
.cid-tnVlrxsly4 .image {
  display: block;
  position: relative;
}
.cid-tnVlrxsly4 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tnVlrxsly4 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tnVlrxsly4 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tnVlrxsly4 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tnVlrxsly4 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tnVlrxsly4 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tnVlrxsly4 .widget .widget__text {
  margin: 5px 0;
}
.cid-tnVlrxsly4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tnVlrxsly4 .btn {
  margin-top: 0;
}
.cid-tnVlrxsly4 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tnVlrxsly4 .mbr-media {
  display: inline-block;
}
.cid-tnVlrxsly4 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tnVlrxsly4 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tnVlrxsly4 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tnVlrxsly4 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tnVlrxsly4 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tnVlrxsly4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tnVlrxsly4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnVlrxsly4 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnVlrxsly4 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tnVlrxsly4 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tnVlrxsly4 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tnVlrxsly4 .image {
    padding: 0;
  }
  .cid-tnVlrxsly4 .container,
  .cid-tnVlrxsly4 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tnVlrxsly4 .widget {
    margin-left: 0;
  }
  .cid-tnVlrxsly4 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tnVlrxsly4 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tnVlrxsly4 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tnVlrxsly4 .image img {
    max-height: 400px;
  }
}
.cid-tnVlrz7dkV {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tnVlrz7dkV .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tnVlrz7dkV .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tnVlrz7dkV .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tnVlrz7dkV .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tnVlrz7dkV .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tnVlrz7dkV .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tnVlrz7dkV .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tnVlrz7dkV .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tnVlrz7dkV .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tnVlrz7dkV .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tnVlrz7dkV .mbr-text,
.cid-tnVlrz7dkV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tnVlrz7dkV H3 {
  text-align: left;
}
.cid-tnVlrz7dkV .author,
.cid-tnVlrz7dkV .box {
  font-style: italic;
}
.cid-tnVlrz7dkV .author {
  color: #9A948D;
}
.cid-tnVlrz7dkV .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tnVlrz7dkV .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tnVlrz7dkV .mbr-iconfont {
    display: none;
  }
}
.cid-tnVlrA7o1A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnVlrA7o1A img {
  width: 100%;
  object-fit: cover;
}
.cid-tnVlrA7o1A .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tnVlrA7o1A .img-card {
  justify-content: center;
}
.cid-tnVlrA7o1A .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tnVlrA7o1A .card-title {
  margin-bottom: 1.2rem;
}
.cid-tnVlrA7o1A .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tnVlrA7o1A .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tnVlrA7o1A .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnVlrA7o1A .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnVlrA7o1A .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tnVlrA7o1A .card-title,
.cid-tnVlrA7o1A .card-box {
  color: #767676;
  text-align: center;
}
.cid-tnVlrA7o1A H3 {
  color: #000000;
  text-align: center;
}
.cid-tnVlrAN0D1 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tnVlrAN0D1 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tnVlrAN0D1 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tnVlrAN0D1 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tnVlrAN0D1 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tnVlrAN0D1 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tnVlrAN0D1 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tnVlrAN0D1 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tnVlrAN0D1 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tnVlrAN0D1 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tnVlrAN0D1 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tnVlrAN0D1 .mbr-text,
.cid-tnVlrAN0D1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tnVlrAN0D1 H3 {
  text-align: left;
}
.cid-tnVlrAN0D1 .author,
.cid-tnVlrAN0D1 .box {
  font-style: italic;
}
.cid-tnVlrAN0D1 .author {
  color: #9A948D;
}
.cid-tnVlrAN0D1 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tnVlrAN0D1 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tnVlrAN0D1 .mbr-iconfont {
    display: none;
  }
}
.cid-tnVlrBzMHR {
  background-image: url("../../../assets/images/8id4dxj1kava3knhooh64v-1600x1065.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnVlrBzMHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVlrBzMHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnVlrBzMHR.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tnVlrBzMHR .container {
  position: static;
  margin: auto auto 0;
}
.cid-tnVlrBzMHR .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnVlrBzMHR .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tnVlrBzMHR .text-box {
  position: relative;
}
.cid-tnVlrBzMHR .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tnVlrBzMHR .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tnVlrBzMHR .mbr-section-btn {
  margin-top: 30px;
}
.cid-tnVlrBzMHR .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tnVlrBzMHR .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tnVlrBzMHR .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tnVlrBzMHR .video-col {
    top: 30%;
  }
}
.cid-tnVlrBzMHR .mbr-media {
  position: relative;
}
.cid-tnVlrBzMHR .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tnVlrBzMHR .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tnVlrBzMHR .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tnVlrBzMHR .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tnVlrBzMHR .video-icon-bg-box a {
  padding: 50px;
}
.cid-tnVlrBzMHR .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tnVlrBzMHR .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tnVlrBzMHR .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tnVlrBzMHR .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tnVlrBzMHR .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tnVlrBzMHR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tnVlrBzMHR .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tnVlrBzMHR .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tnVlrBzMHR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tnVlrBzMHR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tnVlrBzMHR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tnVlrBzMHR .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-tnVlrBzMHR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tnVlrCx1VE .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tnVlrCx1VE .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tnVlrCx1VE .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tnVlrCx1VE .title__address {
  margin-bottom: 20px;
}
.cid-tnVlrCx1VE .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tnVlrCx1VE .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tnVlrCx1VE .mbr-section-btn {
  margin-top: 40px;
}
.cid-tnVlrCx1VE .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tnVlrCx1VE .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tnVlrCx1VE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnVlrCx1VE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnVlrCx1VE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnVlrCx1VE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tnVlrCx1VE .container {
    max-width: 100%;
  }
  .cid-tnVlrCx1VE .container .row {
    margin: 0;
  }
  .cid-tnVlrCx1VE .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tnVlrCx1VE .title__address,
.cid-tnVlrCx1VE .mbr-section-btn {
  color: #ffffff;
}
.cid-tnVlrCx1VE .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpKPViKHTN {
  background-image: url("../../../assets/images/whatsapp-image-2022-12-12-at-05.12.10-2-768x1024.jpeg");
}
.cid-tpKPViKHTN .push__top {
  padding-top: 80px;
}
.cid-tpKPViKHTN .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tpKPViKHTN .title__block {
  width: 70%;
}
.cid-tpKPViKHTN .mbr-section-subtitle,
.cid-tpKPViKHTN .bottom__about__text,
.cid-tpKPViKHTN .bottom__subtitle {
  line-height: 25px;
}
.cid-tpKPViKHTN .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tpKPViKHTN .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tpKPViKHTN .widget__number {
  margin-bottom: 8px;
}
.cid-tpKPViKHTN .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tpKPViKHTN .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tpKPViKHTN .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tpKPViKHTN .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tpKPViKHTN .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tpKPViKHTN .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tpKPViKHTN .mbr-media {
  display: inline-block;
}
.cid-tpKPViKHTN .mbr-figure {
  align-self: flex-start;
}
.cid-tpKPViKHTN .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tpKPViKHTN .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tpKPViKHTN .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tpKPViKHTN .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tpKPViKHTN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tpKPViKHTN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tpKPViKHTN .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tpKPViKHTN a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tpKPViKHTN a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tpKPViKHTN .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tpKPViKHTN .date__block {
    margin-top: 50px;
  }
  .cid-tpKPViKHTN .mbr-section-title {
    line-height: 1;
  }
  .cid-tpKPViKHTN .push__top {
    padding-top: 30px;
  }
  .cid-tpKPViKHTN .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tpKPViKHTN .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tpKPViKHTN .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tpKPViKHTN .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tpKPViKHTN .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tpKPViKHTN .title__block {
    width: 100%;
  }
  .cid-tpKPViKHTN .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tpKPViKHTN .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tpKPViKHTN .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tpKPViKHTN .divider {
    margin-bottom: 10px;
  }
  .cid-tpKPViKHTN a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tpKPViKHTN .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tpKPViKHTN .mbr-figure {
  color: #ffffff;
}
.cid-tpKPVkM70c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tpKPVkM70c .title__block {
  padding: 50px 15px;
}
.cid-tpKPVkM70c .image {
  display: block;
  position: relative;
}
.cid-tpKPVkM70c .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tpKPVkM70c .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tpKPVkM70c .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tpKPVkM70c .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tpKPVkM70c .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tpKPVkM70c .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tpKPVkM70c .widget .widget__text {
  margin: 5px 0;
}
.cid-tpKPVkM70c .mbr-section-btn {
  margin-top: 20px;
}
.cid-tpKPVkM70c .btn {
  margin-top: 0;
}
.cid-tpKPVkM70c .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tpKPVkM70c .mbr-media {
  display: inline-block;
}
.cid-tpKPVkM70c .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tpKPVkM70c .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tpKPVkM70c .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tpKPVkM70c .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tpKPVkM70c .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tpKPVkM70c .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tpKPVkM70c .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tpKPVkM70c .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tpKPVkM70c a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tpKPVkM70c a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tpKPVkM70c .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tpKPVkM70c .image {
    padding: 0;
  }
  .cid-tpKPVkM70c .container,
  .cid-tpKPVkM70c .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tpKPVkM70c .widget {
    margin-left: 0;
  }
  .cid-tpKPVkM70c .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tpKPVkM70c a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tpKPVkM70c .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tpKPVkM70c .image img {
    max-height: 400px;
  }
}
.cid-tpKPVlIrSu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tpKPVlIrSu .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tpKPVlIrSu .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tpKPVlIrSu .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tpKPVlIrSu .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tpKPVlIrSu .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tpKPVlIrSu .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tpKPVlIrSu .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tpKPVlIrSu .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tpKPVlIrSu .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tpKPVlIrSu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tpKPVlIrSu .mbr-text,
.cid-tpKPVlIrSu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tpKPVlIrSu H3 {
  text-align: left;
}
.cid-tpKPVlIrSu .author,
.cid-tpKPVlIrSu .box {
  font-style: italic;
}
.cid-tpKPVlIrSu .author {
  color: #9A948D;
}
.cid-tpKPVlIrSu .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tpKPVlIrSu .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tpKPVlIrSu .mbr-iconfont {
    display: none;
  }
}
.cid-tpKPVmxUbm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpKPVmxUbm img {
  width: 100%;
  object-fit: cover;
}
.cid-tpKPVmxUbm .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tpKPVmxUbm .img-card {
  justify-content: center;
}
.cid-tpKPVmxUbm .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tpKPVmxUbm .card-title {
  margin-bottom: 1.2rem;
}
.cid-tpKPVmxUbm .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tpKPVmxUbm .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tpKPVmxUbm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tpKPVmxUbm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tpKPVmxUbm .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tpKPVmxUbm .card-title,
.cid-tpKPVmxUbm .card-box {
  color: #767676;
  text-align: center;
}
.cid-tpKPVmxUbm H3 {
  color: #000000;
  text-align: center;
}
.cid-tpKPVndNJe .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tpKPVndNJe .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tpKPVndNJe .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tpKPVndNJe .title__address {
  margin-bottom: 20px;
}
.cid-tpKPVndNJe .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tpKPVndNJe .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tpKPVndNJe .mbr-section-btn {
  margin-top: 40px;
}
.cid-tpKPVndNJe .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tpKPVndNJe .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tpKPVndNJe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tpKPVndNJe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tpKPVndNJe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpKPVndNJe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tpKPVndNJe .container {
    max-width: 100%;
  }
  .cid-tpKPVndNJe .container .row {
    margin: 0;
  }
  .cid-tpKPVndNJe .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tpKPVndNJe .title__address,
.cid-tpKPVndNJe .mbr-section-btn {
  color: #ffffff;
}
.cid-tpKPVndNJe .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuDcRAEYWp {
  background-image: url("../../../assets/images/massimo-danzi-photo-1-695x1042.jpg");
}
.cid-tuDcRAEYWp .push__top {
  padding-top: 80px;
}
.cid-tuDcRAEYWp .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuDcRAEYWp .title__block {
  width: 70%;
}
.cid-tuDcRAEYWp .mbr-section-subtitle,
.cid-tuDcRAEYWp .bottom__about__text,
.cid-tuDcRAEYWp .bottom__subtitle {
  line-height: 25px;
}
.cid-tuDcRAEYWp .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuDcRAEYWp .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuDcRAEYWp .widget__number {
  margin-bottom: 8px;
}
.cid-tuDcRAEYWp .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuDcRAEYWp .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuDcRAEYWp .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuDcRAEYWp .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuDcRAEYWp .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-tuDcRAEYWp .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuDcRAEYWp .date__block {
    margin-top: 50px;
  }
  .cid-tuDcRAEYWp .mbr-section-title {
    line-height: 1;
  }
  .cid-tuDcRAEYWp .push__top {
    padding-top: 30px;
  }
  .cid-tuDcRAEYWp .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuDcRAEYWp .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuDcRAEYWp .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuDcRAEYWp .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuDcRAEYWp .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuDcRAEYWp .title__block {
    width: 100%;
  }
  .cid-tuDcRAEYWp .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuDcRAEYWp .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuDcRAEYWp .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuDcRAEYWp .divider {
    margin-bottom: 10px;
  }
  .cid-tuDcRAEYWp a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuDcRAEYWp .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuDcRAEYWp .mbr-figure {
  color: #ffffff;
}
.cid-tuDcREDI5b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuDcREDI5b .title__block {
  padding: 50px 15px;
}
.cid-tuDcREDI5b .image {
  display: block;
  position: relative;
}
.cid-tuDcREDI5b .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuDcREDI5b .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuDcREDI5b .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuDcREDI5b .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuDcREDI5b .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuDcREDI5b .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuDcREDI5b .widget .widget__text {
  margin: 5px 0;
}
.cid-tuDcREDI5b .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuDcREDI5b .btn {
  margin-top: 0;
}
.cid-tuDcREDI5b .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuDcREDI5b .mbr-media {
  display: inline-block;
}
.cid-tuDcREDI5b .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuDcREDI5b .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuDcREDI5b .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuDcREDI5b .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuDcREDI5b .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuDcREDI5b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuDcREDI5b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuDcREDI5b .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuDcREDI5b a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuDcREDI5b a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuDcREDI5b .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuDcREDI5b .image {
    padding: 0;
  }
  .cid-tuDcREDI5b .container,
  .cid-tuDcREDI5b .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuDcREDI5b .widget {
    margin-left: 0;
  }
  .cid-tuDcREDI5b .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuDcREDI5b a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuDcREDI5b .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuDcREDI5b .image img {
    max-height: 400px;
  }
}
.cid-tuDcRLE23s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuDcRLE23s img {
  width: 100%;
  object-fit: cover;
}
.cid-tuDcRLE23s .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuDcRLE23s .img-card {
  justify-content: center;
}
.cid-tuDcRLE23s .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuDcRLE23s .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuDcRLE23s .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuDcRLE23s .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuDcRLE23s .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuDcRLE23s .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuDcRLE23s .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuDcRLE23s .card-title,
.cid-tuDcRLE23s .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuDcRLE23s H3 {
  color: #000000;
  text-align: center;
}
.cid-tx3h2jLC53 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/massimo-danzi-photo-1-695x1042.jpg");
}
.cid-tx3h2jLC53 .mbr-media {
  position: relative;
}
.cid-tx3h2jLC53 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tx3h2jLC53 .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tx3h2jLC53 .box {
    min-height: 300px;
  }
}
.cid-tx3h2jLC53 .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tx3h2jLC53 .icon-wrap a {
  height: 20px;
}
.cid-tx3h2jLC53 .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-tx3h2jLC53 .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-tx3h2jLC53 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tx3h2jLC53 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tx3h2jLC53 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tx3h2jLC53 .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-tx3h2jLC53 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tx3h2jLC53 .mbr-section-title {
  color: #ffffff;
}
.cid-tuDcRUMxvF .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuDcRUMxvF .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuDcRUMxvF .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuDcRUMxvF .title__address {
  margin-bottom: 20px;
}
.cid-tuDcRUMxvF .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuDcRUMxvF .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuDcRUMxvF .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuDcRUMxvF .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuDcRUMxvF .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuDcRUMxvF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuDcRUMxvF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuDcRUMxvF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuDcRUMxvF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuDcRUMxvF .container {
    max-width: 100%;
  }
  .cid-tuDcRUMxvF .container .row {
    margin: 0;
  }
  .cid-tuDcRUMxvF .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuDcRUMxvF .title__address,
.cid-tuDcRUMxvF .mbr-section-btn {
  color: #ffffff;
}
.cid-tuDcRUMxvF .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuNNKmpN6E {
  background-image: url("../../../assets/images/picture-cannabis-2000x1333.jpg");
}
.cid-tuNNKmpN6E .push__top {
  padding-top: 80px;
}
.cid-tuNNKmpN6E .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuNNKmpN6E .title__block {
  width: 70%;
}
.cid-tuNNKmpN6E .mbr-section-subtitle,
.cid-tuNNKmpN6E .bottom__about__text,
.cid-tuNNKmpN6E .bottom__subtitle {
  line-height: 25px;
}
.cid-tuNNKmpN6E .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuNNKmpN6E .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuNNKmpN6E .widget__number {
  margin-bottom: 8px;
}
.cid-tuNNKmpN6E .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuNNKmpN6E .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuNNKmpN6E .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuNNKmpN6E .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuNNKmpN6E .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-tuNNKmpN6E .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuNNKmpN6E .date__block {
    margin-top: 50px;
  }
  .cid-tuNNKmpN6E .mbr-section-title {
    line-height: 1;
  }
  .cid-tuNNKmpN6E .push__top {
    padding-top: 30px;
  }
  .cid-tuNNKmpN6E .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuNNKmpN6E .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuNNKmpN6E .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuNNKmpN6E .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuNNKmpN6E .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuNNKmpN6E .title__block {
    width: 100%;
  }
  .cid-tuNNKmpN6E .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuNNKmpN6E .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuNNKmpN6E .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuNNKmpN6E .divider {
    margin-bottom: 10px;
  }
  .cid-tuNNKmpN6E a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNNKmpN6E .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuNNKmpN6E .mbr-figure {
  color: #ffffff;
}
.cid-tuNNKtl9N1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuNNKtl9N1 .title__block {
  padding: 50px 15px;
}
.cid-tuNNKtl9N1 .image {
  display: block;
  position: relative;
}
.cid-tuNNKtl9N1 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuNNKtl9N1 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuNNKtl9N1 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuNNKtl9N1 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuNNKtl9N1 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuNNKtl9N1 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuNNKtl9N1 .widget .widget__text {
  margin: 5px 0;
}
.cid-tuNNKtl9N1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuNNKtl9N1 .btn {
  margin-top: 0;
}
.cid-tuNNKtl9N1 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuNNKtl9N1 .mbr-media {
  display: inline-block;
}
.cid-tuNNKtl9N1 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuNNKtl9N1 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuNNKtl9N1 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuNNKtl9N1 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuNNKtl9N1 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuNNKtl9N1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuNNKtl9N1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuNNKtl9N1 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuNNKtl9N1 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuNNKtl9N1 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuNNKtl9N1 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuNNKtl9N1 .image {
    padding: 0;
  }
  .cid-tuNNKtl9N1 .container,
  .cid-tuNNKtl9N1 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuNNKtl9N1 .widget {
    margin-left: 0;
  }
  .cid-tuNNKtl9N1 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuNNKtl9N1 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNNKtl9N1 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuNNKtl9N1 .image img {
    max-height: 400px;
  }
}
.cid-tuNNKuLurf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuNNKuLurf img {
  width: 100%;
  object-fit: cover;
}
.cid-tuNNKuLurf .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuNNKuLurf .img-card {
  justify-content: center;
}
.cid-tuNNKuLurf .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuNNKuLurf .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuNNKuLurf .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuNNKuLurf .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuNNKuLurf .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuNNKuLurf .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuNNKuLurf .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuNNKuLurf .card-title,
.cid-tuNNKuLurf .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuNNKuLurf H3 {
  color: #000000;
  text-align: center;
}
.cid-tAXHOVJVHF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/smge-photo-conf3-768x1024.jpg");
}
.cid-tAXHOVJVHF .mbr-media {
  position: relative;
}
.cid-tAXHOVJVHF .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tAXHOVJVHF .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tAXHOVJVHF .box {
    min-height: 300px;
  }
}
.cid-tAXHOVJVHF .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tAXHOVJVHF .icon-wrap a {
  height: 20px;
}
.cid-tAXHOVJVHF .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-tAXHOVJVHF .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-tAXHOVJVHF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tAXHOVJVHF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tAXHOVJVHF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tAXHOVJVHF .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-tAXHOVJVHF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tAXHOVJVHF .mbr-section-title {
  color: #ffffff;
}
.cid-tuNNKvvdtt .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuNNKvvdtt .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuNNKvvdtt .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuNNKvvdtt .title__address {
  margin-bottom: 20px;
}
.cid-tuNNKvvdtt .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuNNKvvdtt .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuNNKvvdtt .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuNNKvvdtt .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuNNKvvdtt .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuNNKvvdtt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuNNKvvdtt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuNNKvvdtt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuNNKvvdtt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuNNKvvdtt .container {
    max-width: 100%;
  }
  .cid-tuNNKvvdtt .container .row {
    margin: 0;
  }
  .cid-tuNNKvvdtt .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuNNKvvdtt .title__address,
.cid-tuNNKvvdtt .mbr-section-btn {
  color: #ffffff;
}
.cid-tuNNKvvdtt .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuNPo2PPKk {
  background-image: url("../../../assets/images/carole-1-2000x1428.jpeg");
}
.cid-tuNPo2PPKk .push__top {
  padding-top: 80px;
}
.cid-tuNPo2PPKk .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuNPo2PPKk .title__block {
  width: 70%;
}
.cid-tuNPo2PPKk .mbr-section-subtitle,
.cid-tuNPo2PPKk .bottom__about__text,
.cid-tuNPo2PPKk .bottom__subtitle {
  line-height: 25px;
}
.cid-tuNPo2PPKk .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuNPo2PPKk .mbr-section-title {
  line-height: 57px;
  color: #003cd3;
  text-align: right;
}
.cid-tuNPo2PPKk .widget__number {
  margin-bottom: 8px;
}
.cid-tuNPo2PPKk .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuNPo2PPKk .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuNPo2PPKk .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuNPo2PPKk .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuNPo2PPKk .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuNPo2PPKk .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuNPo2PPKk .mbr-media {
  display: inline-block;
}
.cid-tuNPo2PPKk .mbr-figure {
  align-self: flex-start;
}
.cid-tuNPo2PPKk .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuNPo2PPKk .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuNPo2PPKk .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuNPo2PPKk .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuNPo2PPKk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuNPo2PPKk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuNPo2PPKk .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuNPo2PPKk a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuNPo2PPKk a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuNPo2PPKk .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuNPo2PPKk .date__block {
    margin-top: 50px;
  }
  .cid-tuNPo2PPKk .mbr-section-title {
    line-height: 1;
  }
  .cid-tuNPo2PPKk .push__top {
    padding-top: 30px;
  }
  .cid-tuNPo2PPKk .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuNPo2PPKk .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuNPo2PPKk .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuNPo2PPKk .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuNPo2PPKk .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuNPo2PPKk .title__block {
    width: 100%;
  }
  .cid-tuNPo2PPKk .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuNPo2PPKk .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuNPo2PPKk .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuNPo2PPKk .divider {
    margin-bottom: 10px;
  }
  .cid-tuNPo2PPKk a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNPo2PPKk .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuNPo2PPKk .mbr-figure {
  color: #ffffff;
}
.cid-tuNPo6mWkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuNPo6mWkP .title__block {
  padding: 50px 15px;
}
.cid-tuNPo6mWkP .image {
  display: block;
  position: relative;
}
.cid-tuNPo6mWkP .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuNPo6mWkP .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuNPo6mWkP .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuNPo6mWkP .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuNPo6mWkP .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuNPo6mWkP .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuNPo6mWkP .widget .widget__text {
  margin: 5px 0;
}
.cid-tuNPo6mWkP .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuNPo6mWkP .btn {
  margin-top: 0;
}
.cid-tuNPo6mWkP .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuNPo6mWkP .mbr-media {
  display: inline-block;
}
.cid-tuNPo6mWkP .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuNPo6mWkP .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuNPo6mWkP .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuNPo6mWkP .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuNPo6mWkP .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuNPo6mWkP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuNPo6mWkP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuNPo6mWkP .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuNPo6mWkP a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuNPo6mWkP a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuNPo6mWkP .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuNPo6mWkP .image {
    padding: 0;
  }
  .cid-tuNPo6mWkP .container,
  .cid-tuNPo6mWkP .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuNPo6mWkP .widget {
    margin-left: 0;
  }
  .cid-tuNPo6mWkP .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuNPo6mWkP a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNPo6mWkP .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuNPo6mWkP .image img {
    max-height: 400px;
  }
}
.cid-tx99ouRVu0 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tx99ouRVu0 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tx99ouRVu0 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tx99ouRVu0 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tx99ouRVu0 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tx99ouRVu0 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tx99ouRVu0 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tx99ouRVu0 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tx99ouRVu0 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tx99ouRVu0 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tx99ouRVu0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tx99ouRVu0 .mbr-text,
.cid-tx99ouRVu0 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tx99ouRVu0 H3 {
  text-align: left;
}
.cid-tx99ouRVu0 .author,
.cid-tx99ouRVu0 .box {
  font-style: italic;
}
.cid-tx99ouRVu0 .author {
  color: #9A948D;
}
.cid-tx99ouRVu0 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tx99ouRVu0 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tx99ouRVu0 .mbr-iconfont {
    display: none;
  }
}
.cid-tuNPo7pkTX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuNPo7pkTX img {
  width: 100%;
  object-fit: cover;
}
.cid-tuNPo7pkTX .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuNPo7pkTX .img-card {
  justify-content: center;
}
.cid-tuNPo7pkTX .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuNPo7pkTX .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuNPo7pkTX .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuNPo7pkTX .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuNPo7pkTX .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuNPo7pkTX .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuNPo7pkTX .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuNPo7pkTX .card-title,
.cid-tuNPo7pkTX .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuNPo7pkTX H3 {
  color: #000000;
  text-align: center;
}
.cid-tuNPo81HSf .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuNPo81HSf .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuNPo81HSf .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuNPo81HSf .title__address {
  margin-bottom: 20px;
}
.cid-tuNPo81HSf .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuNPo81HSf .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuNPo81HSf .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuNPo81HSf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuNPo81HSf .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuNPo81HSf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuNPo81HSf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuNPo81HSf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuNPo81HSf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuNPo81HSf .container {
    max-width: 100%;
  }
  .cid-tuNPo81HSf .container .row {
    margin: 0;
  }
  .cid-tuNPo81HSf .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuNPo81HSf .title__address,
.cid-tuNPo81HSf .mbr-section-btn {
  color: #ffffff;
}
.cid-tuNPo81HSf .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuNQYz2Kz2 {
  background-image: url("../../../assets/images/francesco-et-thomas-1-1-1024x683.jpg");
}
.cid-tuNQYz2Kz2 .push__top {
  padding-top: 80px;
}
.cid-tuNQYz2Kz2 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuNQYz2Kz2 .title__block {
  width: 70%;
}
.cid-tuNQYz2Kz2 .mbr-section-subtitle,
.cid-tuNQYz2Kz2 .bottom__about__text,
.cid-tuNQYz2Kz2 .bottom__subtitle {
  line-height: 25px;
}
.cid-tuNQYz2Kz2 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-tuNQYz2Kz2 .mbr-section-title {
  line-height: 57px;
  color: #2674ae;
  text-align: right;
}
.cid-tuNQYz2Kz2 .widget__number {
  margin-bottom: 8px;
}
.cid-tuNQYz2Kz2 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuNQYz2Kz2 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuNQYz2Kz2 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuNQYz2Kz2 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuNQYz2Kz2 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-tuNQYz2Kz2 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuNQYz2Kz2 .date__block {
    margin-top: 50px;
  }
  .cid-tuNQYz2Kz2 .mbr-section-title {
    line-height: 1;
  }
  .cid-tuNQYz2Kz2 .push__top {
    padding-top: 30px;
  }
  .cid-tuNQYz2Kz2 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuNQYz2Kz2 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuNQYz2Kz2 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuNQYz2Kz2 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuNQYz2Kz2 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuNQYz2Kz2 .title__block {
    width: 100%;
  }
  .cid-tuNQYz2Kz2 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuNQYz2Kz2 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuNQYz2Kz2 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuNQYz2Kz2 .divider {
    margin-bottom: 10px;
  }
  .cid-tuNQYz2Kz2 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNQYz2Kz2 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuNQYz2Kz2 .mbr-figure {
  color: #ffffff;
}
.cid-tuNQYDDhp9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuNQYDDhp9 .title__block {
  padding: 50px 15px;
}
.cid-tuNQYDDhp9 .image {
  display: block;
  position: relative;
}
.cid-tuNQYDDhp9 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuNQYDDhp9 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuNQYDDhp9 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuNQYDDhp9 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuNQYDDhp9 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuNQYDDhp9 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuNQYDDhp9 .widget .widget__text {
  margin: 5px 0;
}
.cid-tuNQYDDhp9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuNQYDDhp9 .btn {
  margin-top: 0;
}
.cid-tuNQYDDhp9 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuNQYDDhp9 .mbr-media {
  display: inline-block;
}
.cid-tuNQYDDhp9 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuNQYDDhp9 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuNQYDDhp9 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuNQYDDhp9 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuNQYDDhp9 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuNQYDDhp9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuNQYDDhp9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuNQYDDhp9 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuNQYDDhp9 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuNQYDDhp9 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuNQYDDhp9 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuNQYDDhp9 .image {
    padding: 0;
  }
  .cid-tuNQYDDhp9 .container,
  .cid-tuNQYDDhp9 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuNQYDDhp9 .widget {
    margin-left: 0;
  }
  .cid-tuNQYDDhp9 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuNQYDDhp9 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNQYDDhp9 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuNQYDDhp9 .image img {
    max-height: 400px;
  }
}
.cid-tuNQYFNfc1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuNQYFNfc1 img {
  width: 100%;
  object-fit: cover;
}
.cid-tuNQYFNfc1 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuNQYFNfc1 .img-card {
  justify-content: center;
}
.cid-tuNQYFNfc1 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuNQYFNfc1 .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuNQYFNfc1 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuNQYFNfc1 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuNQYFNfc1 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuNQYFNfc1 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuNQYFNfc1 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuNQYFNfc1 .card-title,
.cid-tuNQYFNfc1 .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuNQYFNfc1 H3 {
  color: #000000;
  text-align: center;
}
.cid-tuNRMXvplC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuNRMXvplC img {
  width: 100%;
  object-fit: cover;
}
.cid-tuNRMXvplC .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuNRMXvplC .img-card {
  justify-content: center;
}
.cid-tuNRMXvplC .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuNRMXvplC .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuNRMXvplC .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuNRMXvplC .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuNRMXvplC .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuNRMXvplC .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuNRMXvplC .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuNRMXvplC .card-title,
.cid-tuNRMXvplC .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuNRMXvplC H3 {
  color: #000000;
  text-align: center;
}
.cid-tuNQYGx9R4 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuNQYGx9R4 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuNQYGx9R4 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuNQYGx9R4 .title__address {
  margin-bottom: 20px;
}
.cid-tuNQYGx9R4 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuNQYGx9R4 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuNQYGx9R4 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuNQYGx9R4 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuNQYGx9R4 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuNQYGx9R4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuNQYGx9R4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuNQYGx9R4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuNQYGx9R4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuNQYGx9R4 .container {
    max-width: 100%;
  }
  .cid-tuNQYGx9R4 .container .row {
    margin: 0;
  }
  .cid-tuNQYGx9R4 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuNQYGx9R4 .title__address,
.cid-tuNQYGx9R4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tuNQYGx9R4 .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuNWyeFCYe {
  background-image: url("../../../assets/images/compagnon-philippe-1-200x240.jpg");
}
.cid-tuNWyeFCYe .push__top {
  padding-top: 80px;
}
.cid-tuNWyeFCYe .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuNWyeFCYe .title__block {
  width: 70%;
}
.cid-tuNWyeFCYe .mbr-section-subtitle,
.cid-tuNWyeFCYe .bottom__about__text,
.cid-tuNWyeFCYe .bottom__subtitle {
  line-height: 25px;
}
.cid-tuNWyeFCYe .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuNWyeFCYe .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuNWyeFCYe .widget__number {
  margin-bottom: 8px;
}
.cid-tuNWyeFCYe .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuNWyeFCYe .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuNWyeFCYe .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuNWyeFCYe .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuNWyeFCYe .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuNWyeFCYe .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuNWyeFCYe .mbr-media {
  display: inline-block;
}
.cid-tuNWyeFCYe .mbr-figure {
  align-self: flex-start;
}
.cid-tuNWyeFCYe .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuNWyeFCYe .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuNWyeFCYe .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuNWyeFCYe .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuNWyeFCYe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuNWyeFCYe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuNWyeFCYe .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuNWyeFCYe a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuNWyeFCYe a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuNWyeFCYe .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuNWyeFCYe .date__block {
    margin-top: 50px;
  }
  .cid-tuNWyeFCYe .mbr-section-title {
    line-height: 1;
  }
  .cid-tuNWyeFCYe .push__top {
    padding-top: 30px;
  }
  .cid-tuNWyeFCYe .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuNWyeFCYe .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuNWyeFCYe .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuNWyeFCYe .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuNWyeFCYe .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuNWyeFCYe .title__block {
    width: 100%;
  }
  .cid-tuNWyeFCYe .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuNWyeFCYe .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuNWyeFCYe .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuNWyeFCYe .divider {
    margin-bottom: 10px;
  }
  .cid-tuNWyeFCYe a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNWyeFCYe .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuNWyeFCYe .mbr-figure {
  color: #ffffff;
}
.cid-tuNWyqQgFM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuNWyqQgFM .title__block {
  padding: 50px 15px;
}
.cid-tuNWyqQgFM .image {
  display: block;
  position: relative;
}
.cid-tuNWyqQgFM .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuNWyqQgFM .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuNWyqQgFM .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuNWyqQgFM .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuNWyqQgFM .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuNWyqQgFM .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuNWyqQgFM .widget .widget__text {
  margin: 5px 0;
}
.cid-tuNWyqQgFM .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuNWyqQgFM .btn {
  margin-top: 0;
}
.cid-tuNWyqQgFM .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuNWyqQgFM .mbr-media {
  display: inline-block;
}
.cid-tuNWyqQgFM .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuNWyqQgFM .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuNWyqQgFM .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuNWyqQgFM .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuNWyqQgFM .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuNWyqQgFM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuNWyqQgFM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuNWyqQgFM .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuNWyqQgFM a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuNWyqQgFM a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuNWyqQgFM .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuNWyqQgFM .image {
    padding: 0;
  }
  .cid-tuNWyqQgFM .container,
  .cid-tuNWyqQgFM .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuNWyqQgFM .widget {
    margin-left: 0;
  }
  .cid-tuNWyqQgFM .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuNWyqQgFM a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuNWyqQgFM .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuNWyqQgFM .image img {
    max-height: 400px;
  }
}
.cid-tuNWyvKyk3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuNWyvKyk3 img {
  width: 100%;
  object-fit: cover;
}
.cid-tuNWyvKyk3 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuNWyvKyk3 .img-card {
  justify-content: center;
}
.cid-tuNWyvKyk3 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuNWyvKyk3 .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuNWyvKyk3 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuNWyvKyk3 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuNWyvKyk3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuNWyvKyk3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuNWyvKyk3 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuNWyvKyk3 .card-title,
.cid-tuNWyvKyk3 .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuNWyvKyk3 H3 {
  color: #000000;
  text-align: center;
}
.cid-tuNWyyFWRZ .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuNWyyFWRZ .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuNWyyFWRZ .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuNWyyFWRZ .title__address {
  margin-bottom: 20px;
}
.cid-tuNWyyFWRZ .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuNWyyFWRZ .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuNWyyFWRZ .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuNWyyFWRZ .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuNWyyFWRZ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuNWyyFWRZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuNWyyFWRZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuNWyyFWRZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuNWyyFWRZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuNWyyFWRZ .container {
    max-width: 100%;
  }
  .cid-tuNWyyFWRZ .container .row {
    margin: 0;
  }
  .cid-tuNWyyFWRZ .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuNWyyFWRZ .title__address,
.cid-tuNWyyFWRZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tuNWyyFWRZ .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuO0grm1hq {
  background-image: url("../../../assets/images/o.-michielin-194x259.jpg");
}
.cid-tuO0grm1hq .push__top {
  padding-top: 80px;
}
.cid-tuO0grm1hq .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuO0grm1hq .title__block {
  width: 70%;
}
.cid-tuO0grm1hq .mbr-section-subtitle,
.cid-tuO0grm1hq .bottom__about__text,
.cid-tuO0grm1hq .bottom__subtitle {
  line-height: 25px;
}
.cid-tuO0grm1hq .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO0grm1hq .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO0grm1hq .widget__number {
  margin-bottom: 8px;
}
.cid-tuO0grm1hq .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuO0grm1hq .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuO0grm1hq .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuO0grm1hq .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuO0grm1hq .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuO0grm1hq .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO0grm1hq .mbr-media {
  display: inline-block;
}
.cid-tuO0grm1hq .mbr-figure {
  align-self: flex-start;
}
.cid-tuO0grm1hq .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuO0grm1hq .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO0grm1hq .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO0grm1hq .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO0grm1hq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO0grm1hq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO0grm1hq .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO0grm1hq a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO0grm1hq a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuO0grm1hq .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuO0grm1hq .date__block {
    margin-top: 50px;
  }
  .cid-tuO0grm1hq .mbr-section-title {
    line-height: 1;
  }
  .cid-tuO0grm1hq .push__top {
    padding-top: 30px;
  }
  .cid-tuO0grm1hq .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuO0grm1hq .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuO0grm1hq .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuO0grm1hq .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuO0grm1hq .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuO0grm1hq .title__block {
    width: 100%;
  }
  .cid-tuO0grm1hq .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuO0grm1hq .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuO0grm1hq .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuO0grm1hq .divider {
    margin-bottom: 10px;
  }
  .cid-tuO0grm1hq a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO0grm1hq .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuO0grm1hq .mbr-figure {
  color: #ffffff;
}
.cid-tuO0gvTYAo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuO0gvTYAo .title__block {
  padding: 50px 15px;
}
.cid-tuO0gvTYAo .image {
  display: block;
  position: relative;
}
.cid-tuO0gvTYAo .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuO0gvTYAo .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuO0gvTYAo .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuO0gvTYAo .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuO0gvTYAo .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuO0gvTYAo .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuO0gvTYAo .widget .widget__text {
  margin: 5px 0;
}
.cid-tuO0gvTYAo .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuO0gvTYAo .btn {
  margin-top: 0;
}
.cid-tuO0gvTYAo .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO0gvTYAo .mbr-media {
  display: inline-block;
}
.cid-tuO0gvTYAo .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuO0gvTYAo .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuO0gvTYAo .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO0gvTYAo .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO0gvTYAo .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO0gvTYAo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO0gvTYAo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO0gvTYAo .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO0gvTYAo a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO0gvTYAo a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuO0gvTYAo .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuO0gvTYAo .image {
    padding: 0;
  }
  .cid-tuO0gvTYAo .container,
  .cid-tuO0gvTYAo .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO0gvTYAo .widget {
    margin-left: 0;
  }
  .cid-tuO0gvTYAo .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuO0gvTYAo a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO0gvTYAo .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuO0gvTYAo .image img {
    max-height: 400px;
  }
}
.cid-tuO0gy21eL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuO0gy21eL img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO0gy21eL .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuO0gy21eL .img-card {
  justify-content: center;
}
.cid-tuO0gy21eL .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuO0gy21eL .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuO0gy21eL .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuO0gy21eL .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuO0gy21eL .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuO0gy21eL .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO0gy21eL .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuO0gy21eL .card-title,
.cid-tuO0gy21eL .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuO0gy21eL H3 {
  color: #000000;
  text-align: center;
}
.cid-tuO0gDVsdc .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuO0gDVsdc .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuO0gDVsdc .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuO0gDVsdc .title__address {
  margin-bottom: 20px;
}
.cid-tuO0gDVsdc .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuO0gDVsdc .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuO0gDVsdc .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuO0gDVsdc .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuO0gDVsdc .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuO0gDVsdc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuO0gDVsdc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuO0gDVsdc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuO0gDVsdc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuO0gDVsdc .container {
    max-width: 100%;
  }
  .cid-tuO0gDVsdc .container .row {
    margin: 0;
  }
  .cid-tuO0gDVsdc .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuO0gDVsdc .title__address,
.cid-tuO0gDVsdc .mbr-section-btn {
  color: #ffffff;
}
.cid-tuO0gDVsdc .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuO1AeyVtr {
  background-image: url("../../../assets/images/jmd0923-1-1346x2064.jpeg");
}
.cid-tuO1AeyVtr .push__top {
  padding-top: 80px;
}
.cid-tuO1AeyVtr .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuO1AeyVtr .title__block {
  width: 70%;
}
.cid-tuO1AeyVtr .mbr-section-subtitle,
.cid-tuO1AeyVtr .bottom__about__text,
.cid-tuO1AeyVtr .bottom__subtitle {
  line-height: 25px;
}
.cid-tuO1AeyVtr .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO1AeyVtr .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO1AeyVtr .widget__number {
  margin-bottom: 8px;
}
.cid-tuO1AeyVtr .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuO1AeyVtr .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuO1AeyVtr .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuO1AeyVtr .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuO1AeyVtr .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuO1AeyVtr .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO1AeyVtr .mbr-media {
  display: inline-block;
}
.cid-tuO1AeyVtr .mbr-figure {
  align-self: flex-start;
}
.cid-tuO1AeyVtr .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuO1AeyVtr .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO1AeyVtr .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO1AeyVtr .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO1AeyVtr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO1AeyVtr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO1AeyVtr .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO1AeyVtr a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO1AeyVtr a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuO1AeyVtr .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuO1AeyVtr .date__block {
    margin-top: 50px;
  }
  .cid-tuO1AeyVtr .mbr-section-title {
    line-height: 1;
  }
  .cid-tuO1AeyVtr .push__top {
    padding-top: 30px;
  }
  .cid-tuO1AeyVtr .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuO1AeyVtr .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuO1AeyVtr .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuO1AeyVtr .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuO1AeyVtr .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuO1AeyVtr .title__block {
    width: 100%;
  }
  .cid-tuO1AeyVtr .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuO1AeyVtr .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuO1AeyVtr .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuO1AeyVtr .divider {
    margin-bottom: 10px;
  }
  .cid-tuO1AeyVtr a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO1AeyVtr .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuO1AeyVtr .mbr-figure {
  color: #ffffff;
}
.cid-tuO1AoYprX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuO1AoYprX .title__block {
  padding: 50px 15px;
}
.cid-tuO1AoYprX .image {
  display: block;
  position: relative;
}
.cid-tuO1AoYprX .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuO1AoYprX .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuO1AoYprX .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuO1AoYprX .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuO1AoYprX .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuO1AoYprX .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuO1AoYprX .widget .widget__text {
  margin: 5px 0;
}
.cid-tuO1AoYprX .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuO1AoYprX .btn {
  margin-top: 0;
}
.cid-tuO1AoYprX .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO1AoYprX .mbr-media {
  display: inline-block;
}
.cid-tuO1AoYprX .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuO1AoYprX .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuO1AoYprX .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO1AoYprX .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO1AoYprX .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO1AoYprX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO1AoYprX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO1AoYprX .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO1AoYprX a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO1AoYprX a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuO1AoYprX .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuO1AoYprX .image {
    padding: 0;
  }
  .cid-tuO1AoYprX .container,
  .cid-tuO1AoYprX .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO1AoYprX .widget {
    margin-left: 0;
  }
  .cid-tuO1AoYprX .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuO1AoYprX a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO1AoYprX .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuO1AoYprX .image img {
    max-height: 400px;
  }
}
.cid-tuO1AsNuy2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuO1AsNuy2 img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO1AsNuy2 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuO1AsNuy2 .img-card {
  justify-content: center;
}
.cid-tuO1AsNuy2 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuO1AsNuy2 .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuO1AsNuy2 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuO1AsNuy2 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuO1AsNuy2 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuO1AsNuy2 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO1AsNuy2 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuO1AsNuy2 .card-title,
.cid-tuO1AsNuy2 .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuO1AsNuy2 H3 {
  color: #000000;
  text-align: center;
}
.cid-tuO1Awk6Qb .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuO1Awk6Qb .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuO1Awk6Qb .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuO1Awk6Qb .title__address {
  margin-bottom: 20px;
}
.cid-tuO1Awk6Qb .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuO1Awk6Qb .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuO1Awk6Qb .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuO1Awk6Qb .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuO1Awk6Qb .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuO1Awk6Qb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuO1Awk6Qb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuO1Awk6Qb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuO1Awk6Qb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuO1Awk6Qb .container {
    max-width: 100%;
  }
  .cid-tuO1Awk6Qb .container .row {
    margin: 0;
  }
  .cid-tuO1Awk6Qb .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuO1Awk6Qb .title__address,
.cid-tuO1Awk6Qb .mbr-section-btn {
  color: #ffffff;
}
.cid-tuO1Awk6Qb .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuE4fFHf18 {
  background-image: url("../../../assets/images/cong-7-1920x1080.jpg");
}
.cid-tuE4fFHf18 .push__top {
  padding-top: 80px;
}
.cid-tuE4fFHf18 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 840px;
}
.cid-tuE4fFHf18 .title__block {
  width: 70%;
}
.cid-tuE4fFHf18 .mbr-section-subtitle,
.cid-tuE4fFHf18 .bottom__about__text,
.cid-tuE4fFHf18 .bottom__subtitle {
  line-height: 25px;
}
.cid-tuE4fFHf18 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tuE4fFHf18 .mbr-section-title {
  line-height: 57px;
  color: #f5f7fd;
}
.cid-tuE4fFHf18 .widget__number {
  margin-bottom: 8px;
}
.cid-tuE4fFHf18 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuE4fFHf18 .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuE4fFHf18 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuE4fFHf18 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuE4fFHf18 .bottom__about {
  width: 90%;
  background-color: rgba(0, 60, 211, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuE4fFHf18 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuE4fFHf18 .mbr-media {
  display: inline-block;
}
.cid-tuE4fFHf18 .mbr-figure {
  align-self: flex-start;
}
.cid-tuE4fFHf18 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuE4fFHf18 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuE4fFHf18 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuE4fFHf18 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuE4fFHf18 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuE4fFHf18 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuE4fFHf18 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuE4fFHf18 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuE4fFHf18 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuE4fFHf18 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuE4fFHf18 .date__block {
    margin-top: 50px;
  }
  .cid-tuE4fFHf18 .mbr-section-title {
    line-height: 1;
  }
  .cid-tuE4fFHf18 .push__top {
    padding-top: 30px;
  }
  .cid-tuE4fFHf18 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuE4fFHf18 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuE4fFHf18 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuE4fFHf18 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuE4fFHf18 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuE4fFHf18 .title__block {
    width: 100%;
  }
  .cid-tuE4fFHf18 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuE4fFHf18 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuE4fFHf18 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuE4fFHf18 .divider {
    margin-bottom: 10px;
  }
  .cid-tuE4fFHf18 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuE4fFHf18 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuE4fLK5kc .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tuE4fLK5kc .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tuE4fLK5kc .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tuE4fLK5kc .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tuE4fLK5kc .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-tuE4fLK5kc .countdown-cont {
  margin: 0 auto;
}
.cid-tuE4fLK5kc .full-count-container {
  background: #0c57bf;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tuE4fLK5kc .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tuE4fLK5kc .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-tuE4fLK5kc .dot {
    display: none;
  }
  .cid-tuE4fLK5kc .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-tuE4fLK5kc .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tuE4fLK5kc .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tuE4fLK5kc .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tuE4fLK5kc .number {
    font-size: 25px;
  }
  .cid-tuE4fLK5kc .period {
    font-size: 0.7rem;
  }
}
.cid-tuE4fMXbNz {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/amphi-700x465.jpg");
}
.cid-tuE4fMXbNz .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuE4fMXbNz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuE4fMXbNz .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tuE4fMXbNz .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tuE4fMXbNz .icon-big:hover {
  color: #199bfc !important;
}
.cid-tuE4fMXbNz .content-col {
  margin: auto 0;
}
.cid-tuE4fMXbNz img {
  width: 90%;
  margin: auto;
}
.cid-tuE4fMXbNz h6 {
  margin: 0;
}
.cid-tuE4fMXbNz h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tuE4fMXbNz h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tuE4fMXbNz .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tuE4fMXbNz .icon-wrap,
.cid-tuE4fMXbNz .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tuE4fMXbNz .tabs-col {
  overflow: hidden;
}
.cid-tuE4fMXbNz .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tuE4fMXbNz .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tuE4fMXbNz .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tuE4fMXbNz .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tuE4fMXbNz .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tuE4fMXbNz .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tuE4fMXbNz .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tuE4fMXbNz .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tuE4fMXbNz img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuE4fMXbNz .nav-tabs {
    flex-direction: row;
  }
  .cid-tuE4fMXbNz .mbr-text,
  .cid-tuE4fMXbNz .nav-link {
    text-align: center;
  }
  .cid-tuE4fMXbNz .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tuE4fMXbNz .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tuE4fMXbNz .nav-item {
    min-width: 100px;
  }
  .cid-tuE4fMXbNz .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-tuE4fR7D0j {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/conference10.jpg");
}
.cid-tuE4fR7D0j .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuE4fR7D0j .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuE4fR7D0j .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tuE4fR7D0j .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tuE4fR7D0j .icon-big:hover {
  color: #199bfc !important;
}
.cid-tuE4fR7D0j .content-col {
  margin: auto 0;
}
.cid-tuE4fR7D0j img {
  width: 90%;
  margin: auto;
}
.cid-tuE4fR7D0j h6 {
  margin: 0;
}
.cid-tuE4fR7D0j h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tuE4fR7D0j h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tuE4fR7D0j .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tuE4fR7D0j .icon-wrap,
.cid-tuE4fR7D0j .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tuE4fR7D0j .tabs-col {
  overflow: hidden;
}
.cid-tuE4fR7D0j .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tuE4fR7D0j .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tuE4fR7D0j .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tuE4fR7D0j .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tuE4fR7D0j .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tuE4fR7D0j .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tuE4fR7D0j .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tuE4fR7D0j .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tuE4fR7D0j img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuE4fR7D0j .nav-tabs {
    flex-direction: row;
  }
  .cid-tuE4fR7D0j .mbr-text,
  .cid-tuE4fR7D0j .nav-link {
    text-align: center;
  }
  .cid-tuE4fR7D0j .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tuE4fR7D0j .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tuE4fR7D0j .nav-item {
    min-width: 100px;
  }
  .cid-tuE4fR7D0j .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-tuE4fSXKXT {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rentree-solennelle-nice-2000x793.jpg");
}
.cid-tuE4fSXKXT .title__block {
  padding-bottom: 40px;
}
.cid-tuE4fSXKXT .carousel {
  margin-bottom: 80px;
}
.cid-tuE4fSXKXT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tuE4fSXKXT .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tuE4fSXKXT .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-tuE4fSXKXT .carousel-inner {
  overflow: visible !important;
}
.cid-tuE4fSXKXT .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tuE4fSXKXT .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tuE4fSXKXT .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tuE4fSXKXT .user {
  height: 300px;
}
.cid-tuE4fSXKXT .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tuE4fSXKXT .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tuE4fSXKXT .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tuE4fSXKXT .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tuE4fSXKXT .carousel-control-prev {
    left: -2%;
  }
  .cid-tuE4fSXKXT .carousel-control-next {
    left: 6%;
  }
  .cid-tuE4fSXKXT .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tuE4fSXKXT .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tuE4fSXKXT .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tuE4fSXKXT .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tuE4fSXKXT .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tuE4fSXKXT .carousel-controls {
    display: none;
  }
  .cid-tuE4fSXKXT .carousel {
    margin-bottom: 0;
  }
}
.cid-tuE4fSXKXT .mbr-section-title {
  color: #341d74;
}
.cid-tuE4fSXKXT .mbr-text {
  color: #655495;
}
.cid-tuE4fX42Qu .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuE4fX42Qu .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuE4fX42Qu .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuE4fX42Qu .title__address {
  margin-bottom: 20px;
}
.cid-tuE4fX42Qu .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuE4fX42Qu .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuE4fX42Qu .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuE4fX42Qu .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuE4fX42Qu .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuE4fX42Qu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuE4fX42Qu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuE4fX42Qu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuE4fX42Qu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuE4fX42Qu .container {
    max-width: 100%;
  }
  .cid-tuE4fX42Qu .container .row {
    margin: 0;
  }
  .cid-tuE4fX42Qu .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuE4fX42Qu .title__address,
.cid-tuE4fX42Qu .mbr-section-btn {
  color: #ffffff;
}
.cid-tuE4fX42Qu .work__time {
  color: #ffffff;
}
.cid-tuE4fYSiRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tuE4fYSiRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuE4fYSiRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuE4fYSiRQ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tuE4fYSiRQ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tuE4fYSiRQ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tuE4fYSiRQ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tuE4fYSiRQ .container {
    max-width: 100%;
  }
  .cid-tuE4fYSiRQ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tuE4fYSiRQ .item-wrap {
  width: 100%;
}
.cid-tuE4fYSiRQ .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tuE4fYSiRQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tuE4fYSiRQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tuE4fYSiRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuE4fYSiRQ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tuE4fYSiRQ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuE4fYSiRQ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tuE4fYSiRQ .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAX7UkSS1E {
  background-image: url("../../../assets/images/cong-8-1920x1080.jpg");
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-tAX7UkSS1E .push__top {
  padding-top: 80px;
}
.cid-tAX7UkSS1E .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 740px;
  height: 100vh !important;
}
.cid-tAX7UkSS1E .title__block {
  width: 70%;
}
.cid-tAX7UkSS1E .mbr-section-subtitle,
.cid-tAX7UkSS1E .bottom__about__text,
.cid-tAX7UkSS1E .bottom__subtitle {
  line-height: 25px;
}
.cid-tAX7UkSS1E .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tAX7UkSS1E .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
}
.cid-tAX7UkSS1E .widget__number {
  margin-bottom: 8px;
}
.cid-tAX7UkSS1E .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tAX7UkSS1E .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tAX7UkSS1E .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tAX7UkSS1E .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tAX7UkSS1E .bottom__about {
  width: 90%;
  background-color: rgba(0, 60, 211, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-tAX7UkSS1E .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tAX7UkSS1E .date__block {
    margin-top: 50px;
  }
  .cid-tAX7UkSS1E .mbr-section-title {
    line-height: 1;
  }
  .cid-tAX7UkSS1E .push__top {
    padding-top: 30px;
  }
  .cid-tAX7UkSS1E .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tAX7UkSS1E .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tAX7UkSS1E .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tAX7UkSS1E .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tAX7UkSS1E .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tAX7UkSS1E .title__block {
    width: 100%;
  }
  .cid-tAX7UkSS1E .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tAX7UkSS1E .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tAX7UkSS1E .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tAX7UkSS1E .divider {
    margin-bottom: 10px;
  }
  .cid-tAX7UkSS1E a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tAX7UkSS1E .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuO3ZNA7M4 {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/conference10.jpg");
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuO3ZNA7M4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuO3ZNA7M4 .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tuO3ZNA7M4 .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tuO3ZNA7M4 .icon-big:hover {
  color: #199bfc !important;
}
.cid-tuO3ZNA7M4 .content-col {
  margin: auto 0;
}
.cid-tuO3ZNA7M4 img {
  width: 90%;
  margin: auto;
}
.cid-tuO3ZNA7M4 h6 {
  margin: 0;
}
.cid-tuO3ZNA7M4 h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tuO3ZNA7M4 h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tuO3ZNA7M4 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tuO3ZNA7M4 .icon-wrap,
.cid-tuO3ZNA7M4 .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tuO3ZNA7M4 .tabs-col {
  overflow: hidden;
}
.cid-tuO3ZNA7M4 .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tuO3ZNA7M4 .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tuO3ZNA7M4 img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO3ZNA7M4 .nav-tabs {
    flex-direction: row;
  }
  .cid-tuO3ZNA7M4 .mbr-text,
  .cid-tuO3ZNA7M4 .nav-link {
    text-align: center;
  }
  .cid-tuO3ZNA7M4 .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tuO3ZNA7M4 .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tuO3ZNA7M4 .nav-item {
    min-width: 100px;
  }
  .cid-tuO3ZNA7M4 .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-tuO3ZMsdwp {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/amphi-700x465.jpg");
}
.cid-tuO3ZMsdwp .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuO3ZMsdwp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuO3ZMsdwp .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tuO3ZMsdwp .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tuO3ZMsdwp .icon-big:hover {
  color: #199bfc !important;
}
.cid-tuO3ZMsdwp .content-col {
  margin: auto 0;
}
.cid-tuO3ZMsdwp img {
  width: 90%;
  margin: auto;
}
.cid-tuO3ZMsdwp h6 {
  margin: 0;
}
.cid-tuO3ZMsdwp h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tuO3ZMsdwp h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tuO3ZMsdwp .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tuO3ZMsdwp .icon-wrap,
.cid-tuO3ZMsdwp .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tuO3ZMsdwp .tabs-col {
  overflow: hidden;
}
.cid-tuO3ZMsdwp .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tuO3ZMsdwp .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tuO3ZMsdwp .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tuO3ZMsdwp .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tuO3ZMsdwp .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tuO3ZMsdwp .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tuO3ZMsdwp .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tuO3ZMsdwp .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tuO3ZMsdwp img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO3ZMsdwp .nav-tabs {
    flex-direction: row;
  }
  .cid-tuO3ZMsdwp .mbr-text,
  .cid-tuO3ZMsdwp .nav-link {
    text-align: center;
  }
  .cid-tuO3ZMsdwp .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tuO3ZMsdwp .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tuO3ZMsdwp .nav-item {
    min-width: 100px;
  }
  .cid-tuO3ZMsdwp .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-tuO3ZORtoh {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rentree-solennelle-nice-2000x793.jpg");
}
.cid-tuO3ZORtoh .title__block {
  padding-bottom: 40px;
}
.cid-tuO3ZORtoh .carousel {
  margin-bottom: 80px;
}
.cid-tuO3ZORtoh .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tuO3ZORtoh .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tuO3ZORtoh .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-tuO3ZORtoh .carousel-inner {
  overflow: visible !important;
}
.cid-tuO3ZORtoh .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tuO3ZORtoh .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tuO3ZORtoh .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tuO3ZORtoh .user {
  height: 300px;
}
.cid-tuO3ZORtoh .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tuO3ZORtoh .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tuO3ZORtoh .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tuO3ZORtoh .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tuO3ZORtoh .carousel-control-prev {
    left: -2%;
  }
  .cid-tuO3ZORtoh .carousel-control-next {
    left: 6%;
  }
  .cid-tuO3ZORtoh .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tuO3ZORtoh .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tuO3ZORtoh .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tuO3ZORtoh .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tuO3ZORtoh .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tuO3ZORtoh .carousel-controls {
    display: none;
  }
  .cid-tuO3ZORtoh .carousel {
    margin-bottom: 0;
  }
}
.cid-tuO3ZORtoh .mbr-section-title {
  color: #341d74;
}
.cid-tuO3ZORtoh .mbr-text {
  color: #655495;
}
.cid-tuO3ZRF8FE .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuO3ZRF8FE .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuO3ZRF8FE .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuO3ZRF8FE .title__address {
  margin-bottom: 20px;
}
.cid-tuO3ZRF8FE .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuO3ZRF8FE .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuO3ZRF8FE .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuO3ZRF8FE .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuO3ZRF8FE .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuO3ZRF8FE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuO3ZRF8FE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuO3ZRF8FE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuO3ZRF8FE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuO3ZRF8FE .container {
    max-width: 100%;
  }
  .cid-tuO3ZRF8FE .container .row {
    margin: 0;
  }
  .cid-tuO3ZRF8FE .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuO3ZRF8FE .title__address,
.cid-tuO3ZRF8FE .mbr-section-btn {
  color: #ffffff;
}
.cid-tuO3ZRF8FE .work__time {
  color: #ffffff;
}
.cid-tuO3ZSVVog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tuO3ZSVVog .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuO3ZSVVog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuO3ZSVVog .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tuO3ZSVVog .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tuO3ZSVVog .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tuO3ZSVVog .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tuO3ZSVVog .container {
    max-width: 100%;
  }
  .cid-tuO3ZSVVog .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tuO3ZSVVog .item-wrap {
  width: 100%;
}
.cid-tuO3ZSVVog .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tuO3ZSVVog .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tuO3ZSVVog .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tuO3ZSVVog .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuO3ZSVVog .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tuO3ZSVVog .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuO3ZSVVog .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tuO3ZSVVog .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuO4cMDsYa {
  background-image: url("../../../assets/images/carol-clair-259x194.jpg");
}
.cid-tuO4cMDsYa .push__top {
  padding-top: 80px;
}
.cid-tuO4cMDsYa .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuO4cMDsYa .title__block {
  width: 70%;
}
.cid-tuO4cMDsYa .mbr-section-subtitle,
.cid-tuO4cMDsYa .bottom__about__text,
.cid-tuO4cMDsYa .bottom__subtitle {
  line-height: 25px;
}
.cid-tuO4cMDsYa .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO4cMDsYa .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO4cMDsYa .widget__number {
  margin-bottom: 8px;
}
.cid-tuO4cMDsYa .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuO4cMDsYa .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuO4cMDsYa .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuO4cMDsYa .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuO4cMDsYa .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuO4cMDsYa .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO4cMDsYa .mbr-media {
  display: inline-block;
}
.cid-tuO4cMDsYa .mbr-figure {
  align-self: flex-start;
}
.cid-tuO4cMDsYa .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuO4cMDsYa .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO4cMDsYa .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO4cMDsYa .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO4cMDsYa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO4cMDsYa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO4cMDsYa .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO4cMDsYa a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO4cMDsYa a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuO4cMDsYa .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuO4cMDsYa .date__block {
    margin-top: 50px;
  }
  .cid-tuO4cMDsYa .mbr-section-title {
    line-height: 1;
  }
  .cid-tuO4cMDsYa .push__top {
    padding-top: 30px;
  }
  .cid-tuO4cMDsYa .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuO4cMDsYa .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuO4cMDsYa .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuO4cMDsYa .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuO4cMDsYa .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuO4cMDsYa .title__block {
    width: 100%;
  }
  .cid-tuO4cMDsYa .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuO4cMDsYa .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuO4cMDsYa .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuO4cMDsYa .divider {
    margin-bottom: 10px;
  }
  .cid-tuO4cMDsYa a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO4cMDsYa .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuO4cMDsYa .mbr-figure {
  color: #ffffff;
}
.cid-tuO4cOttyw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuO4cOttyw .title__block {
  padding: 50px 15px;
}
.cid-tuO4cOttyw .image {
  display: block;
  position: relative;
}
.cid-tuO4cOttyw .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuO4cOttyw .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuO4cOttyw .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuO4cOttyw .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuO4cOttyw .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuO4cOttyw .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuO4cOttyw .widget .widget__text {
  margin: 5px 0;
}
.cid-tuO4cOttyw .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuO4cOttyw .btn {
  margin-top: 0;
}
.cid-tuO4cOttyw .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO4cOttyw .mbr-media {
  display: inline-block;
}
.cid-tuO4cOttyw .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuO4cOttyw .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuO4cOttyw .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO4cOttyw .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO4cOttyw .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO4cOttyw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO4cOttyw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO4cOttyw .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO4cOttyw a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO4cOttyw a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuO4cOttyw .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuO4cOttyw .image {
    padding: 0;
  }
  .cid-tuO4cOttyw .container,
  .cid-tuO4cOttyw .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO4cOttyw .widget {
    margin-left: 0;
  }
  .cid-tuO4cOttyw .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuO4cOttyw a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO4cOttyw .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuO4cOttyw .image img {
    max-height: 400px;
  }
}
.cid-tuO4cPF0zm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuO4cPF0zm img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO4cPF0zm .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuO4cPF0zm .img-card {
  justify-content: center;
}
.cid-tuO4cPF0zm .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuO4cPF0zm .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuO4cPF0zm .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuO4cPF0zm .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuO4cPF0zm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuO4cPF0zm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO4cPF0zm .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuO4cPF0zm .card-title,
.cid-tuO4cPF0zm .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuO4cPF0zm H3 {
  color: #000000;
  text-align: center;
}
.cid-tuO4cQqxbx .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuO4cQqxbx .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuO4cQqxbx .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuO4cQqxbx .title__address {
  margin-bottom: 20px;
}
.cid-tuO4cQqxbx .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuO4cQqxbx .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuO4cQqxbx .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuO4cQqxbx .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuO4cQqxbx .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuO4cQqxbx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuO4cQqxbx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuO4cQqxbx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuO4cQqxbx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuO4cQqxbx .container {
    max-width: 100%;
  }
  .cid-tuO4cQqxbx .container .row {
    margin: 0;
  }
  .cid-tuO4cQqxbx .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuO4cQqxbx .title__address,
.cid-tuO4cQqxbx .mbr-section-btn {
  color: #ffffff;
}
.cid-tuO4cQqxbx .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuO4NL9kBt {
  background-image: url("../../../assets/images/smgecof-1220x916.jpg");
}
.cid-tuO4NL9kBt .push__top {
  padding-top: 80px;
}
.cid-tuO4NL9kBt .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuO4NL9kBt .title__block {
  width: 70%;
}
.cid-tuO4NL9kBt .mbr-section-subtitle,
.cid-tuO4NL9kBt .bottom__about__text,
.cid-tuO4NL9kBt .bottom__subtitle {
  line-height: 25px;
}
.cid-tuO4NL9kBt .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #003cd3;
  text-align: right;
}
.cid-tuO4NL9kBt .mbr-section-title {
  line-height: 57px;
  color: #003cd3;
  text-align: right;
}
.cid-tuO4NL9kBt .widget__number {
  margin-bottom: 8px;
}
.cid-tuO4NL9kBt .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuO4NL9kBt .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuO4NL9kBt .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuO4NL9kBt .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuO4NL9kBt .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuO4NL9kBt .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO4NL9kBt .mbr-media {
  display: inline-block;
}
.cid-tuO4NL9kBt .mbr-figure {
  align-self: flex-start;
}
.cid-tuO4NL9kBt .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuO4NL9kBt .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO4NL9kBt .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO4NL9kBt .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO4NL9kBt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO4NL9kBt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO4NL9kBt .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO4NL9kBt a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO4NL9kBt a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuO4NL9kBt .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuO4NL9kBt .date__block {
    margin-top: 50px;
  }
  .cid-tuO4NL9kBt .mbr-section-title {
    line-height: 1;
  }
  .cid-tuO4NL9kBt .push__top {
    padding-top: 30px;
  }
  .cid-tuO4NL9kBt .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuO4NL9kBt .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuO4NL9kBt .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuO4NL9kBt .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuO4NL9kBt .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuO4NL9kBt .title__block {
    width: 100%;
  }
  .cid-tuO4NL9kBt .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuO4NL9kBt .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuO4NL9kBt .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuO4NL9kBt .divider {
    margin-bottom: 10px;
  }
  .cid-tuO4NL9kBt a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO4NL9kBt .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuO4NL9kBt .mbr-figure {
  color: #ffffff;
}
.cid-tuO4NPcEh0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuO4NPcEh0 .title__block {
  padding: 50px 15px;
}
.cid-tuO4NPcEh0 .image {
  display: block;
  position: relative;
}
.cid-tuO4NPcEh0 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuO4NPcEh0 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuO4NPcEh0 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuO4NPcEh0 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuO4NPcEh0 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuO4NPcEh0 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuO4NPcEh0 .widget .widget__text {
  margin: 5px 0;
}
.cid-tuO4NPcEh0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuO4NPcEh0 .btn {
  margin-top: 0;
}
.cid-tuO4NPcEh0 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO4NPcEh0 .mbr-media {
  display: inline-block;
}
.cid-tuO4NPcEh0 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuO4NPcEh0 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuO4NPcEh0 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO4NPcEh0 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO4NPcEh0 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO4NPcEh0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO4NPcEh0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO4NPcEh0 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO4NPcEh0 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO4NPcEh0 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuO4NPcEh0 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuO4NPcEh0 .image {
    padding: 0;
  }
  .cid-tuO4NPcEh0 .container,
  .cid-tuO4NPcEh0 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO4NPcEh0 .widget {
    margin-left: 0;
  }
  .cid-tuO4NPcEh0 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuO4NPcEh0 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO4NPcEh0 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuO4NPcEh0 .image img {
    max-height: 400px;
  }
}
.cid-tuO4NVA9Y7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuO4NVA9Y7 img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO4NVA9Y7 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuO4NVA9Y7 .img-card {
  justify-content: center;
}
.cid-tuO4NVA9Y7 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuO4NVA9Y7 .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuO4NVA9Y7 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuO4NVA9Y7 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuO4NVA9Y7 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuO4NVA9Y7 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO4NVA9Y7 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuO4NVA9Y7 .card-title,
.cid-tuO4NVA9Y7 .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuO4NVA9Y7 H3 {
  color: #000000;
  text-align: center;
}
.cid-tQAsdjkGsM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/compagnon-philippe-1-200x240.jpeg");
}
.cid-tQAsdjkGsM .mbr-media {
  position: relative;
}
.cid-tQAsdjkGsM .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tQAsdjkGsM .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tQAsdjkGsM .box {
    min-height: 300px;
  }
}
.cid-tQAsdjkGsM .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQAsdjkGsM .icon-wrap a {
  height: 20px;
}
.cid-tQAsdjkGsM .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-tQAsdjkGsM .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-tQAsdjkGsM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tQAsdjkGsM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tQAsdjkGsM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tQAsdjkGsM .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-tQAsdjkGsM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQAsdjkGsM .mbr-section-title {
  color: #ffffff;
}
.cid-tuO4NXDGr2 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuO4NXDGr2 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuO4NXDGr2 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuO4NXDGr2 .title__address {
  margin-bottom: 20px;
}
.cid-tuO4NXDGr2 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuO4NXDGr2 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuO4NXDGr2 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuO4NXDGr2 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuO4NXDGr2 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuO4NXDGr2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuO4NXDGr2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuO4NXDGr2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuO4NXDGr2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuO4NXDGr2 .container {
    max-width: 100%;
  }
  .cid-tuO4NXDGr2 .container .row {
    margin: 0;
  }
  .cid-tuO4NXDGr2 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuO4NXDGr2 .title__address,
.cid-tuO4NXDGr2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tuO4NXDGr2 .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuO50QpeLI {
  background-image: url("../../../assets/images/whatsapp-image-2023-11-09-at-11.40.32-1-1200x1600.jpeg");
}
.cid-tuO50QpeLI .push__top {
  padding-top: 80px;
}
.cid-tuO50QpeLI .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuO50QpeLI .title__block {
  width: 70%;
}
.cid-tuO50QpeLI .mbr-section-subtitle,
.cid-tuO50QpeLI .bottom__about__text,
.cid-tuO50QpeLI .bottom__subtitle {
  line-height: 25px;
}
.cid-tuO50QpeLI .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO50QpeLI .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuO50QpeLI .widget__number {
  margin-bottom: 8px;
}
.cid-tuO50QpeLI .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuO50QpeLI .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuO50QpeLI .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuO50QpeLI .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuO50QpeLI .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuO50QpeLI .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO50QpeLI .mbr-media {
  display: inline-block;
}
.cid-tuO50QpeLI .mbr-figure {
  align-self: flex-start;
}
.cid-tuO50QpeLI .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuO50QpeLI .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO50QpeLI .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO50QpeLI .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO50QpeLI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO50QpeLI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO50QpeLI .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO50QpeLI a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO50QpeLI a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuO50QpeLI .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuO50QpeLI .date__block {
    margin-top: 50px;
  }
  .cid-tuO50QpeLI .mbr-section-title {
    line-height: 1;
  }
  .cid-tuO50QpeLI .push__top {
    padding-top: 30px;
  }
  .cid-tuO50QpeLI .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuO50QpeLI .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuO50QpeLI .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuO50QpeLI .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuO50QpeLI .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuO50QpeLI .title__block {
    width: 100%;
  }
  .cid-tuO50QpeLI .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuO50QpeLI .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuO50QpeLI .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuO50QpeLI .divider {
    margin-bottom: 10px;
  }
  .cid-tuO50QpeLI a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO50QpeLI .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuO50QpeLI .mbr-figure {
  color: #ffffff;
}
.cid-tuO50VPRx0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuO50VPRx0 .title__block {
  padding: 50px 15px;
}
.cid-tuO50VPRx0 .image {
  display: block;
  position: relative;
}
.cid-tuO50VPRx0 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuO50VPRx0 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuO50VPRx0 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuO50VPRx0 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuO50VPRx0 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuO50VPRx0 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuO50VPRx0 .widget .widget__text {
  margin: 5px 0;
}
.cid-tuO50VPRx0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuO50VPRx0 .btn {
  margin-top: 0;
}
.cid-tuO50VPRx0 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO50VPRx0 .mbr-media {
  display: inline-block;
}
.cid-tuO50VPRx0 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuO50VPRx0 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuO50VPRx0 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO50VPRx0 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO50VPRx0 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO50VPRx0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO50VPRx0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO50VPRx0 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO50VPRx0 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO50VPRx0 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuO50VPRx0 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuO50VPRx0 .image {
    padding: 0;
  }
  .cid-tuO50VPRx0 .container,
  .cid-tuO50VPRx0 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO50VPRx0 .widget {
    margin-left: 0;
  }
  .cid-tuO50VPRx0 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuO50VPRx0 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO50VPRx0 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuO50VPRx0 .image img {
    max-height: 400px;
  }
}
.cid-tuO50Xbw2l {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuO50Xbw2l img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO50Xbw2l .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuO50Xbw2l .img-card {
  justify-content: center;
}
.cid-tuO50Xbw2l .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuO50Xbw2l .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuO50Xbw2l .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuO50Xbw2l .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuO50Xbw2l .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuO50Xbw2l .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO50Xbw2l .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuO50Xbw2l .card-title,
.cid-tuO50Xbw2l .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuO50Xbw2l H3 {
  color: #000000;
  text-align: center;
}
.cid-tVqIAdqjPE {
  background-image: url("../../../assets/images/whatsapp-image-2023-11-09-at-11.40.32-1200x1600.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-tVqIAdqjPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVqIAdqjPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVqIAdqjPE.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tVqIAdqjPE .container {
  position: static;
  margin: auto auto 0;
}
.cid-tVqIAdqjPE .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVqIAdqjPE .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tVqIAdqjPE .text-box {
  position: relative;
}
.cid-tVqIAdqjPE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tVqIAdqjPE .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tVqIAdqjPE .mbr-section-btn {
  margin-top: 30px;
}
.cid-tVqIAdqjPE .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tVqIAdqjPE .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tVqIAdqjPE .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tVqIAdqjPE .video-col {
    top: 30%;
  }
}
.cid-tVqIAdqjPE .mbr-media {
  position: relative;
}
.cid-tVqIAdqjPE .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tVqIAdqjPE .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tVqIAdqjPE .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tVqIAdqjPE .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tVqIAdqjPE .video-icon-bg-box a {
  padding: 50px;
}
.cid-tVqIAdqjPE .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tVqIAdqjPE .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tVqIAdqjPE .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tVqIAdqjPE .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tVqIAdqjPE .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tVqIAdqjPE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tVqIAdqjPE .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tVqIAdqjPE .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tVqIAdqjPE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tVqIAdqjPE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tVqIAdqjPE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tVqIAdqjPE .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-tVqIAdqjPE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuO50YSDjJ .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuO50YSDjJ .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuO50YSDjJ .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuO50YSDjJ .title__address {
  margin-bottom: 20px;
}
.cid-tuO50YSDjJ .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuO50YSDjJ .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuO50YSDjJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuO50YSDjJ .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuO50YSDjJ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuO50YSDjJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuO50YSDjJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuO50YSDjJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuO50YSDjJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuO50YSDjJ .container {
    max-width: 100%;
  }
  .cid-tuO50YSDjJ .container .row {
    margin: 0;
  }
  .cid-tuO50YSDjJ .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuO50YSDjJ .title__address,
.cid-tuO50YSDjJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tuO50YSDjJ .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuO5b4xxw6 {
  background-image: url("../../../assets/images/jmd0923-3-1346x2064.jpeg");
}
.cid-tuO5b4xxw6 .push__top {
  padding-top: 80px;
}
.cid-tuO5b4xxw6 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuO5b4xxw6 .title__block {
  width: 70%;
}
.cid-tuO5b4xxw6 .mbr-section-subtitle,
.cid-tuO5b4xxw6 .bottom__about__text,
.cid-tuO5b4xxw6 .bottom__subtitle {
  line-height: 25px;
}
.cid-tuO5b4xxw6 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-tuO5b4xxw6 .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-tuO5b4xxw6 .widget__number {
  margin-bottom: 8px;
}
.cid-tuO5b4xxw6 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuO5b4xxw6 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuO5b4xxw6 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuO5b4xxw6 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuO5b4xxw6 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuO5b4xxw6 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO5b4xxw6 .mbr-media {
  display: inline-block;
}
.cid-tuO5b4xxw6 .mbr-figure {
  align-self: flex-start;
}
.cid-tuO5b4xxw6 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuO5b4xxw6 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO5b4xxw6 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO5b4xxw6 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO5b4xxw6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO5b4xxw6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO5b4xxw6 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO5b4xxw6 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO5b4xxw6 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuO5b4xxw6 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuO5b4xxw6 .date__block {
    margin-top: 50px;
  }
  .cid-tuO5b4xxw6 .mbr-section-title {
    line-height: 1;
  }
  .cid-tuO5b4xxw6 .push__top {
    padding-top: 30px;
  }
  .cid-tuO5b4xxw6 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuO5b4xxw6 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuO5b4xxw6 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuO5b4xxw6 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuO5b4xxw6 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuO5b4xxw6 .title__block {
    width: 100%;
  }
  .cid-tuO5b4xxw6 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuO5b4xxw6 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuO5b4xxw6 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuO5b4xxw6 .divider {
    margin-bottom: 10px;
  }
  .cid-tuO5b4xxw6 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO5b4xxw6 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuO5b4xxw6 .mbr-figure {
  color: #ffffff;
}
.cid-tFwiPnNLTA {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tFwiPnNLTA .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tFwiPnNLTA .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tFwiPnNLTA .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tFwiPnNLTA .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tFwiPnNLTA .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tFwiPnNLTA .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tFwiPnNLTA .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tFwiPnNLTA .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tFwiPnNLTA .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tFwiPnNLTA .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFwiPnNLTA .mbr-text,
.cid-tFwiPnNLTA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFwiPnNLTA H3 {
  text-align: left;
}
.cid-tFwiPnNLTA .author,
.cid-tFwiPnNLTA .box {
  font-style: italic;
}
.cid-tFwiPnNLTA .author {
  color: #9A948D;
}
.cid-tFwiPnNLTA .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tFwiPnNLTA .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tFwiPnNLTA .mbr-iconfont {
    display: none;
  }
}
.cid-tuO5b5Xtqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuO5b5Xtqh .title__block {
  padding: 50px 15px;
}
.cid-tuO5b5Xtqh .image {
  display: block;
  position: relative;
}
.cid-tuO5b5Xtqh .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuO5b5Xtqh .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuO5b5Xtqh .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuO5b5Xtqh .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuO5b5Xtqh .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuO5b5Xtqh .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuO5b5Xtqh .widget .widget__text {
  margin: 5px 0;
}
.cid-tuO5b5Xtqh .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuO5b5Xtqh .btn {
  margin-top: 0;
}
.cid-tuO5b5Xtqh .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuO5b5Xtqh .mbr-media {
  display: inline-block;
}
.cid-tuO5b5Xtqh .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuO5b5Xtqh .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuO5b5Xtqh .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuO5b5Xtqh .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuO5b5Xtqh .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuO5b5Xtqh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuO5b5Xtqh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuO5b5Xtqh .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuO5b5Xtqh a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuO5b5Xtqh a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuO5b5Xtqh .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuO5b5Xtqh .image {
    padding: 0;
  }
  .cid-tuO5b5Xtqh .container,
  .cid-tuO5b5Xtqh .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuO5b5Xtqh .widget {
    margin-left: 0;
  }
  .cid-tuO5b5Xtqh .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuO5b5Xtqh a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuO5b5Xtqh .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuO5b5Xtqh .image img {
    max-height: 400px;
  }
}
.cid-tFwiDc0emB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tFwiDc0emB .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tFwiDc0emB .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tFwiDc0emB .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tFwiDc0emB .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tFwiDc0emB .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tFwiDc0emB .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tFwiDc0emB .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tFwiDc0emB .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tFwiDc0emB .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tFwiDc0emB .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFwiDc0emB .mbr-text,
.cid-tFwiDc0emB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFwiDc0emB H3 {
  text-align: left;
}
.cid-tFwiDc0emB .author,
.cid-tFwiDc0emB .box {
  font-style: italic;
}
.cid-tFwiDc0emB .author {
  color: #9A948D;
}
.cid-tFwiDc0emB .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tFwiDc0emB .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tFwiDc0emB .mbr-iconfont {
    display: none;
  }
}
.cid-tuO5b8eNvT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuO5b8eNvT img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO5b8eNvT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuO5b8eNvT .img-card {
  justify-content: center;
}
.cid-tuO5b8eNvT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuO5b8eNvT .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuO5b8eNvT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuO5b8eNvT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuO5b8eNvT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuO5b8eNvT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO5b8eNvT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuO5b8eNvT .card-title,
.cid-tuO5b8eNvT .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuO5b8eNvT H3 {
  color: #000000;
  text-align: center;
}
.cid-tFwiOkUadk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tFwiOkUadk .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tFwiOkUadk .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tFwiOkUadk .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tFwiOkUadk .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tFwiOkUadk .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tFwiOkUadk .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tFwiOkUadk .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tFwiOkUadk .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tFwiOkUadk .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tFwiOkUadk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFwiOkUadk .mbr-text,
.cid-tFwiOkUadk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFwiOkUadk H3 {
  text-align: left;
}
.cid-tFwiOkUadk .author,
.cid-tFwiOkUadk .box {
  font-style: italic;
}
.cid-tFwiOkUadk .author {
  color: #9A948D;
}
.cid-tFwiOkUadk .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tFwiOkUadk .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tFwiOkUadk .mbr-iconfont {
    display: none;
  }
}
.cid-tZYLa7jdyk {
  background-image: url("../../../assets/images/img-1026-2000x2667.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-tZYLa7jdyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZYLa7jdyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZYLa7jdyk.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tZYLa7jdyk .container {
  position: static;
  margin: auto auto 0;
}
.cid-tZYLa7jdyk .mbr-section-title {
  color: #FFFFFF;
}
.cid-tZYLa7jdyk .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tZYLa7jdyk .text-box {
  position: relative;
}
.cid-tZYLa7jdyk .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tZYLa7jdyk .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tZYLa7jdyk .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZYLa7jdyk .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tZYLa7jdyk .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tZYLa7jdyk .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tZYLa7jdyk .video-col {
    top: 30%;
  }
}
.cid-tZYLa7jdyk .mbr-media {
  position: relative;
}
.cid-tZYLa7jdyk .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tZYLa7jdyk .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tZYLa7jdyk .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tZYLa7jdyk .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tZYLa7jdyk .video-icon-bg-box a {
  padding: 50px;
}
.cid-tZYLa7jdyk .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tZYLa7jdyk .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tZYLa7jdyk .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tZYLa7jdyk .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tZYLa7jdyk .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tZYLa7jdyk .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tZYLa7jdyk .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tZYLa7jdyk .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tZYLa7jdyk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tZYLa7jdyk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tZYLa7jdyk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tZYLa7jdyk .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-tZYLa7jdyk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuO5b94Osy .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuO5b94Osy .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuO5b94Osy .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuO5b94Osy .title__address {
  margin-bottom: 20px;
}
.cid-tuO5b94Osy .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuO5b94Osy .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuO5b94Osy .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuO5b94Osy .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuO5b94Osy .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuO5b94Osy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuO5b94Osy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuO5b94Osy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuO5b94Osy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuO5b94Osy .container {
    max-width: 100%;
  }
  .cid-tuO5b94Osy .container .row {
    margin: 0;
  }
  .cid-tuO5b94Osy .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuO5b94Osy .title__address,
.cid-tuO5b94Osy .mbr-section-btn {
  color: #ffffff;
}
.cid-tuO5b94Osy .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuPwLlUXtu {
  background-image: url("../../../assets/images/massimo-danzi-photo-1-695x1042.jpg");
}
.cid-tuPwLlUXtu .push__top {
  padding-top: 80px;
}
.cid-tuPwLlUXtu .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-tuPwLlUXtu .title__block {
  width: 70%;
}
.cid-tuPwLlUXtu .mbr-section-subtitle,
.cid-tuPwLlUXtu .bottom__about__text,
.cid-tuPwLlUXtu .bottom__subtitle {
  line-height: 25px;
}
.cid-tuPwLlUXtu .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-tuPwLlUXtu .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-tuPwLlUXtu .widget__number {
  margin-bottom: 8px;
}
.cid-tuPwLlUXtu .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tuPwLlUXtu .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tuPwLlUXtu .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tuPwLlUXtu .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tuPwLlUXtu .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-tuPwLlUXtu .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuPwLlUXtu .mbr-media {
  display: inline-block;
}
.cid-tuPwLlUXtu .mbr-figure {
  align-self: flex-start;
}
.cid-tuPwLlUXtu .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tuPwLlUXtu .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuPwLlUXtu .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuPwLlUXtu .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuPwLlUXtu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuPwLlUXtu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuPwLlUXtu .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuPwLlUXtu a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuPwLlUXtu a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-tuPwLlUXtu .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tuPwLlUXtu .date__block {
    margin-top: 50px;
  }
  .cid-tuPwLlUXtu .mbr-section-title {
    line-height: 1;
  }
  .cid-tuPwLlUXtu .push__top {
    padding-top: 30px;
  }
  .cid-tuPwLlUXtu .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tuPwLlUXtu .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tuPwLlUXtu .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tuPwLlUXtu .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tuPwLlUXtu .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tuPwLlUXtu .title__block {
    width: 100%;
  }
  .cid-tuPwLlUXtu .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tuPwLlUXtu .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tuPwLlUXtu .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tuPwLlUXtu .divider {
    margin-bottom: 10px;
  }
  .cid-tuPwLlUXtu a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuPwLlUXtu .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tuPwLlUXtu .mbr-figure {
  color: #ffffff;
}
.cid-tuPwLomyok {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tuPwLomyok .title__block {
  padding: 50px 15px;
}
.cid-tuPwLomyok .image {
  display: block;
  position: relative;
}
.cid-tuPwLomyok .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tuPwLomyok .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-tuPwLomyok .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-tuPwLomyok .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-tuPwLomyok .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-tuPwLomyok .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-tuPwLomyok .widget .widget__text {
  margin: 5px 0;
}
.cid-tuPwLomyok .mbr-section-btn {
  margin-top: 20px;
}
.cid-tuPwLomyok .btn {
  margin-top: 0;
}
.cid-tuPwLomyok .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-tuPwLomyok .mbr-media {
  display: inline-block;
}
.cid-tuPwLomyok .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuPwLomyok .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tuPwLomyok .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tuPwLomyok .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tuPwLomyok .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tuPwLomyok .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tuPwLomyok .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tuPwLomyok .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tuPwLomyok a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tuPwLomyok a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-tuPwLomyok .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-tuPwLomyok .image {
    padding: 0;
  }
  .cid-tuPwLomyok .container,
  .cid-tuPwLomyok .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuPwLomyok .widget {
    margin-left: 0;
  }
  .cid-tuPwLomyok .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tuPwLomyok a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tuPwLomyok .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-tuPwLomyok .image img {
    max-height: 400px;
  }
}
.cid-tuPwLpXTxB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuPwLpXTxB img {
  width: 100%;
  object-fit: cover;
}
.cid-tuPwLpXTxB .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tuPwLpXTxB .img-card {
  justify-content: center;
}
.cid-tuPwLpXTxB .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tuPwLpXTxB .card-title {
  margin-bottom: 1.2rem;
}
.cid-tuPwLpXTxB .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tuPwLpXTxB .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuPwLpXTxB .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tuPwLpXTxB .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tuPwLpXTxB .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tuPwLpXTxB .card-title,
.cid-tuPwLpXTxB .card-box {
  color: #767676;
  text-align: center;
}
.cid-tuPwLpXTxB H3 {
  color: #000000;
  text-align: center;
}
.cid-tAXR25gQQj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAXR25gQQj .content__block {
  padding: 30px 15px;
}
.cid-tAXR25gQQj .mbr-text {
  margin-bottom: 30px;
}
.cid-tAXR25gQQj .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tAXR25gQQj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tAXR25gQQj .bottom__text {
  margin: 10px 0;
}
.cid-tAXR25gQQj .btn {
  margin-top: 0;
}
.cid-tAXR25gQQj .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tAXR25gQQj .image {
  width: 100%;
}
.cid-tAXR25gQQj .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tAXR25gQQj .image {
    margin-bottom: 10px;
  }
  .cid-tAXR25gQQj .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tAXR25gQQj .mbr-section-title {
  color: #767676;
}
.cid-tAXR25gQQj .mbr-text,
.cid-tAXR25gQQj .mbr-section-btn {
  color: #6a696c;
}
.cid-tuPwLqxhoY .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tuPwLqxhoY .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tuPwLqxhoY .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tuPwLqxhoY .title__address {
  margin-bottom: 20px;
}
.cid-tuPwLqxhoY .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tuPwLqxhoY .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tuPwLqxhoY .mbr-section-btn {
  margin-top: 40px;
}
.cid-tuPwLqxhoY .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tuPwLqxhoY .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tuPwLqxhoY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuPwLqxhoY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuPwLqxhoY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuPwLqxhoY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuPwLqxhoY .container {
    max-width: 100%;
  }
  .cid-tuPwLqxhoY .container .row {
    margin: 0;
  }
  .cid-tuPwLqxhoY .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tuPwLqxhoY .title__address,
.cid-tuPwLqxhoY .mbr-section-btn {
  color: #ffffff;
}
.cid-tuPwLqxhoY .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv1psdpSwO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv1psdpSwO .content__block {
  padding: 30px 15px;
}
.cid-tv1psdpSwO .mbr-text {
  margin-bottom: 30px;
}
.cid-tv1psdpSwO .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tv1psdpSwO .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tv1psdpSwO .bottom__text {
  margin: 10px 0;
}
.cid-tv1psdpSwO .btn {
  margin-top: 0;
}
.cid-tv1psdpSwO .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tv1psdpSwO .image {
  width: 100%;
}
.cid-tv1psdpSwO .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tv1psdpSwO .image {
    margin-bottom: 10px;
  }
  .cid-tv1psdpSwO .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tv1psdpSwO .mbr-section-title {
  color: #283742;
}
.cid-tv1psdpSwO .mbr-text,
.cid-tv1psdpSwO .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvhHq5GcPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvhHq5GcPL .content__block {
  padding: 30px 15px;
}
.cid-tvhHq5GcPL .mbr-text {
  margin-bottom: 30px;
}
.cid-tvhHq5GcPL .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-tvhHq5GcPL .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-tvhHq5GcPL .bottom__text {
  margin: 10px 0;
}
.cid-tvhHq5GcPL .btn {
  margin-top: 0;
}
.cid-tvhHq5GcPL .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tvhHq5GcPL .image {
  width: 100%;
}
.cid-tvhHq5GcPL .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tvhHq5GcPL .image {
    margin-bottom: 10px;
  }
  .cid-tvhHq5GcPL .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tvhHq5GcPL .mbr-section-title {
  color: #283742;
}
.cid-tvhHq5GcPL .mbr-text,
.cid-tvhHq5GcPL .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvDKyR5bEh {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/conf-9-1920x1080.jpeg");
}
.cid-tvDKyR5bEh .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tvDKyR5bEh .wrap {
  padding: 0 25px;
}
.cid-tvDKyR5bEh .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-tvDKyR5bEh .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tvDKyR5bEh .mbr-text {
  margin-bottom: 20px;
}
.cid-tvDKyR5bEh .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tvDKyR5bEh .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tvDKyR5bEh .title__block {
    padding: 80px 0;
  }
  .cid-tvDKyR5bEh .container,
  .cid-tvDKyR5bEh .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tvDKyR5bEh .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tvDKyR5bEh a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tvDKyR5bEh .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tvDKyR5bEh .mbr-section-title,
.cid-tvDKyR5bEh .mbr-figure {
  color: #ffffff;
}
.cid-tvDKyRJWHc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tvDKyRJWHc .wrap {
  height: 700px;
}
.cid-tvDKyRJWHc .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-tvDKyRJWHc .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tvDKyRJWHc .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-tvDKyRJWHc .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-tvDKyRJWHc .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-tvDKyRJWHc .parallax__image {
  perspective: 700px;
}
.cid-tvDKyRJWHc .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-tvDKyRJWHc .image:hover {
  transform: rotateX(-10deg);
}
.cid-tvDKyRJWHc .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvDKyRJWHc .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-tvDKyRJWHc .minwidth {
    height: 200px;
  }
}
.cid-tvDKyRJWHc .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-tvDKyRJWHc .push-lg {
    left: 8.33333333%;
  }
  .cid-tvDKyRJWHc .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tvDKyRJWHc .wrap {
    height: auto;
  }
  .cid-tvDKyRJWHc .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-tvDKyRJWHc .minwidth {
    margin-bottom: 30px;
  }
}
.cid-tvDKyRJWHc .mbr-section-title {
  text-align: left;
}
.cid-tvDKySqsCz {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tvDKySqsCz .carousel {
  width: 100%;
}
.cid-tvDKySqsCz .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tvDKySqsCz .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tvDKySqsCz .mbr-overlay {
  z-index: 1;
}
.cid-tvDKySqsCz .carousel-caption {
  bottom: 40px;
}
.cid-tvDKySqsCz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tvDKySqsCz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tvDKySqsCz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tvDKySqsCz .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvDKySqsCz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tvDKySqsCz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tvDKySqsCz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tvDKySqsCz .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tvDKySqsCz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvDKySqsCz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvDKySqsCz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvDKySqsCz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tvDKySqsCz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tvDKySqsCz .carousel-indicators li.active,
.cid-tvDKySqsCz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tvDKySqsCz .carousel-indicators li::after,
.cid-tvDKySqsCz .carousel-indicators li::before {
  content: none;
}
.cid-tvDKySqsCz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tvDKySqsCz .carousel-indicators {
    display: none !important;
  }
}
.cid-tvDKySqsCz DIV {
  text-align: right;
}
.cid-tvDKySqsCz P {
  text-align: left;
}
.cid-tvDKyT2251 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../../../assets/images/conf-8-1920x1080.jpeg");
}
.cid-tvDKyT2251 .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}
.cid-tvDKyT2251 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-tvDKyT2251 .countdown-title img {
  max-width: 128px;
}
.cid-tvDKyT2251 .countdown-title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tvDKyT2251 .number-wrap {
  color: #aaaaaa;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tvDKyT2251 .number {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tvDKyT2251 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tvDKyT2251 .dot {
  position: absolute;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 90px;
  right: -1.3rem;
  top: 18px;
  background-color: #ffffff;
}
.cid-tvDKyT2251 .countdown-cont {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 730px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tvDKyT2251 .dot {
    display: none;
  }
  .cid-tvDKyT2251 .countdown-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tvDKyT2251 .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-tvDKyT2251 .number-wrap {
    min-width: auto;
  }
  .cid-tvDKyT2251 .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-tvDKyT2251 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tvDKyT2251 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tvDKyT2251 .number {
    font-size: 25px;
  }
}
.cid-tvDKyTq6CM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tvDKyTq6CM .main {
  height: 480px;
  flex-direction: row-reverse;
}
.cid-tvDKyTq6CM .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-tvDKyTq6CM .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-tvDKyTq6CM .map {
    height: auto;
  }
}
.cid-tvDKyTq6CM .wrap__content {
  display: flex;
  padding: 0;
}
.cid-tvDKyTq6CM .block__content1,
.cid-tvDKyTq6CM .block__content2 {
  padding: 90px 70px 90px 15px;
}
.cid-tvDKyTq6CM .block__content1 {
  background-color: #f5f7fd;
}
.cid-tvDKyTq6CM .block__content2 {
  background-color: #ebeaed;
}
.cid-tvDKyTq6CM .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvDKyTq6CM .content__title,
.cid-tvDKyTq6CM .title__address {
  margin-bottom: 20px;
}
.cid-tvDKyTq6CM .content__span,
.cid-tvDKyTq6CM .content__span2 {
  color: #6a696c;
}
.cid-tvDKyTq6CM .content__phone {
  margin-bottom: 25px;
}
.cid-tvDKyTq6CM .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tvDKyTq6CM .main {
    height: auto;
  }
  .cid-tvDKyTq6CM .block__content1,
  .cid-tvDKyTq6CM .block__content2 {
    padding: 70px 25px 70px 15px;
  }
}
@media (max-width: 767px) {
  .cid-tvDKyTq6CM .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-tvDKyTq6CM .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-tvDKyTq6CM .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-tvDKyTq6CM .wrap__content {
    flex-direction: column;
  }
}
.cid-tvDKyTq6CM .content__title {
  color: #17161a;
}
.cid-tvDKyTq6CM .title__address {
  color: #17161a;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txrUruNIp0 {
  background-image: url("../../../assets/images/carole-1-2000x1428.jpeg");
}
.cid-txrUruNIp0 .push__top {
  padding-top: 80px;
}
.cid-txrUruNIp0 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-txrUruNIp0 .title__block {
  width: 70%;
}
.cid-txrUruNIp0 .mbr-section-subtitle,
.cid-txrUruNIp0 .bottom__about__text,
.cid-txrUruNIp0 .bottom__subtitle {
  line-height: 25px;
}
.cid-txrUruNIp0 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #003cd3;
  text-align: right;
}
.cid-txrUruNIp0 .mbr-section-title {
  line-height: 57px;
  color: #003cd3;
  text-align: right;
}
.cid-txrUruNIp0 .widget__number {
  margin-bottom: 8px;
}
.cid-txrUruNIp0 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-txrUruNIp0 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-txrUruNIp0 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-txrUruNIp0 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-txrUruNIp0 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-txrUruNIp0 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-txrUruNIp0 .date__block {
    margin-top: 50px;
  }
  .cid-txrUruNIp0 .mbr-section-title {
    line-height: 1;
  }
  .cid-txrUruNIp0 .push__top {
    padding-top: 30px;
  }
  .cid-txrUruNIp0 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-txrUruNIp0 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-txrUruNIp0 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-txrUruNIp0 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-txrUruNIp0 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-txrUruNIp0 .title__block {
    width: 100%;
  }
  .cid-txrUruNIp0 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-txrUruNIp0 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-txrUruNIp0 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-txrUruNIp0 .divider {
    margin-bottom: 10px;
  }
  .cid-txrUruNIp0 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-txrUruNIp0 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-txrUruNIp0 .mbr-figure {
  color: #ffffff;
}
.cid-txrUrz8EWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-txrUrz8EWx .title__block {
  padding: 50px 15px;
}
.cid-txrUrz8EWx .image {
  display: block;
  position: relative;
}
.cid-txrUrz8EWx .image img {
  height: 100%;
  object-fit: cover;
}
.cid-txrUrz8EWx .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-txrUrz8EWx .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-txrUrz8EWx .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-txrUrz8EWx .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-txrUrz8EWx .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-txrUrz8EWx .widget .widget__text {
  margin: 5px 0;
}
.cid-txrUrz8EWx .mbr-section-btn {
  margin-top: 20px;
}
.cid-txrUrz8EWx .btn {
  margin-top: 0;
}
.cid-txrUrz8EWx .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-txrUrz8EWx .mbr-media {
  display: inline-block;
}
.cid-txrUrz8EWx .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-txrUrz8EWx .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-txrUrz8EWx .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-txrUrz8EWx .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-txrUrz8EWx .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-txrUrz8EWx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-txrUrz8EWx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txrUrz8EWx .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-txrUrz8EWx a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-txrUrz8EWx a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-txrUrz8EWx .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-txrUrz8EWx .image {
    padding: 0;
  }
  .cid-txrUrz8EWx .container,
  .cid-txrUrz8EWx .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-txrUrz8EWx .widget {
    margin-left: 0;
  }
  .cid-txrUrz8EWx .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-txrUrz8EWx a.close {
    right: 50px;
    top: 25px;
  }
  .cid-txrUrz8EWx .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-txrUrz8EWx .image img {
    max-height: 400px;
  }
}
.cid-txrUrF69GR {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-txrUrF69GR .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-txrUrF69GR .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-txrUrF69GR .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-txrUrF69GR .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-txrUrF69GR .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-txrUrF69GR .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-txrUrF69GR .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-txrUrF69GR .carousel-indicators li.active {
  background: #ddc499;
}
.cid-txrUrF69GR .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-txrUrF69GR .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-txrUrF69GR .mbr-text,
.cid-txrUrF69GR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-txrUrF69GR H3 {
  text-align: left;
}
.cid-txrUrF69GR .author,
.cid-txrUrF69GR .box {
  font-style: italic;
}
.cid-txrUrF69GR .author {
  color: #9A948D;
}
.cid-txrUrF69GR .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-txrUrF69GR .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-txrUrF69GR .mbr-iconfont {
    display: none;
  }
}
.cid-txrUrHttWZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txrUrHttWZ img {
  width: 100%;
  object-fit: cover;
}
.cid-txrUrHttWZ .quote {
  color: #333333;
  font-weight: 700;
}
.cid-txrUrHttWZ .img-card {
  justify-content: center;
}
.cid-txrUrHttWZ .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-txrUrHttWZ .card-title {
  margin-bottom: 1.2rem;
}
.cid-txrUrHttWZ .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-txrUrHttWZ .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-txrUrHttWZ .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-txrUrHttWZ .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txrUrHttWZ .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-txrUrHttWZ .card-title,
.cid-txrUrHttWZ .card-box {
  color: #767676;
  text-align: center;
}
.cid-txrUrHttWZ H3 {
  color: #000000;
  text-align: center;
}
.cid-tCmI3AAsjb {
  background-image: url("../../../assets/images/carole-1-1421x1027.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tCmI3AAsjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmI3AAsjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCmI3AAsjb.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tCmI3AAsjb .container {
  position: static;
  margin: auto auto 0;
}
.cid-tCmI3AAsjb .mbr-section-title {
  color: #FFFFFF;
}
.cid-tCmI3AAsjb .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tCmI3AAsjb .text-box {
  position: relative;
}
.cid-tCmI3AAsjb .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tCmI3AAsjb .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tCmI3AAsjb .mbr-section-btn {
  margin-top: 30px;
}
.cid-tCmI3AAsjb .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tCmI3AAsjb .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tCmI3AAsjb .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tCmI3AAsjb .video-col {
    top: 30%;
  }
}
.cid-tCmI3AAsjb .mbr-media {
  position: relative;
}
.cid-tCmI3AAsjb .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tCmI3AAsjb .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tCmI3AAsjb .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tCmI3AAsjb .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tCmI3AAsjb .video-icon-bg-box a {
  padding: 50px;
}
.cid-tCmI3AAsjb .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tCmI3AAsjb .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tCmI3AAsjb .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tCmI3AAsjb .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tCmI3AAsjb .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tCmI3AAsjb .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tCmI3AAsjb .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tCmI3AAsjb .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCmI3AAsjb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCmI3AAsjb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCmI3AAsjb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCmI3AAsjb .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-tCmI3AAsjb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txrUrJ91ff .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-txrUrJ91ff .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-txrUrJ91ff .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-txrUrJ91ff .title__address {
  margin-bottom: 20px;
}
.cid-txrUrJ91ff .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-txrUrJ91ff .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-txrUrJ91ff .mbr-section-btn {
  margin-top: 40px;
}
.cid-txrUrJ91ff .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-txrUrJ91ff .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-txrUrJ91ff .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txrUrJ91ff .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txrUrJ91ff .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txrUrJ91ff .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-txrUrJ91ff .container {
    max-width: 100%;
  }
  .cid-txrUrJ91ff .container .row {
    margin: 0;
  }
  .cid-txrUrJ91ff .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-txrUrJ91ff .title__address,
.cid-txrUrJ91ff .mbr-section-btn {
  color: #ffffff;
}
.cid-txrUrJ91ff .work__time {
  color: #ffffff;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFadwAlBeu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-tFadwAlBeu .content__block {
  padding: 50px 15px;
}
.cid-tFadwAlBeu .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tFadwAlBeu .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tFadwAlBeu .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tFadwAlBeu .image {
  perspective: 3500px;
  position: relative;
}
.cid-tFadwAlBeu .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tFadwAlBeu .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFadwAlBeu .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tFadwAlBeu .mbr-section-btn .btn-white-outline:hover {
  color: #199bfc !important;
}
@media (max-width: 991px) {
  .cid-tFadwAlBeu .content__block {
    padding: 30px 15px;
  }
  .cid-tFadwAlBeu .mbr-figure {
    padding: 0;
  }
  .cid-tFadwAlBeu .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tFadwAlBeu .lg-push {
    right: 13%;
  }
  .cid-tFadwAlBeu .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tFadwAlBeu .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tFadwAlBeu .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tOxF55J37l {
  background-color: #ffffff;
}
.cid-tOxF55J37l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxF55J37l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxF55J37l .col-12 {
  position: relative;
}
.cid-tOxF55J37l img {
  margin: auto;
}
.cid-tOxF55J37l .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tOxF55J37l .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOxF55J37l .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOxF55J37l .image-wrapper {
    padding: 1rem;
  }
}
.cid-tOxF55J37l .mbr-section-title {
  color: #ffffff;
}
.cid-tOxF55J37l .mbr-text,
.cid-tOxF55J37l .mbr-section-btn {
  color: #ffffff;
}
.cid-tOxF2bHEej {
  background-color: #ffffff;
}
.cid-tOxF2bHEej .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxF2bHEej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxF2bHEej .col-12 {
  position: relative;
}
.cid-tOxF2bHEej img {
  margin: auto;
}
.cid-tOxF2bHEej .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tOxF2bHEej .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOxF2bHEej .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOxF2bHEej .image-wrapper {
    padding: 1rem;
  }
}
.cid-tOxF2bHEej .mbr-section-title {
  color: #ffffff;
}
.cid-tOxF2bHEej .mbr-text,
.cid-tOxF2bHEej .mbr-section-btn {
  color: #ffffff;
}
.cid-tHHHO2Iy8X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHHHO2Iy8X .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHHHO2Iy8X .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHHHO2Iy8X .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-tHHHO2Iy8X .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHHHO2Iy8X .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHHHO2Iy8X .row > .row {
  display: block;
}
.cid-tHHHO2Iy8X .mbr-gallery-item {
  width: 100%;
}
.cid-tHHHO2Iy8X .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-tHHHO2Iy8X .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tHHHO2Iy8X .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tHHHO2Iy8X .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tHHHO2Iy8X .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-tHHHO2Iy8X .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-tHHHO2Iy8X .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-tHHHO2Iy8X .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-tHHHO2Iy8X {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-tHHHO2Iy8X .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-tKvnpph5Fl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKvnpph5Fl .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  border-radius: 6px;
}
.cid-tKvnpph5Fl .card-wrapper:hover .ico-wrap {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.cid-tKvnpph5Fl p {
  line-height: 1.6;
}
.cid-tKvnpph5Fl .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tKvnpph5Fl .ico {
  height: 40px;
  width: 40px;
  background: #333333;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  margin: 0 3px;
  opacity: 0.9;
}
.cid-tKvnpph5Fl .ico-wrap {
  position: absolute;
  left: 50%;
  display: flex;
  top: 50%;
  margin: auto;
  z-index: 100;
  transition: all 0.3s;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
}
.cid-tKvnpph5Fl .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.cid-tKvnpph5Fl .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.cid-tKvnpph5Fl img {
  transition: all 0.3s;
}
.cid-tKvnpph5Fl .card-box {
  padding: 1rem;
}
.cid-tKvnpph5Fl .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tKvnpph5Fl .card-box > p,
.cid-tKvnpph5Fl .mbr-section-btn {
  color: #9e9e9e;
  text-align: center;
}
.cid-tKvnpph5Fl .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
@media (max-width: 576px) {
  .cid-tKvnpph5Fl .ico-wrap {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.cid-tKvnpph5Fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvnpph5Fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFadLNOUdg .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tFadLNOUdg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFadLNOUdg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFadLNOUdg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFadLNOUdg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFagKSc7Lf .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tFagKSc7Lf .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tFagKSc7Lf .block_wrapper {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tFagKSc7Lf .title__address {
  margin-bottom: 20px;
}
.cid-tFagKSc7Lf .work__address {
  margin: 10px 0 40px;
}
.cid-tFagKSc7Lf .work__phone {
  margin-bottom: 20px;
}
.cid-tFagKSc7Lf .mbr-section-btn {
  margin-top: 40px;
}
.cid-tFagKSc7Lf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tFagKSc7Lf .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tFagKSc7Lf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFagKSc7Lf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFagKSc7Lf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFagKSc7Lf .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tFagKSc7Lf .container {
    max-width: 100%;
  }
  .cid-tFagKSc7Lf .container .row {
    margin: 0;
  }
  .cid-tFagKSc7Lf .block_wrapper {
    height: 100%;
    background-color: #ffffff;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/art-exibition-1920x1280.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-tOxwRFEiZe {
  background-color: #ffffff;
}
.cid-tOxwRFEiZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxwRFEiZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxwRFEiZe .col-12 {
  position: relative;
}
.cid-tOxwRFEiZe img {
  margin: auto;
}
.cid-tOxwRFEiZe .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tOxwRFEiZe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOxwRFEiZe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOxwRFEiZe .image-wrapper {
    padding: 1rem;
  }
}
.cid-tOxwRFEiZe .mbr-section-title {
  color: #ffffff;
}
.cid-tOxwRFEiZe .mbr-text,
.cid-tOxwRFEiZe .mbr-section-btn {
  color: #ffffff;
}
.cid-tOxvrG7QZF {
  background-color: #ffffff;
}
.cid-tOxvrG7QZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxvrG7QZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxvrG7QZF .col-12 {
  position: relative;
}
.cid-tOxvrG7QZF img {
  margin: auto;
}
.cid-tOxvrG7QZF .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tOxvrG7QZF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOxvrG7QZF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOxvrG7QZF .image-wrapper {
    padding: 1rem;
  }
}
.cid-tOxvrG7QZF .mbr-section-title {
  color: #ffffff;
}
.cid-tOxvrG7QZF .mbr-text,
.cid-tOxvrG7QZF .mbr-section-btn {
  color: #ffffff;
}
.cid-rRIjJzt6Us {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-rRIjJzt6Us .wrap {
  height: 700px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-rRIiRsUpwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-rRIiRsUpwJ .title__block {
  margin-bottom: 40px;
}
.cid-rRIiRsUpwJ .carousel-item {
  justify-content: center;
}
.cid-rRIiRsUpwJ .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 155, 252, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIiRsUpwJ .carousel-controls a:hover span {
  background: rgba(25, 155, 252, 0.6);
}
.cid-rRIiRsUpwJ .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRIiRsUpwJ .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRIiRsUpwJ .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 87%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 100%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    left: -5%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    right: -5%;
  }
  .cid-rRIiRsUpwJ .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRIiRsUpwJ .title__block {
    margin-bottom: 20px;
  }
  .cid-rRIiRsUpwJ .carousel-controls {
    display: none;
  }
}
.cid-rRIiaHWZmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIiaHWZmu .title__wrap {
  margin-bottom: 30px;
}
.cid-rRIiaHWZmu .title__block {
  margin-bottom: 10px;
}
.cid-rRIiaHWZmu .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIiaHWZmu .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-rRIiaHWZmu .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rRIiaHWZmu .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIiaHWZmu .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rRIiaHWZmu .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rRIiaHWZmu .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rRIiaHWZmu .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIiaHWZmu .descr__block {
  padding: 25px 0 0;
}
.cid-rRIiaHWZmu .descr__title {
  margin-bottom: 5px;
}
.cid-rRIiaHWZmu .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 5px;
}
.cid-rRIiaHWZmu .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rRIiaHWZmu .link__text a {
  position: relative;
}
.cid-rRIiaHWZmu .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rRIiaHWZmu .link__text a:hover {
  color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-rRIiaHWZmu .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRIiaHWZmu .image {
    height: 300px;
  }
  .cid-rRIiaHWZmu .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRIiaHWZmu .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRIiaHWZmu .buttons {
    justify-content: flex-start;
  }
}
.cid-rRIizpy8Kq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIizpy8Kq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIizpy8Kq .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIizpy8Kq .wrap {
  margin-bottom: 30px;
}
.cid-rRIizpy8Kq .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIizpy8Kq .card__wrap:hover .author,
.cid-rRIizpy8Kq .card__wrap:hover .date,
.cid-rRIizpy8Kq .card__wrap:hover .category__content,
.cid-rRIizpy8Kq .card__wrap:hover .category__estimate,
.cid-rRIizpy8Kq .card__wrap:hover .content__title,
.cid-rRIizpy8Kq .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-rRIizpy8Kq .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIizpy8Kq .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIizpy8Kq .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-rRIizpy8Kq .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rRIizpy8Kq .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRIizpy8Kq .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-rRIizpy8Kq .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-rRIizpy8Kq .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rRIizpy8Kq .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIizpy8Kq .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rRIizpy8Kq .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-rRIizpy8Kq .card__content > div {
  pointer-events: all;
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rRIizpy8Kq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rRIizpy8Kq .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-rRIizpy8Kq .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRIizpy8Kq .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-rRIiF0fHgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIiF0fHgC .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-rRIiF0fHgC .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-rRIiF0fHgC .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-rRIiF0fHgC .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-rRIiF0fHgC .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRIiF0fHgC .image {
    max-height: 350px;
  }
  .cid-rRIiF0fHgC .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-rRIiF0fHgC .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-rRIiF0fHgC .image {
    width: 100%;
    float: none;
  }
  .cid-rRIiF0fHgC .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-rRIj1OMqmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIj1OMqmW .title__wrap {
  margin-bottom: 30px;
}
.cid-rRIj1OMqmW .title__block {
  margin-bottom: 10px;
}
.cid-rRIj1OMqmW .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRIj1OMqmW .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIj1OMqmW .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRIj1OMqmW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  color: #17161a !important;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIj1OMqmW .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-rRIj1OMqmW .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rRIj1OMqmW .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rRIj1OMqmW .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-rRIj1OMqmW .nav-tabs .nav-item.open .nav-link:focus,
.cid-rRIj1OMqmW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rRIj1OMqmW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-rRIj1OMqmW .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-rRIj1OMqmW .nav-tabs .nav-link {
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-rRIj1OMqmW .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rRIj1OMqmW .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #199bfc;
}
.cid-rRIj1OMqmW .nav-tabs .nav-link.active:hover {
  background-color: #199bfc;
}
@media (max-width: 991px) {
  .cid-rRIj1OMqmW .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIj1OMqmW .buttons {
    justify-content: flex-start;
  }
}
.cid-rRIja2QhYv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-rRIja2QhYv .content__block {
  background: rgba(25, 155, 252, 0.1);
  border-radius: 4px;
  padding: 30px;
}
.cid-rRIja2QhYv .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRIja2QhYv .text__subt {
  margin-bottom: 20px;
}
.cid-rRIja2QhYv .mbr-text {
  margin: 10px 0 20px;
}
.cid-rRIja2QhYv .subscribe__form {
  padding-bottom: 50px;
}
.cid-rRIja2QhYv .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRIja2QhYv .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: #f5f7fd !important;
  font-size: 16px;
  color: #191f23;
  border-radius: 4px;
}
.cid-rRIja2QhYv .input-group-btn {
  padding-left: 0;
}
.cid-rRIja2QhYv .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rRIja2QhYv .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRIja2QhYv .mbr-form .btn {
  margin: 0;
}
.cid-rRIja2QhYv input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRIja2QhYv input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRIja2QhYv .divider {
  background-color: #191f23;
  height: 1px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .cid-rRIja2QhYv .divider {
    margin: 0 15px;
  }
}
.cid-rRIjBgE6OI {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-rRIjBgE6OI .main {
  height: 480px;
}
.cid-rRIjBgE6OI .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-rRIjBgE6OI .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rRIjBgE6OI .map {
    height: auto;
  }
}
.cid-rRIjBgE6OI .wrap__content {
  display: flex;
  padding: 0;
}
.cid-rRIjBgE6OI .block__content1,
.cid-rRIjBgE6OI .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-rRIjBgE6OI .block__content1 {
  background-color: #f5f7fd;
}
.cid-rRIjBgE6OI .block__content2 {
  background-color: #ebeaed;
}
.cid-rRIjBgE6OI .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRIjBgE6OI .content__title,
.cid-rRIjBgE6OI .title__address {
  margin-bottom: 20px;
}
.cid-rRIjBgE6OI .content__span,
.cid-rRIjBgE6OI .content__span2 {
  color: #6a696c;
}
.cid-rRIjBgE6OI .content__phone {
  margin-bottom: 25px;
}
.cid-rRIjBgE6OI .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-rRIjBgE6OI .main {
    height: auto;
  }
  .cid-rRIjBgE6OI .block__content1,
  .cid-rRIjBgE6OI .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-rRIjBgE6OI .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-rRIjBgE6OI .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-rRIjBgE6OI .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIjBgE6OI .wrap__content {
    flex-direction: column;
  }
}
.cid-rRIjBgE6OI .content__title {
  color: #17161a;
}
.cid-rRIjBgE6OI .title__address {
  color: #17161a;
}
.cid-rRO2bVxeST {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRO2bVxeST .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRO2bVxeST .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2bVxeST .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2bVxeST .title__address {
  margin-bottom: 20px;
}
.cid-rRO2bVxeST .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRO2bVxeST .privacy {
    text-align: left;
  }
}
.cid-rRO2bVxeST .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRO2bVxeST .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2bVxeST .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #f5f7fd !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRO2bVxeST .input-group-btn {
  padding-left: 0;
}
.cid-rRO2bVxeST .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rRO2bVxeST .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2bVxeST .mbr-form .btn {
  margin: 0;
}
.cid-rRO2bVxeST input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRO2bVxeST input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2bVxeST .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2bVxeST .divider {
    margin: 0 0 20px;
  }
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOE2AZ15Is {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/villa-bartholoni-864x486.jpg");
}
.cid-tOE2AZ15Is .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tOE2AZ15Is .wrap {
  padding: 0 25px;
}
.cid-tOE2AZ15Is .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #6de37b;
  top: 0px;
  right: 0px;
}
.cid-tOE2AZ15Is .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tOE2AZ15Is .mbr-text {
  margin-bottom: 20px;
}
.cid-tOE2AZ15Is .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tOE2AZ15Is .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tOE2AZ15Is .container,
  .cid-tOE2AZ15Is .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tOE2AZ15Is .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tOE2AZ15Is a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tOE2AZ15Is .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tOE2AZ15Is .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOE2AZ15Is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOE2AZ15Is .mbr-text,
.cid-tOE2AZ15Is .mbr-section-btn {
  text-align: right;
}
.cid-tOyeCiS7fH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOyeCiS7fH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOyeCiS7fH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOyeCiS7fH .row {
  justify-content: flex-start;
}
.cid-tOyeCiS7fH .mbr-section-title {
  color: #45494E;
}
.cid-tOyeCiS7fH .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tOyeCiS7fH .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tOyeCiS7fH .mbr-text {
    margin-top: 20px;
  }
}
.cid-tOyeCiS7fH .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tOyeCiS7fH .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tOyeCiS7fH .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tOyeCiS7fH .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tOyeDBrUNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOyeDBrUNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOyeDBrUNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOyeDBrUNA .row {
  justify-content: flex-start;
}
.cid-tOyeDBrUNA .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tOyeDBrUNA .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tOyeDBrUNA .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tOyeDBrUNA .image-wrapper {
  width: 100%;
}
.cid-tOyeDBrUNA .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tOyeDBrUNA .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tOyeDBrUNA .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tOyeDBrUNA .mbr-text {
    margin-top: 45px;
  }
}
.cid-tOyeDBrUNA .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tOyeDBrUNA .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tOyeDBrUNA .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tOyeDBrUNA .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tOyeFrwuyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOyeFrwuyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOyeFrwuyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOyeFrwuyg .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tOyeFrwuyg .col-img {
    order: 2;
  }
}
.cid-tOyeFrwuyg .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tOyeFrwuyg .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tOyeFrwuyg .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tOyeFrwuyg .col-tex {
    order: 1;
  }
}
.cid-tOyeFrwuyg .card-title {
  color: #45494E;
}
.cid-tOyeFrwuyg .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tOyeFrwuyg .mbr-section-btn {
  margin-top: 60px;
}
.cid-tOyeFrwuyg .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tOyeHHN8t1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOyeHHN8t1 .title__block {
  padding: 30px 15px;
}
.cid-tOyeHHN8t1 .mbr-text {
  margin-bottom: 30px;
}
.cid-tOyeHHN8t1 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tOyeHHN8t1 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-tOyeHHN8t1 .bottom__text {
  margin: 10px 0;
}
.cid-tOyeHHN8t1 .btn {
  margin-top: 0;
}
.cid-tOyeHHN8t1 .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-tOyeHHN8t1 img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tOyeHHN8t1 .image {
    margin-bottom: 10px;
  }
  .cid-tOyeHHN8t1 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOyeHHN8t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOyeHHN8t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOE0H1bPHN {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/livres-smge-640x416.jpg");
}
.cid-tOE0H1bPHN .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tOE0H1bPHN .wrap {
  padding: 0 25px;
}
.cid-tOE0H1bPHN .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d90a2c;
  top: 0px;
  right: 0px;
}
.cid-tOE0H1bPHN .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tOE0H1bPHN .mbr-text {
  margin-bottom: 20px;
}
.cid-tOE0H1bPHN .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tOE0H1bPHN .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tOE0H1bPHN .container,
  .cid-tOE0H1bPHN .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tOE0H1bPHN .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tOE0H1bPHN a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tOE0H1bPHN .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tOE0H1bPHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOE0H1bPHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOynIgUBSE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tOynIgUBSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOynIgUBSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOynIgUBSE .row {
  padding: 1rem;
}
.cid-tOynIgUBSE .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tOynIgUBSE .row {
    padding: 0 12px;
  }
}
.cid-tOynIgUBSE .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tOynIgUBSE .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tOynIgUBSE .row::after {
    display: none;
  }
}
.cid-tOynIgUBSE .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tOynIgUBSE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOynIgUBSE .title-wrapper .mbr-section-title span {
  color: #17161a;
}
.cid-tOynIgUBSE .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tOynIgUBSE .text-wrapper {
    padding: 0;
  }
}
.cid-tOynIgUBSE .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tOynIgUBSE .mbr-section-title {
  color: #1e4381;
}
.cid-tOynIgUBSE .mbr-text {
  color: #1e4381;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/1896-reveillon-gueules-en-pallissandre-et-acajou-vernis-extrait-ldb-des-internes-1513x1478.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-tOARs8YyhB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOARs8YyhB img,
.cid-tOARs8YyhB .item-img {
  width: 100%;
}
.cid-tOARs8YyhB .item:focus,
.cid-tOARs8YyhB span:focus {
  outline: none;
}
.cid-tOARs8YyhB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOARs8YyhB .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOARs8YyhB .item-content {
  padding: 25px 1rem 0;
}
.cid-tOARs8YyhB .item-content a:not(.btn):hover {
  color: #199bfc !important;
  background-image: none !important;
}
.cid-tOARs8YyhB .item-wrapper {
  background: transparent;
}
.cid-tOARs8YyhB .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tOARs8YyhB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOARs8YyhB .mbr-section-title,
.cid-tOARs8YyhB .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-tOARs8YyhB .mbr-text,
.cid-tOARs8YyhB .mbr-section-btn {
  text-align: center;
}
.cid-tOARs8YyhB .item-title {
  text-align: center;
}
.cid-tOARs8YyhB .item-subtitle {
  text-align: center;
}
.cid-tOARs8YyhB .item-img {
  overflow: hidden;
}
.cid-tOARs8YyhB .item-img img {
  width: 100%;
}
.cid-tOARs8YyhB .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tOARs8YyhB .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tOym5BGzcS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tOym5BGzcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOym5BGzcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZYWXw68l7 {
  background-image: url("../../../assets/images/img-1025-2000x1500.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-tZYWXw68l7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZYWXw68l7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZYWXw68l7.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tZYWXw68l7 .container {
  position: static;
  margin: auto auto 0;
}
.cid-tZYWXw68l7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tZYWXw68l7 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tZYWXw68l7 .text-box {
  position: relative;
}
.cid-tZYWXw68l7 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tZYWXw68l7 .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tZYWXw68l7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZYWXw68l7 .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tZYWXw68l7 .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tZYWXw68l7 .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tZYWXw68l7 .video-col {
    top: 30%;
  }
}
.cid-tZYWXw68l7 .mbr-media {
  position: relative;
}
.cid-tZYWXw68l7 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tZYWXw68l7 .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tZYWXw68l7 .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tZYWXw68l7 .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tZYWXw68l7 .video-icon-bg-box a {
  padding: 50px;
}
.cid-tZYWXw68l7 .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tZYWXw68l7 .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tZYWXw68l7 .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tZYWXw68l7 .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tZYWXw68l7 .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tZYWXw68l7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tZYWXw68l7 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tZYWXw68l7 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tZYWXw68l7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tZYWXw68l7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tZYWXw68l7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tZYWXw68l7 .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-tZYWXw68l7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tZYYjoTAIw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-tZYYjoTAIw .content__block {
  padding: 50px 15px;
}
.cid-tZYYjoTAIw .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tZYYjoTAIw .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tZYYjoTAIw .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tZYYjoTAIw .image {
  perspective: 3500px;
  position: relative;
}
.cid-tZYYjoTAIw .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tZYYjoTAIw .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tZYYjoTAIw .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZYYjoTAIw .mbr-section-btn .btn-white-outline:hover {
  color: #199bfc !important;
}
@media (max-width: 991px) {
  .cid-tZYYjoTAIw .content__block {
    padding: 30px 15px;
  }
  .cid-tZYYjoTAIw .mbr-figure {
    padding: 0;
  }
  .cid-tZYYjoTAIw .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tZYYjoTAIw .lg-push {
    right: 13%;
  }
  .cid-tZYYjoTAIw .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tZYYjoTAIw .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tZYYjoTAIw .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSoTfGLiUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSoTfGLiUS .mbr-section-subtitle {
  text-align: center;
}
.cid-tSoTguBqht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSoThqLdcE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSoThqLdcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSoThqLdcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSoThqLdcE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tSoThqLdcE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tSoThqLdcE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #199bfc;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tSrQrZYBRv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSrQrZYBRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSrQrZYBRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSrQrZYBRv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tSrQrZYBRv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tSrQrZYBRv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #199bfc;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSpTnHHGXU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-tSpTnHHGXU .content__block {
  padding: 50px 15px;
}
.cid-tSpTnHHGXU .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tSpTnHHGXU .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tSpTnHHGXU .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tSpTnHHGXU .image {
  perspective: 3500px;
  position: relative;
}
.cid-tSpTnHHGXU .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tSpTnHHGXU .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tSpTnHHGXU .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tSpTnHHGXU .mbr-section-btn .btn-white-outline:hover {
  color: #199bfc !important;
}
@media (max-width: 991px) {
  .cid-tSpTnHHGXU .content__block {
    padding: 30px 15px;
  }
  .cid-tSpTnHHGXU .mbr-figure {
    padding: 0;
  }
  .cid-tSpTnHHGXU .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tSpTnHHGXU .lg-push {
    right: 13%;
  }
  .cid-tSpTnHHGXU .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tSpTnHHGXU .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tSpTnHHGXU .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tStKQ6OfBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tStKQ6OfBG .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  border-radius: 6px;
}
.cid-tStKQ6OfBG .card-wrapper:hover .ico-wrap {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.cid-tStKQ6OfBG p {
  line-height: 1.6;
}
.cid-tStKQ6OfBG .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tStKQ6OfBG .ico {
  height: 40px;
  width: 40px;
  background: #333333;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  margin: 0 3px;
  opacity: 0.9;
}
.cid-tStKQ6OfBG .ico-wrap {
  position: absolute;
  left: 50%;
  display: flex;
  top: 50%;
  margin: auto;
  z-index: 100;
  transition: all 0.3s;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
}
.cid-tStKQ6OfBG .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.cid-tStKQ6OfBG .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.cid-tStKQ6OfBG img {
  transition: all 0.3s;
}
.cid-tStKQ6OfBG .card-box {
  padding: 1rem;
}
.cid-tStKQ6OfBG .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tStKQ6OfBG .card-box > p,
.cid-tStKQ6OfBG .mbr-section-btn {
  color: #9e9e9e;
  text-align: center;
}
.cid-tStKQ6OfBG .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
@media (max-width: 576px) {
  .cid-tStKQ6OfBG .ico-wrap {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.cid-tStKQ6OfBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStKQ6OfBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwoLlLVIil {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uwoLlLVIil .item-img,
.cid-uwoLlLVIil .img-wrap,
.cid-uwoLlLVIil img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uwoLlLVIil img,
.cid-uwoLlLVIil .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uwoLlLVIil img,
  .cid-uwoLlLVIil .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uwoLlLVIil .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uwoLlLVIil .item:focus,
.cid-uwoLlLVIil span:focus {
  outline: none;
}
.cid-uwoLlLVIil .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uwoLlLVIil .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwoLlLVIil .item {
    margin-bottom: 1rem;
  }
}
.cid-uwoLlLVIil h5 {
  margin: 0;
}
.cid-uwoLlLVIil .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uwoLlLVIil .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uwoLlLVIil .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uwoLlLVIil .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uwoLlLVIil .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uwoLlLVIil .item-wrapper {
    height: auto;
  }
}
.cid-uwoLlLVIil .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uwoLlLVIil .item-title {
  text-align: center;
}
.cid-uwoLlLVIil .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uwoLlLVIil .mbr-text,
.cid-uwoLlLVIil .item .mbr-section-btn {
  text-align: center;
}
.cid-uwoLlLVIil .mbr-section-subtitle,
.cid-uwoLlLVIil .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u2vH1gwsbH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2vH1gwsbH .item-img,
.cid-u2vH1gwsbH .img-wrap,
.cid-u2vH1gwsbH img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u2vH1gwsbH img,
.cid-u2vH1gwsbH .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u2vH1gwsbH img,
  .cid-u2vH1gwsbH .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u2vH1gwsbH .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u2vH1gwsbH .item:focus,
.cid-u2vH1gwsbH span:focus {
  outline: none;
}
.cid-u2vH1gwsbH .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u2vH1gwsbH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2vH1gwsbH .item {
    margin-bottom: 1rem;
  }
}
.cid-u2vH1gwsbH h5 {
  margin: 0;
}
.cid-u2vH1gwsbH .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u2vH1gwsbH .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u2vH1gwsbH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2vH1gwsbH .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u2vH1gwsbH .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u2vH1gwsbH .item-wrapper {
    height: auto;
  }
}
.cid-u2vH1gwsbH .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u2vH1gwsbH .item-title {
  text-align: center;
}
.cid-u2vH1gwsbH .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u2vH1gwsbH .mbr-text,
.cid-u2vH1gwsbH .item .mbr-section-btn {
  text-align: center;
}
.cid-u2vH1gwsbH .mbr-section-subtitle,
.cid-u2vH1gwsbH .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u2vETLxoIf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2vETLxoIf .item-img,
.cid-u2vETLxoIf .img-wrap,
.cid-u2vETLxoIf img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u2vETLxoIf img,
.cid-u2vETLxoIf .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u2vETLxoIf img,
  .cid-u2vETLxoIf .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u2vETLxoIf .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u2vETLxoIf .item:focus,
.cid-u2vETLxoIf span:focus {
  outline: none;
}
.cid-u2vETLxoIf .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u2vETLxoIf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2vETLxoIf .item {
    margin-bottom: 1rem;
  }
}
.cid-u2vETLxoIf h5 {
  margin: 0;
}
.cid-u2vETLxoIf .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u2vETLxoIf .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u2vETLxoIf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2vETLxoIf .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u2vETLxoIf .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u2vETLxoIf .item-wrapper {
    height: auto;
  }
}
.cid-u2vETLxoIf .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u2vETLxoIf .item-title {
  text-align: center;
}
.cid-u2vETLxoIf .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u2vETLxoIf .mbr-text,
.cid-u2vETLxoIf .item .mbr-section-btn {
  text-align: center;
}
.cid-u2vETLxoIf .mbr-section-subtitle,
.cid-u2vETLxoIf .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u2vCCNO89S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2vCCNO89S .item-img,
.cid-u2vCCNO89S .img-wrap,
.cid-u2vCCNO89S img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u2vCCNO89S img,
.cid-u2vCCNO89S .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u2vCCNO89S img,
  .cid-u2vCCNO89S .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u2vCCNO89S .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u2vCCNO89S .item:focus,
.cid-u2vCCNO89S span:focus {
  outline: none;
}
.cid-u2vCCNO89S .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u2vCCNO89S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2vCCNO89S .item {
    margin-bottom: 1rem;
  }
}
.cid-u2vCCNO89S h5 {
  margin: 0;
}
.cid-u2vCCNO89S .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u2vCCNO89S .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u2vCCNO89S .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2vCCNO89S .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u2vCCNO89S .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u2vCCNO89S .item-wrapper {
    height: auto;
  }
}
.cid-u2vCCNO89S .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u2vCCNO89S .item-title {
  text-align: center;
}
.cid-u2vCCNO89S .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u2vCCNO89S .mbr-text,
.cid-u2vCCNO89S .item .mbr-section-btn {
  text-align: center;
}
.cid-u2vCCNO89S .mbr-section-subtitle,
.cid-u2vCCNO89S .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u2vy8sbdL4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2vy8sbdL4 .item-img,
.cid-u2vy8sbdL4 .img-wrap,
.cid-u2vy8sbdL4 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u2vy8sbdL4 img,
.cid-u2vy8sbdL4 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u2vy8sbdL4 img,
  .cid-u2vy8sbdL4 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u2vy8sbdL4 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u2vy8sbdL4 .item:focus,
.cid-u2vy8sbdL4 span:focus {
  outline: none;
}
.cid-u2vy8sbdL4 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u2vy8sbdL4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2vy8sbdL4 .item {
    margin-bottom: 1rem;
  }
}
.cid-u2vy8sbdL4 h5 {
  margin: 0;
}
.cid-u2vy8sbdL4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u2vy8sbdL4 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u2vy8sbdL4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2vy8sbdL4 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u2vy8sbdL4 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u2vy8sbdL4 .item-wrapper {
    height: auto;
  }
}
.cid-u2vy8sbdL4 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u2vy8sbdL4 .item-title {
  text-align: center;
}
.cid-u2vy8sbdL4 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u2vy8sbdL4 .mbr-text,
.cid-u2vy8sbdL4 .item .mbr-section-btn {
  text-align: center;
}
.cid-u2vy8sbdL4 .mbr-section-subtitle,
.cid-u2vy8sbdL4 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tSpTj8mjJ7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSpTj8mjJ7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tSpTj8mjJ7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-tSpTj8mjJ7 .wrap {
  align-items: center;
}
.cid-tSpTj8mjJ7 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tSpTj8mjJ7 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tSpTj8mjJ7 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tSpTj8mjJ7 .wrap:hover .mbr-section-title {
  color: #199bfc;
}
.cid-tSpTj8mjJ7 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tSpTj8mjJ7 .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tSpTj8mjJ7 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tSpTj8mjJ7 .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tSpTj8mjJ7 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tSpTj8mjJ7 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tSpTj8mjJ7 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tSpTj8mjJ7 .card__content {
  padding: 20px;
}
.cid-tSpTj8mjJ7 .card__topic {
  margin-bottom: 15px;
}
.cid-tSpTj8mjJ7 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tSpTj8mjJ7 .mbr-text {
  margin-bottom: 10px;
}
.cid-tSpTj8mjJ7 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tSpTj8mjJ7 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tSpTj8mjJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpTj8mjJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpUl7dFzS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSpUl7dFzS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tSpUl7dFzS .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-tSpUl7dFzS .wrap {
  align-items: center;
}
.cid-tSpUl7dFzS .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tSpUl7dFzS .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tSpUl7dFzS .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tSpUl7dFzS .wrap:hover .mbr-section-title {
  color: #199bfc;
}
.cid-tSpUl7dFzS .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tSpUl7dFzS .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tSpUl7dFzS .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tSpUl7dFzS .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tSpUl7dFzS .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tSpUl7dFzS .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tSpUl7dFzS .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tSpUl7dFzS .card__content {
  padding: 20px;
}
.cid-tSpUl7dFzS .card__topic {
  margin-bottom: 15px;
}
.cid-tSpUl7dFzS .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tSpUl7dFzS .mbr-text {
  margin-bottom: 10px;
}
.cid-tSpUl7dFzS .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tSpUl7dFzS .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tSpUl7dFzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpUl7dFzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZYQ6pvxEc {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tZYQ6pvxEc .nav-item,
.cid-tZYQ6pvxEc .nav-link,
.cid-tZYQ6pvxEc .navbar-caption {
  font-weight: normal;
}
.cid-tZYQ6pvxEc .navbar-nav {
  counter-reset: number;
}
.cid-tZYQ6pvxEc .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tZYQ6pvxEc .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tZYQ6pvxEc .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tZYQ6pvxEc .btn {
    white-space: nowrap;
  }
  .cid-tZYQ6pvxEc .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tZYQ6pvxEc .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tZYQ6pvxEc .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tZYQ6pvxEc .dropdown-toggle::after,
  .cid-tZYQ6pvxEc .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tZYQ6pvxEc .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZYQ6pvxEc .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZYQ6pvxEc .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tZYQ6pvxEc .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZYQ6pvxEc .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tZYQ6pvxEc .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tZYQ6pvxEc .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tZYQ6pvxEc .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tZYQ6pvxEc .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tZYQ6pvxEc .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tZYQ6pvxEc .nav-item:focus,
.cid-tZYQ6pvxEc .nav-link:focus {
  outline: none;
}
.cid-tZYQ6pvxEc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tZYQ6pvxEc .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tZYQ6pvxEc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tZYQ6pvxEc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZYQ6pvxEc .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tZYQ6pvxEc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZYQ6pvxEc ul.navbar-nav li {
  margin: auto;
}
.cid-tZYQ6pvxEc .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tZYQ6pvxEc .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tZYQ6pvxEc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZYQ6pvxEc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZYQ6pvxEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZYQ6pvxEc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tZYQ6pvxEc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tZYQ6pvxEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZYQ6pvxEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tZYQ6pvxEc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZYQ6pvxEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZYQ6pvxEc .navbar .container-fluid,
  .cid-tZYQ6pvxEc .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tZYQ6pvxEc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tZYQ6pvxEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZYQ6pvxEc .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tZYQ6pvxEc .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tZYQ6pvxEc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tZYQ6pvxEc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZYQ6pvxEc .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tZYQ6pvxEc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tZYQ6pvxEc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tZYQ6pvxEc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZYQ6pvxEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZYQ6pvxEc .dropdown-item.active,
.cid-tZYQ6pvxEc .dropdown-item:active {
  background-color: transparent;
}
.cid-tZYQ6pvxEc .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZYQ6pvxEc .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tZYQ6pvxEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tZYQ6pvxEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tZYQ6pvxEc .navbar-buttons {
  text-align: center;
}
.cid-tZYQ6pvxEc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tZYQ6pvxEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tZYQ6pvxEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZYQ6pvxEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZYQ6pvxEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZYQ6pvxEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZYQ6pvxEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZYQ6pvxEc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZYQ6pvxEc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZYQ6pvxEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZYQ6pvxEc .navbar-dropdown {
  position: absolute;
}
.cid-tZYQ6pvxEc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZYQ6pvxEc a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tZYQ6pvxEc .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZYQ6pvxEc .navbar {
    height: 77px;
  }
  .cid-tZYQ6pvxEc .navbar.opened {
    height: auto;
  }
  .cid-tZYQ6pvxEc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZYQ6g0Xey {
  background-image: url("../../../assets/images/cong-8-1920x1080.jpg");
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-tZYQ6g0Xey .push__top {
  padding-top: 80px;
}
.cid-tZYQ6g0Xey .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 740px;
  height: 100vh !important;
}
.cid-tZYQ6g0Xey .title__block {
  width: 70%;
}
.cid-tZYQ6g0Xey .mbr-section-subtitle,
.cid-tZYQ6g0Xey .bottom__about__text,
.cid-tZYQ6g0Xey .bottom__subtitle {
  line-height: 25px;
}
.cid-tZYQ6g0Xey .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tZYQ6g0Xey .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
}
.cid-tZYQ6g0Xey .widget__number {
  margin-bottom: 8px;
}
.cid-tZYQ6g0Xey .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-tZYQ6g0Xey .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tZYQ6g0Xey .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-tZYQ6g0Xey .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-tZYQ6g0Xey .bottom__about {
  width: 90%;
  background-color: rgba(0, 60, 211, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-tZYQ6g0Xey .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-tZYQ6g0Xey .date__block {
    margin-top: 50px;
  }
  .cid-tZYQ6g0Xey .mbr-section-title {
    line-height: 1;
  }
  .cid-tZYQ6g0Xey .push__top {
    padding-top: 30px;
  }
  .cid-tZYQ6g0Xey .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-tZYQ6g0Xey .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-tZYQ6g0Xey .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-tZYQ6g0Xey .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-tZYQ6g0Xey .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tZYQ6g0Xey .title__block {
    width: 100%;
  }
  .cid-tZYQ6g0Xey .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-tZYQ6g0Xey .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-tZYQ6g0Xey .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-tZYQ6g0Xey .divider {
    margin-bottom: 10px;
  }
  .cid-tZYQ6g0Xey a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tZYQ6g0Xey .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tZYQ6iXFCs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tZYQ6iXFCs .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tZYQ6iXFCs .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tZYQ6iXFCs .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tZYQ6iXFCs .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-tZYQ6iXFCs .countdown-cont {
  margin: 0 auto;
}
.cid-tZYQ6iXFCs .full-count-container {
  background: #0c57bf;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZYQ6iXFCs .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZYQ6iXFCs .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-tZYQ6iXFCs .dot {
    display: none;
  }
  .cid-tZYQ6iXFCs .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-tZYQ6iXFCs .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tZYQ6iXFCs .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tZYQ6iXFCs .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tZYQ6iXFCs .number {
    font-size: 25px;
  }
  .cid-tZYQ6iXFCs .period {
    font-size: 0.7rem;
  }
}
.cid-tZYQ6jiBqq {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/conference10.jpg");
}
.cid-tZYQ6jiBqq .nav-tabs .nav-item.open .nav-link:focus,
.cid-tZYQ6jiBqq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tZYQ6jiBqq .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tZYQ6jiBqq .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tZYQ6jiBqq .icon-big:hover {
  color: #199bfc !important;
}
.cid-tZYQ6jiBqq .content-col {
  margin: auto 0;
}
.cid-tZYQ6jiBqq img {
  width: 90%;
  margin: auto;
}
.cid-tZYQ6jiBqq h6 {
  margin: 0;
}
.cid-tZYQ6jiBqq h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tZYQ6jiBqq h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tZYQ6jiBqq .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tZYQ6jiBqq .icon-wrap,
.cid-tZYQ6jiBqq .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tZYQ6jiBqq .tabs-col {
  overflow: hidden;
}
.cid-tZYQ6jiBqq .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tZYQ6jiBqq .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tZYQ6jiBqq .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tZYQ6jiBqq .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tZYQ6jiBqq .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tZYQ6jiBqq .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tZYQ6jiBqq .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tZYQ6jiBqq .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZYQ6jiBqq img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZYQ6jiBqq .nav-tabs {
    flex-direction: row;
  }
  .cid-tZYQ6jiBqq .mbr-text,
  .cid-tZYQ6jiBqq .nav-link {
    text-align: center;
  }
  .cid-tZYQ6jiBqq .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tZYQ6jiBqq .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tZYQ6jiBqq .nav-item {
    min-width: 100px;
  }
  .cid-tZYQ6jiBqq .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-tZYQ6kbd9J {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/amphi-700x465.jpg");
}
.cid-tZYQ6kbd9J .nav-tabs .nav-item.open .nav-link:focus,
.cid-tZYQ6kbd9J .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tZYQ6kbd9J .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tZYQ6kbd9J .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tZYQ6kbd9J .icon-big:hover {
  color: #199bfc !important;
}
.cid-tZYQ6kbd9J .content-col {
  margin: auto 0;
}
.cid-tZYQ6kbd9J img {
  width: 90%;
  margin: auto;
}
.cid-tZYQ6kbd9J h6 {
  margin: 0;
}
.cid-tZYQ6kbd9J h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tZYQ6kbd9J h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tZYQ6kbd9J .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-tZYQ6kbd9J .icon-wrap,
.cid-tZYQ6kbd9J .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tZYQ6kbd9J .tabs-col {
  overflow: hidden;
}
.cid-tZYQ6kbd9J .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-tZYQ6kbd9J .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-tZYQ6kbd9J .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-tZYQ6kbd9J .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-tZYQ6kbd9J .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tZYQ6kbd9J .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-tZYQ6kbd9J .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-tZYQ6kbd9J .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZYQ6kbd9J img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tZYQ6kbd9J .nav-tabs {
    flex-direction: row;
  }
  .cid-tZYQ6kbd9J .mbr-text,
  .cid-tZYQ6kbd9J .nav-link {
    text-align: center;
  }
  .cid-tZYQ6kbd9J .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-tZYQ6kbd9J .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-tZYQ6kbd9J .nav-item {
    min-width: 100px;
  }
  .cid-tZYQ6kbd9J .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-tZYQ6n6nMe {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rentree-solennelle-nice-2000x793.jpg");
}
.cid-tZYQ6n6nMe .title__block {
  padding-bottom: 40px;
}
.cid-tZYQ6n6nMe .carousel {
  margin-bottom: 80px;
}
.cid-tZYQ6n6nMe .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tZYQ6n6nMe .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZYQ6n6nMe .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-tZYQ6n6nMe .carousel-inner {
  overflow: visible !important;
}
.cid-tZYQ6n6nMe .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tZYQ6n6nMe .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tZYQ6n6nMe .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tZYQ6n6nMe .user {
  height: 300px;
}
.cid-tZYQ6n6nMe .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tZYQ6n6nMe .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZYQ6n6nMe .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tZYQ6n6nMe .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tZYQ6n6nMe .carousel-control-prev {
    left: -2%;
  }
  .cid-tZYQ6n6nMe .carousel-control-next {
    left: 6%;
  }
  .cid-tZYQ6n6nMe .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tZYQ6n6nMe .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tZYQ6n6nMe .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tZYQ6n6nMe .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tZYQ6n6nMe .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tZYQ6n6nMe .carousel-controls {
    display: none;
  }
  .cid-tZYQ6n6nMe .carousel {
    margin-bottom: 0;
  }
}
.cid-tZYQ6n6nMe .mbr-section-title {
  color: #341d74;
}
.cid-tZYQ6n6nMe .mbr-text {
  color: #655495;
}
.cid-tZYQ6o3sqk .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tZYQ6o3sqk .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tZYQ6o3sqk .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tZYQ6o3sqk .title__address {
  margin-bottom: 20px;
}
.cid-tZYQ6o3sqk .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tZYQ6o3sqk .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tZYQ6o3sqk .mbr-section-btn {
  margin-top: 40px;
}
.cid-tZYQ6o3sqk .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-tZYQ6o3sqk .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tZYQ6o3sqk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tZYQ6o3sqk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tZYQ6o3sqk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tZYQ6o3sqk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tZYQ6o3sqk .container {
    max-width: 100%;
  }
  .cid-tZYQ6o3sqk .container .row {
    margin: 0;
  }
  .cid-tZYQ6o3sqk .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tZYQ6o3sqk .title__address,
.cid-tZYQ6o3sqk .mbr-section-btn {
  color: #ffffff;
}
.cid-tZYQ6o3sqk .work__time {
  color: #ffffff;
}
.cid-tZYQ6oQKC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tZYQ6oQKC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZYQ6oQKC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZYQ6oQKC7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tZYQ6oQKC7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tZYQ6oQKC7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tZYQ6oQKC7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tZYQ6oQKC7 .container {
    max-width: 100%;
  }
  .cid-tZYQ6oQKC7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tZYQ6oQKC7 .item-wrap {
  width: 100%;
}
.cid-tZYQ6oQKC7 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tZYQ6oQKC7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZYQ6oQKC7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZYQ6oQKC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZYQ6oQKC7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZYQ6oQKC7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZYQ6oQKC7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZYQ6oQKC7 .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-u19Y4wL2pM {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u19Y4wL2pM .nav-item,
.cid-u19Y4wL2pM .nav-link,
.cid-u19Y4wL2pM .navbar-caption {
  font-weight: normal;
}
.cid-u19Y4wL2pM .navbar-nav {
  counter-reset: number;
}
.cid-u19Y4wL2pM .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u19Y4wL2pM .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u19Y4wL2pM .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u19Y4wL2pM .btn {
    white-space: nowrap;
  }
  .cid-u19Y4wL2pM .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u19Y4wL2pM .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u19Y4wL2pM .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u19Y4wL2pM .dropdown-toggle::after,
  .cid-u19Y4wL2pM .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u19Y4wL2pM .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u19Y4wL2pM .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u19Y4wL2pM .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u19Y4wL2pM .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u19Y4wL2pM .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u19Y4wL2pM .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u19Y4wL2pM .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u19Y4wL2pM .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u19Y4wL2pM .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u19Y4wL2pM .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u19Y4wL2pM .nav-item:focus,
.cid-u19Y4wL2pM .nav-link:focus {
  outline: none;
}
.cid-u19Y4wL2pM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u19Y4wL2pM .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u19Y4wL2pM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u19Y4wL2pM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u19Y4wL2pM .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u19Y4wL2pM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u19Y4wL2pM ul.navbar-nav li {
  margin: auto;
}
.cid-u19Y4wL2pM .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u19Y4wL2pM .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u19Y4wL2pM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u19Y4wL2pM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u19Y4wL2pM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u19Y4wL2pM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u19Y4wL2pM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u19Y4wL2pM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u19Y4wL2pM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u19Y4wL2pM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u19Y4wL2pM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u19Y4wL2pM .navbar .container-fluid,
  .cid-u19Y4wL2pM .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u19Y4wL2pM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u19Y4wL2pM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u19Y4wL2pM .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u19Y4wL2pM .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u19Y4wL2pM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u19Y4wL2pM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u19Y4wL2pM .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u19Y4wL2pM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u19Y4wL2pM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u19Y4wL2pM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u19Y4wL2pM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u19Y4wL2pM .dropdown-item.active,
.cid-u19Y4wL2pM .dropdown-item:active {
  background-color: transparent;
}
.cid-u19Y4wL2pM .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u19Y4wL2pM .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u19Y4wL2pM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u19Y4wL2pM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u19Y4wL2pM .navbar-buttons {
  text-align: center;
}
.cid-u19Y4wL2pM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u19Y4wL2pM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u19Y4wL2pM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u19Y4wL2pM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u19Y4wL2pM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u19Y4wL2pM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u19Y4wL2pM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u19Y4wL2pM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u19Y4wL2pM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u19Y4wL2pM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u19Y4wL2pM .navbar-dropdown {
  position: absolute;
}
.cid-u19Y4wL2pM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u19Y4wL2pM a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u19Y4wL2pM .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u19Y4wL2pM .navbar {
    height: 77px;
  }
  .cid-u19Y4wL2pM .navbar.opened {
    height: auto;
  }
  .cid-u19Y4wL2pM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u19Y4x4cL1 {
  background-image: url("../../../assets/images/photo-ff-2000x2667.jpeg");
}
.cid-u19Y4x4cL1 .push__top {
  padding-top: 80px;
}
.cid-u19Y4x4cL1 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u19Y4x4cL1 .title__block {
  width: 70%;
}
.cid-u19Y4x4cL1 .mbr-section-subtitle,
.cid-u19Y4x4cL1 .bottom__about__text,
.cid-u19Y4x4cL1 .bottom__subtitle {
  line-height: 25px;
}
.cid-u19Y4x4cL1 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-u19Y4x4cL1 .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-u19Y4x4cL1 .widget__number {
  margin-bottom: 8px;
}
.cid-u19Y4x4cL1 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u19Y4x4cL1 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u19Y4x4cL1 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u19Y4x4cL1 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u19Y4x4cL1 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u19Y4x4cL1 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u19Y4x4cL1 .mbr-media {
  display: inline-block;
}
.cid-u19Y4x4cL1 .mbr-figure {
  align-self: flex-start;
}
.cid-u19Y4x4cL1 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u19Y4x4cL1 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u19Y4x4cL1 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u19Y4x4cL1 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u19Y4x4cL1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u19Y4x4cL1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u19Y4x4cL1 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u19Y4x4cL1 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u19Y4x4cL1 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u19Y4x4cL1 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u19Y4x4cL1 .date__block {
    margin-top: 50px;
  }
  .cid-u19Y4x4cL1 .mbr-section-title {
    line-height: 1;
  }
  .cid-u19Y4x4cL1 .push__top {
    padding-top: 30px;
  }
  .cid-u19Y4x4cL1 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u19Y4x4cL1 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u19Y4x4cL1 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u19Y4x4cL1 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u19Y4x4cL1 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u19Y4x4cL1 .title__block {
    width: 100%;
  }
  .cid-u19Y4x4cL1 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u19Y4x4cL1 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u19Y4x4cL1 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u19Y4x4cL1 .divider {
    margin-bottom: 10px;
  }
  .cid-u19Y4x4cL1 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u19Y4x4cL1 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u19Y4x4cL1 .mbr-figure {
  color: #ffffff;
}
.cid-u1EUKirpbu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u1EUKirpbu .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-u1EUKirpbu .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u1EUKirpbu .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-u1EUKirpbu .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-u1EUKirpbu .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-u1EUKirpbu .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-u1EUKirpbu .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-u1EUKirpbu .carousel-indicators li.active {
  background: #ddc499;
}
.cid-u1EUKirpbu .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-u1EUKirpbu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-u1EUKirpbu .mbr-text,
.cid-u1EUKirpbu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u1EUKirpbu H3 {
  text-align: left;
}
.cid-u1EUKirpbu .author,
.cid-u1EUKirpbu .box {
  font-style: italic;
}
.cid-u1EUKirpbu .author {
  color: #9A948D;
}
.cid-u1EUKirpbu .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-u1EUKirpbu .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-u1EUKirpbu .mbr-iconfont {
    display: none;
  }
}
.cid-u19Y4ydERF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u19Y4ydERF .title__block {
  padding: 50px 15px;
}
.cid-u19Y4ydERF .image {
  display: block;
  position: relative;
}
.cid-u19Y4ydERF .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u19Y4ydERF .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u19Y4ydERF .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u19Y4ydERF .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u19Y4ydERF .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u19Y4ydERF .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u19Y4ydERF .widget .widget__text {
  margin: 5px 0;
}
.cid-u19Y4ydERF .mbr-section-btn {
  margin-top: 20px;
}
.cid-u19Y4ydERF .btn {
  margin-top: 0;
}
.cid-u19Y4ydERF .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u19Y4ydERF .mbr-media {
  display: inline-block;
}
.cid-u19Y4ydERF .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u19Y4ydERF .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u19Y4ydERF .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u19Y4ydERF .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u19Y4ydERF .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u19Y4ydERF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u19Y4ydERF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u19Y4ydERF .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u19Y4ydERF a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u19Y4ydERF a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u19Y4ydERF .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u19Y4ydERF .image {
    padding: 0;
  }
  .cid-u19Y4ydERF .container,
  .cid-u19Y4ydERF .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u19Y4ydERF .widget {
    margin-left: 0;
  }
  .cid-u19Y4ydERF .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u19Y4ydERF a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u19Y4ydERF .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u19Y4ydERF .image img {
    max-height: 400px;
  }
}
.cid-u1EUZUqzEa {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u1EUZUqzEa .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-u1EUZUqzEa .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u1EUZUqzEa .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-u1EUZUqzEa .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-u1EUZUqzEa .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-u1EUZUqzEa .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-u1EUZUqzEa .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-u1EUZUqzEa .carousel-indicators li.active {
  background: #ddc499;
}
.cid-u1EUZUqzEa .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-u1EUZUqzEa .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-u1EUZUqzEa .mbr-text,
.cid-u1EUZUqzEa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u1EUZUqzEa H3 {
  text-align: left;
}
.cid-u1EUZUqzEa .author,
.cid-u1EUZUqzEa .box {
  font-style: italic;
}
.cid-u1EUZUqzEa .author {
  color: #9A948D;
}
.cid-u1EUZUqzEa .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-u1EUZUqzEa .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-u1EUZUqzEa .mbr-iconfont {
    display: none;
  }
}
.cid-u19Y4z30TK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u19Y4z30TK img {
  width: 100%;
  object-fit: cover;
}
.cid-u19Y4z30TK .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u19Y4z30TK .img-card {
  justify-content: center;
}
.cid-u19Y4z30TK .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u19Y4z30TK .card-title {
  margin-bottom: 1.2rem;
}
.cid-u19Y4z30TK .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u19Y4z30TK .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u19Y4z30TK .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u19Y4z30TK .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u19Y4z30TK .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u19Y4z30TK .card-title,
.cid-u19Y4z30TK .card-box {
  color: #767676;
  text-align: center;
}
.cid-u19Y4z30TK H3 {
  color: #000000;
  text-align: center;
}
.cid-u1IwlTLp76 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u1IwlTLp76 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-u1IwlTLp76 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u1IwlTLp76 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-u1IwlTLp76 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-u1IwlTLp76 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-u1IwlTLp76 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-u1IwlTLp76 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-u1IwlTLp76 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-u1IwlTLp76 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-u1IwlTLp76 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-u1IwlTLp76 .mbr-text,
.cid-u1IwlTLp76 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u1IwlTLp76 H3 {
  text-align: left;
}
.cid-u1IwlTLp76 .author,
.cid-u1IwlTLp76 .box {
  font-style: italic;
}
.cid-u1IwlTLp76 .author {
  color: #9A948D;
}
.cid-u1IwlTLp76 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-u1IwlTLp76 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-u1IwlTLp76 .mbr-iconfont {
    display: none;
  }
}
.cid-u4uuxNPlgZ {
  background-image: url("../../../assets/images/francois-ferrero-726x818.jpg");
  position: relative;
  overflow: hidden;
}
.cid-u4uuxNPlgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4uuxNPlgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4uuxNPlgZ.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-u4uuxNPlgZ .container {
  position: static;
  margin: auto auto 0;
}
.cid-u4uuxNPlgZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-u4uuxNPlgZ .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u4uuxNPlgZ .text-box {
  position: relative;
}
.cid-u4uuxNPlgZ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-u4uuxNPlgZ .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-u4uuxNPlgZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-u4uuxNPlgZ .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-u4uuxNPlgZ .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-u4uuxNPlgZ .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-u4uuxNPlgZ .video-col {
    top: 30%;
  }
}
.cid-u4uuxNPlgZ .mbr-media {
  position: relative;
}
.cid-u4uuxNPlgZ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u4uuxNPlgZ .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u4uuxNPlgZ .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-u4uuxNPlgZ .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-u4uuxNPlgZ .video-icon-bg-box a {
  padding: 50px;
}
.cid-u4uuxNPlgZ .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-u4uuxNPlgZ .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-u4uuxNPlgZ .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-u4uuxNPlgZ .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-u4uuxNPlgZ .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-u4uuxNPlgZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-u4uuxNPlgZ .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-u4uuxNPlgZ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-u4uuxNPlgZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u4uuxNPlgZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u4uuxNPlgZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u4uuxNPlgZ .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-u4uuxNPlgZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u19Y4Aa0Qf .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u19Y4Aa0Qf .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u19Y4Aa0Qf .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u19Y4Aa0Qf .title__address {
  margin-bottom: 20px;
}
.cid-u19Y4Aa0Qf .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u19Y4Aa0Qf .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u19Y4Aa0Qf .mbr-section-btn {
  margin-top: 40px;
}
.cid-u19Y4Aa0Qf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u19Y4Aa0Qf .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u19Y4Aa0Qf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u19Y4Aa0Qf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u19Y4Aa0Qf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u19Y4Aa0Qf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u19Y4Aa0Qf .container {
    max-width: 100%;
  }
  .cid-u19Y4Aa0Qf .container .row {
    margin: 0;
  }
  .cid-u19Y4Aa0Qf .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u19Y4Aa0Qf .title__address,
.cid-u19Y4Aa0Qf .mbr-section-btn {
  color: #ffffff;
}
.cid-u19Y4Aa0Qf .work__time {
  color: #ffffff;
}
.cid-u1a0jBVpYd {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1a0jBVpYd .nav-item,
.cid-u1a0jBVpYd .nav-link,
.cid-u1a0jBVpYd .navbar-caption {
  font-weight: normal;
}
.cid-u1a0jBVpYd .navbar-nav {
  counter-reset: number;
}
.cid-u1a0jBVpYd .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1a0jBVpYd .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1a0jBVpYd .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1a0jBVpYd .btn {
    white-space: nowrap;
  }
  .cid-u1a0jBVpYd .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1a0jBVpYd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1a0jBVpYd .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1a0jBVpYd .dropdown-toggle::after,
  .cid-u1a0jBVpYd .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1a0jBVpYd .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a0jBVpYd .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a0jBVpYd .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1a0jBVpYd .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a0jBVpYd .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1a0jBVpYd .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1a0jBVpYd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1a0jBVpYd .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1a0jBVpYd .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1a0jBVpYd .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1a0jBVpYd .nav-item:focus,
.cid-u1a0jBVpYd .nav-link:focus {
  outline: none;
}
.cid-u1a0jBVpYd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1a0jBVpYd .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1a0jBVpYd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1a0jBVpYd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1a0jBVpYd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1a0jBVpYd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1a0jBVpYd ul.navbar-nav li {
  margin: auto;
}
.cid-u1a0jBVpYd .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1a0jBVpYd .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1a0jBVpYd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1a0jBVpYd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1a0jBVpYd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1a0jBVpYd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1a0jBVpYd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1a0jBVpYd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1a0jBVpYd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1a0jBVpYd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1a0jBVpYd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1a0jBVpYd .navbar .container-fluid,
  .cid-u1a0jBVpYd .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1a0jBVpYd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1a0jBVpYd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1a0jBVpYd .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1a0jBVpYd .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1a0jBVpYd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1a0jBVpYd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1a0jBVpYd .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1a0jBVpYd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1a0jBVpYd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1a0jBVpYd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1a0jBVpYd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1a0jBVpYd .dropdown-item.active,
.cid-u1a0jBVpYd .dropdown-item:active {
  background-color: transparent;
}
.cid-u1a0jBVpYd .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1a0jBVpYd .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1a0jBVpYd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1a0jBVpYd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1a0jBVpYd .navbar-buttons {
  text-align: center;
}
.cid-u1a0jBVpYd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1a0jBVpYd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1a0jBVpYd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1a0jBVpYd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a0jBVpYd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a0jBVpYd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1a0jBVpYd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a0jBVpYd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1a0jBVpYd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1a0jBVpYd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a0jBVpYd .navbar-dropdown {
  position: absolute;
}
.cid-u1a0jBVpYd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a0jBVpYd a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1a0jBVpYd .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1a0jBVpYd .navbar {
    height: 77px;
  }
  .cid-u1a0jBVpYd .navbar.opened {
    height: auto;
  }
  .cid-u1a0jBVpYd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1a0jCknpd {
  background-image: url("../../../assets/images/whatsapp-image-2024-03-04-at-22.03.35-1024x683.jpg");
}
.cid-u1a0jCknpd .push__top {
  padding-top: 80px;
}
.cid-u1a0jCknpd .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u1a0jCknpd .title__block {
  width: 70%;
}
.cid-u1a0jCknpd .mbr-section-subtitle,
.cid-u1a0jCknpd .bottom__about__text,
.cid-u1a0jCknpd .bottom__subtitle {
  line-height: 25px;
}
.cid-u1a0jCknpd .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-u1a0jCknpd .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-u1a0jCknpd .widget__number {
  margin-bottom: 8px;
}
.cid-u1a0jCknpd .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u1a0jCknpd .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u1a0jCknpd .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1a0jCknpd .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u1a0jCknpd .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u1a0jCknpd .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a0jCknpd .mbr-media {
  display: inline-block;
}
.cid-u1a0jCknpd .mbr-figure {
  align-self: flex-start;
}
.cid-u1a0jCknpd .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u1a0jCknpd .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a0jCknpd .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a0jCknpd .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a0jCknpd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a0jCknpd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a0jCknpd .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a0jCknpd a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a0jCknpd a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1a0jCknpd .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u1a0jCknpd .date__block {
    margin-top: 50px;
  }
  .cid-u1a0jCknpd .mbr-section-title {
    line-height: 1;
  }
  .cid-u1a0jCknpd .push__top {
    padding-top: 30px;
  }
  .cid-u1a0jCknpd .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u1a0jCknpd .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u1a0jCknpd .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u1a0jCknpd .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u1a0jCknpd .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u1a0jCknpd .title__block {
    width: 100%;
  }
  .cid-u1a0jCknpd .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u1a0jCknpd .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u1a0jCknpd .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u1a0jCknpd .divider {
    margin-bottom: 10px;
  }
  .cid-u1a0jCknpd a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a0jCknpd .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u1a0jCknpd .mbr-figure {
  color: #ffffff;
}
.cid-u1a0jDYEAc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1a0jDYEAc img {
  width: 100%;
  object-fit: cover;
}
.cid-u1a0jDYEAc .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1a0jDYEAc .img-card {
  justify-content: center;
}
.cid-u1a0jDYEAc .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1a0jDYEAc .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1a0jDYEAc .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1a0jDYEAc .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1a0jDYEAc .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1a0jDYEAc .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1a0jDYEAc .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1a0jDYEAc .card-title,
.cid-u1a0jDYEAc .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1a0jDYEAc H3 {
  color: #000000;
  text-align: center;
}
.cid-u64QlWRroP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u64QlWRroP img {
  width: 100%;
  object-fit: cover;
}
.cid-u64QlWRroP .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u64QlWRroP .img-card {
  justify-content: center;
}
.cid-u64QlWRroP .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u64QlWRroP .card-title {
  margin-bottom: 1.2rem;
}
.cid-u64QlWRroP .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u64QlWRroP .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u64QlWRroP .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u64QlWRroP .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u64QlWRroP .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u64QlWRroP .card-title,
.cid-u64QlWRroP .card-box {
  color: #767676;
  text-align: center;
}
.cid-u64QlWRroP H3 {
  color: #000000;
  text-align: center;
}
.cid-u1a0jDgf4A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u1a0jDgf4A .title__block {
  padding: 50px 15px;
}
.cid-u1a0jDgf4A .image {
  display: block;
  position: relative;
}
.cid-u1a0jDgf4A .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u1a0jDgf4A .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u1a0jDgf4A .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u1a0jDgf4A .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u1a0jDgf4A .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u1a0jDgf4A .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u1a0jDgf4A .widget .widget__text {
  margin: 5px 0;
}
.cid-u1a0jDgf4A .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1a0jDgf4A .btn {
  margin-top: 0;
}
.cid-u1a0jDgf4A .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a0jDgf4A .mbr-media {
  display: inline-block;
}
.cid-u1a0jDgf4A .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u1a0jDgf4A .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u1a0jDgf4A .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a0jDgf4A .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a0jDgf4A .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a0jDgf4A .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a0jDgf4A .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a0jDgf4A .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a0jDgf4A a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a0jDgf4A a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u1a0jDgf4A .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u1a0jDgf4A .image {
    padding: 0;
  }
  .cid-u1a0jDgf4A .container,
  .cid-u1a0jDgf4A .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1a0jDgf4A .widget {
    margin-left: 0;
  }
  .cid-u1a0jDgf4A .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u1a0jDgf4A a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a0jDgf4A .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u1a0jDgf4A .image img {
    max-height: 400px;
  }
}
.cid-u1a0jDgf4A .mbr-text,
.cid-u1a0jDgf4A .mbr-section-btn {
  text-align: center;
}
.cid-u1a0jEjL63 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u1a0jEjL63 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u1a0jEjL63 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u1a0jEjL63 .title__address {
  margin-bottom: 20px;
}
.cid-u1a0jEjL63 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u1a0jEjL63 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u1a0jEjL63 .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1a0jEjL63 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u1a0jEjL63 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u1a0jEjL63 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1a0jEjL63 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1a0jEjL63 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1a0jEjL63 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1a0jEjL63 .container {
    max-width: 100%;
  }
  .cid-u1a0jEjL63 .container .row {
    margin: 0;
  }
  .cid-u1a0jEjL63 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u1a0jEjL63 .title__address,
.cid-u1a0jEjL63 .mbr-section-btn {
  color: #ffffff;
}
.cid-u1a0jEjL63 .work__time {
  color: #ffffff;
}
.cid-u1a1MWnF9q {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1a1MWnF9q .nav-item,
.cid-u1a1MWnF9q .nav-link,
.cid-u1a1MWnF9q .navbar-caption {
  font-weight: normal;
}
.cid-u1a1MWnF9q .navbar-nav {
  counter-reset: number;
}
.cid-u1a1MWnF9q .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1a1MWnF9q .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1a1MWnF9q .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1a1MWnF9q .btn {
    white-space: nowrap;
  }
  .cid-u1a1MWnF9q .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1a1MWnF9q .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1a1MWnF9q .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1a1MWnF9q .dropdown-toggle::after,
  .cid-u1a1MWnF9q .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1a1MWnF9q .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a1MWnF9q .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a1MWnF9q .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1a1MWnF9q .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a1MWnF9q .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1a1MWnF9q .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1a1MWnF9q .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1a1MWnF9q .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1a1MWnF9q .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1a1MWnF9q .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1a1MWnF9q .nav-item:focus,
.cid-u1a1MWnF9q .nav-link:focus {
  outline: none;
}
.cid-u1a1MWnF9q .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1a1MWnF9q .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1a1MWnF9q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1a1MWnF9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1a1MWnF9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1a1MWnF9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1a1MWnF9q ul.navbar-nav li {
  margin: auto;
}
.cid-u1a1MWnF9q .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1a1MWnF9q .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1a1MWnF9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1a1MWnF9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1a1MWnF9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1a1MWnF9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1a1MWnF9q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1a1MWnF9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1a1MWnF9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1a1MWnF9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1a1MWnF9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1a1MWnF9q .navbar .container-fluid,
  .cid-u1a1MWnF9q .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1a1MWnF9q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1a1MWnF9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1a1MWnF9q .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1a1MWnF9q .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1a1MWnF9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1a1MWnF9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1a1MWnF9q .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1a1MWnF9q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1a1MWnF9q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1a1MWnF9q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1a1MWnF9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1a1MWnF9q .dropdown-item.active,
.cid-u1a1MWnF9q .dropdown-item:active {
  background-color: transparent;
}
.cid-u1a1MWnF9q .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1a1MWnF9q .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1a1MWnF9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1a1MWnF9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1a1MWnF9q .navbar-buttons {
  text-align: center;
}
.cid-u1a1MWnF9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1a1MWnF9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1a1MWnF9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1a1MWnF9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a1MWnF9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a1MWnF9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1a1MWnF9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a1MWnF9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1a1MWnF9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1a1MWnF9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a1MWnF9q .navbar-dropdown {
  position: absolute;
}
.cid-u1a1MWnF9q a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a1MWnF9q a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1a1MWnF9q .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1a1MWnF9q .navbar {
    height: 77px;
  }
  .cid-u1a1MWnF9q .navbar.opened {
    height: auto;
  }
  .cid-u1a1MWnF9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1a1MWM02T {
  background-image: url("../../../assets/images/gpe-2388-copie-1200x800.jpeg");
}
.cid-u1a1MWM02T .push__top {
  padding-top: 80px;
}
.cid-u1a1MWM02T .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u1a1MWM02T .title__block {
  width: 70%;
}
.cid-u1a1MWM02T .mbr-section-subtitle,
.cid-u1a1MWM02T .bottom__about__text,
.cid-u1a1MWM02T .bottom__subtitle {
  line-height: 25px;
}
.cid-u1a1MWM02T .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-u1a1MWM02T .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-u1a1MWM02T .widget__number {
  margin-bottom: 8px;
}
.cid-u1a1MWM02T .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u1a1MWM02T .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u1a1MWM02T .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1a1MWM02T .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u1a1MWM02T .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u1a1MWM02T .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a1MWM02T .mbr-media {
  display: inline-block;
}
.cid-u1a1MWM02T .mbr-figure {
  align-self: flex-start;
}
.cid-u1a1MWM02T .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u1a1MWM02T .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a1MWM02T .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a1MWM02T .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a1MWM02T .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a1MWM02T .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a1MWM02T .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a1MWM02T a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a1MWM02T a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1a1MWM02T .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u1a1MWM02T .date__block {
    margin-top: 50px;
  }
  .cid-u1a1MWM02T .mbr-section-title {
    line-height: 1;
  }
  .cid-u1a1MWM02T .push__top {
    padding-top: 30px;
  }
  .cid-u1a1MWM02T .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u1a1MWM02T .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u1a1MWM02T .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u1a1MWM02T .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u1a1MWM02T .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u1a1MWM02T .title__block {
    width: 100%;
  }
  .cid-u1a1MWM02T .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u1a1MWM02T .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u1a1MWM02T .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u1a1MWM02T .divider {
    margin-bottom: 10px;
  }
  .cid-u1a1MWM02T a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a1MWM02T .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u1a1MWM02T .mbr-figure {
  color: #ffffff;
}
.cid-u1a1MXI0wL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u1a1MXI0wL .title__block {
  padding: 50px 15px;
}
.cid-u1a1MXI0wL .image {
  display: block;
  position: relative;
}
.cid-u1a1MXI0wL .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u1a1MXI0wL .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u1a1MXI0wL .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u1a1MXI0wL .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u1a1MXI0wL .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u1a1MXI0wL .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u1a1MXI0wL .widget .widget__text {
  margin: 5px 0;
}
.cid-u1a1MXI0wL .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1a1MXI0wL .btn {
  margin-top: 0;
}
.cid-u1a1MXI0wL .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a1MXI0wL .mbr-media {
  display: inline-block;
}
.cid-u1a1MXI0wL .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u1a1MXI0wL .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u1a1MXI0wL .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a1MXI0wL .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a1MXI0wL .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a1MXI0wL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a1MXI0wL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a1MXI0wL .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a1MXI0wL a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a1MXI0wL a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u1a1MXI0wL .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u1a1MXI0wL .image {
    padding: 0;
  }
  .cid-u1a1MXI0wL .container,
  .cid-u1a1MXI0wL .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1a1MXI0wL .widget {
    margin-left: 0;
  }
  .cid-u1a1MXI0wL .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u1a1MXI0wL a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a1MXI0wL .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u1a1MXI0wL .image img {
    max-height: 400px;
  }
}
.cid-u1a1MXI0wL .mbr-text,
.cid-u1a1MXI0wL .mbr-section-btn {
  text-align: center;
}
.cid-u1a1MYF6PN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1a1MYF6PN img {
  width: 100%;
  object-fit: cover;
}
.cid-u1a1MYF6PN .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1a1MYF6PN .img-card {
  justify-content: center;
}
.cid-u1a1MYF6PN .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1a1MYF6PN .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1a1MYF6PN .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1a1MYF6PN .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1a1MYF6PN .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1a1MYF6PN .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1a1MYF6PN .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1a1MYF6PN .card-title,
.cid-u1a1MYF6PN .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1a1MYF6PN H3 {
  color: #000000;
  text-align: center;
}
.cid-ubwppjtr55 {
  background-image: url("../../../assets/images/alend-saadi-706x647.jpg");
  position: relative;
  overflow: hidden;
}
.cid-ubwppjtr55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwppjtr55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubwppjtr55.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-ubwppjtr55 .container {
  position: static;
  margin: auto auto 0;
}
.cid-ubwppjtr55 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ubwppjtr55 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ubwppjtr55 .text-box {
  position: relative;
}
.cid-ubwppjtr55 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-ubwppjtr55 .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-ubwppjtr55 .mbr-section-btn {
  margin-top: 30px;
}
.cid-ubwppjtr55 .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-ubwppjtr55 .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-ubwppjtr55 .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-ubwppjtr55 .video-col {
    top: 30%;
  }
}
.cid-ubwppjtr55 .mbr-media {
  position: relative;
}
.cid-ubwppjtr55 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ubwppjtr55 .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ubwppjtr55 .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-ubwppjtr55 .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-ubwppjtr55 .video-icon-bg-box a {
  padding: 50px;
}
.cid-ubwppjtr55 .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-ubwppjtr55 .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-ubwppjtr55 .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-ubwppjtr55 .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-ubwppjtr55 .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-ubwppjtr55 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-ubwppjtr55 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-ubwppjtr55 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ubwppjtr55 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubwppjtr55 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubwppjtr55 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubwppjtr55 .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-ubwppjtr55 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1a1MZ8ngS .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u1a1MZ8ngS .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u1a1MZ8ngS .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u1a1MZ8ngS .title__address {
  margin-bottom: 20px;
}
.cid-u1a1MZ8ngS .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u1a1MZ8ngS .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u1a1MZ8ngS .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1a1MZ8ngS .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u1a1MZ8ngS .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u1a1MZ8ngS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1a1MZ8ngS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1a1MZ8ngS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1a1MZ8ngS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1a1MZ8ngS .container {
    max-width: 100%;
  }
  .cid-u1a1MZ8ngS .container .row {
    margin: 0;
  }
  .cid-u1a1MZ8ngS .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u1a1MZ8ngS .title__address,
.cid-u1a1MZ8ngS .mbr-section-btn {
  color: #ffffff;
}
.cid-u1a1MZ8ngS .work__time {
  color: #ffffff;
}
.cid-u1a4CdsTPG {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1a4CdsTPG .nav-item,
.cid-u1a4CdsTPG .nav-link,
.cid-u1a4CdsTPG .navbar-caption {
  font-weight: normal;
}
.cid-u1a4CdsTPG .navbar-nav {
  counter-reset: number;
}
.cid-u1a4CdsTPG .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1a4CdsTPG .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1a4CdsTPG .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1a4CdsTPG .btn {
    white-space: nowrap;
  }
  .cid-u1a4CdsTPG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1a4CdsTPG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1a4CdsTPG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1a4CdsTPG .dropdown-toggle::after,
  .cid-u1a4CdsTPG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1a4CdsTPG .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a4CdsTPG .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a4CdsTPG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1a4CdsTPG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a4CdsTPG .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1a4CdsTPG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1a4CdsTPG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1a4CdsTPG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1a4CdsTPG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1a4CdsTPG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1a4CdsTPG .nav-item:focus,
.cid-u1a4CdsTPG .nav-link:focus {
  outline: none;
}
.cid-u1a4CdsTPG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1a4CdsTPG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1a4CdsTPG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1a4CdsTPG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1a4CdsTPG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1a4CdsTPG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1a4CdsTPG ul.navbar-nav li {
  margin: auto;
}
.cid-u1a4CdsTPG .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1a4CdsTPG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1a4CdsTPG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1a4CdsTPG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1a4CdsTPG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1a4CdsTPG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1a4CdsTPG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1a4CdsTPG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1a4CdsTPG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1a4CdsTPG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1a4CdsTPG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1a4CdsTPG .navbar .container-fluid,
  .cid-u1a4CdsTPG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1a4CdsTPG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1a4CdsTPG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1a4CdsTPG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1a4CdsTPG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1a4CdsTPG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1a4CdsTPG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1a4CdsTPG .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1a4CdsTPG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1a4CdsTPG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1a4CdsTPG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1a4CdsTPG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1a4CdsTPG .dropdown-item.active,
.cid-u1a4CdsTPG .dropdown-item:active {
  background-color: transparent;
}
.cid-u1a4CdsTPG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1a4CdsTPG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1a4CdsTPG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1a4CdsTPG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1a4CdsTPG .navbar-buttons {
  text-align: center;
}
.cid-u1a4CdsTPG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1a4CdsTPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1a4CdsTPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1a4CdsTPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a4CdsTPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a4CdsTPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1a4CdsTPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a4CdsTPG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1a4CdsTPG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1a4CdsTPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a4CdsTPG .navbar-dropdown {
  position: absolute;
}
.cid-u1a4CdsTPG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a4CdsTPG a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1a4CdsTPG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1a4CdsTPG .navbar {
    height: 77px;
  }
  .cid-u1a4CdsTPG .navbar.opened {
    height: auto;
  }
  .cid-u1a4CdsTPG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1a4CdNSoX {
  background-image: url("../../../assets/images/screenshot-2024-01-15-at-23.05.46-2000x1171.png");
}
.cid-u1a4CdNSoX .push__top {
  padding-top: 80px;
}
.cid-u1a4CdNSoX .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u1a4CdNSoX .title__block {
  width: 70%;
}
.cid-u1a4CdNSoX .mbr-section-subtitle,
.cid-u1a4CdNSoX .bottom__about__text,
.cid-u1a4CdNSoX .bottom__subtitle {
  line-height: 25px;
}
.cid-u1a4CdNSoX .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-u1a4CdNSoX .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-u1a4CdNSoX .widget__number {
  margin-bottom: 8px;
}
.cid-u1a4CdNSoX .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u1a4CdNSoX .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u1a4CdNSoX .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1a4CdNSoX .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u1a4CdNSoX .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u1a4CdNSoX .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a4CdNSoX .mbr-media {
  display: inline-block;
}
.cid-u1a4CdNSoX .mbr-figure {
  align-self: flex-start;
}
.cid-u1a4CdNSoX .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u1a4CdNSoX .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a4CdNSoX .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a4CdNSoX .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a4CdNSoX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a4CdNSoX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a4CdNSoX .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a4CdNSoX a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a4CdNSoX a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1a4CdNSoX .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u1a4CdNSoX .date__block {
    margin-top: 50px;
  }
  .cid-u1a4CdNSoX .mbr-section-title {
    line-height: 1;
  }
  .cid-u1a4CdNSoX .push__top {
    padding-top: 30px;
  }
  .cid-u1a4CdNSoX .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u1a4CdNSoX .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u1a4CdNSoX .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u1a4CdNSoX .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u1a4CdNSoX .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u1a4CdNSoX .title__block {
    width: 100%;
  }
  .cid-u1a4CdNSoX .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u1a4CdNSoX .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u1a4CdNSoX .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u1a4CdNSoX .divider {
    margin-bottom: 10px;
  }
  .cid-u1a4CdNSoX a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a4CdNSoX .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u1a4CdNSoX .mbr-figure {
  color: #ffffff;
}
.cid-u1a4CeJUL4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u1a4CeJUL4 .title__block {
  padding: 50px 15px;
}
.cid-u1a4CeJUL4 .image {
  display: block;
  position: relative;
}
.cid-u1a4CeJUL4 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u1a4CeJUL4 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u1a4CeJUL4 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u1a4CeJUL4 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u1a4CeJUL4 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u1a4CeJUL4 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u1a4CeJUL4 .widget .widget__text {
  margin: 5px 0;
}
.cid-u1a4CeJUL4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1a4CeJUL4 .btn {
  margin-top: 0;
}
.cid-u1a4CeJUL4 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a4CeJUL4 .mbr-media {
  display: inline-block;
}
.cid-u1a4CeJUL4 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u1a4CeJUL4 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u1a4CeJUL4 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a4CeJUL4 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a4CeJUL4 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a4CeJUL4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a4CeJUL4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a4CeJUL4 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a4CeJUL4 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a4CeJUL4 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u1a4CeJUL4 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u1a4CeJUL4 .image {
    padding: 0;
  }
  .cid-u1a4CeJUL4 .container,
  .cid-u1a4CeJUL4 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1a4CeJUL4 .widget {
    margin-left: 0;
  }
  .cid-u1a4CeJUL4 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u1a4CeJUL4 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a4CeJUL4 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u1a4CeJUL4 .image img {
    max-height: 400px;
  }
}
.cid-u1a4CeJUL4 .mbr-text,
.cid-u1a4CeJUL4 .mbr-section-btn {
  text-align: center;
}
.cid-u1a4CfmOQS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1a4CfmOQS img {
  width: 100%;
  object-fit: cover;
}
.cid-u1a4CfmOQS .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1a4CfmOQS .img-card {
  justify-content: center;
}
.cid-u1a4CfmOQS .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1a4CfmOQS .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1a4CfmOQS .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1a4CfmOQS .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1a4CfmOQS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1a4CfmOQS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1a4CfmOQS .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1a4CfmOQS .card-title,
.cid-u1a4CfmOQS .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1a4CfmOQS H3 {
  color: #000000;
  text-align: center;
}
.cid-u1a4CfOqAx .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u1a4CfOqAx .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u1a4CfOqAx .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u1a4CfOqAx .title__address {
  margin-bottom: 20px;
}
.cid-u1a4CfOqAx .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u1a4CfOqAx .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u1a4CfOqAx .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1a4CfOqAx .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u1a4CfOqAx .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u1a4CfOqAx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1a4CfOqAx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1a4CfOqAx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1a4CfOqAx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1a4CfOqAx .container {
    max-width: 100%;
  }
  .cid-u1a4CfOqAx .container .row {
    margin: 0;
  }
  .cid-u1a4CfOqAx .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u1a4CfOqAx .title__address,
.cid-u1a4CfOqAx .mbr-section-btn {
  color: #ffffff;
}
.cid-u1a4CfOqAx .work__time {
  color: #ffffff;
}
.cid-u1a7qGGTIG {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1a7qGGTIG .nav-item,
.cid-u1a7qGGTIG .nav-link,
.cid-u1a7qGGTIG .navbar-caption {
  font-weight: normal;
}
.cid-u1a7qGGTIG .navbar-nav {
  counter-reset: number;
}
.cid-u1a7qGGTIG .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1a7qGGTIG .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1a7qGGTIG .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1a7qGGTIG .btn {
    white-space: nowrap;
  }
  .cid-u1a7qGGTIG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1a7qGGTIG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1a7qGGTIG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1a7qGGTIG .dropdown-toggle::after,
  .cid-u1a7qGGTIG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1a7qGGTIG .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a7qGGTIG .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a7qGGTIG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1a7qGGTIG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a7qGGTIG .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1a7qGGTIG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1a7qGGTIG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1a7qGGTIG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1a7qGGTIG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1a7qGGTIG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1a7qGGTIG .nav-item:focus,
.cid-u1a7qGGTIG .nav-link:focus {
  outline: none;
}
.cid-u1a7qGGTIG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1a7qGGTIG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1a7qGGTIG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1a7qGGTIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1a7qGGTIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1a7qGGTIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1a7qGGTIG ul.navbar-nav li {
  margin: auto;
}
.cid-u1a7qGGTIG .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1a7qGGTIG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1a7qGGTIG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1a7qGGTIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1a7qGGTIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1a7qGGTIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1a7qGGTIG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1a7qGGTIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1a7qGGTIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1a7qGGTIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1a7qGGTIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1a7qGGTIG .navbar .container-fluid,
  .cid-u1a7qGGTIG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1a7qGGTIG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1a7qGGTIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1a7qGGTIG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1a7qGGTIG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1a7qGGTIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1a7qGGTIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1a7qGGTIG .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1a7qGGTIG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1a7qGGTIG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1a7qGGTIG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1a7qGGTIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1a7qGGTIG .dropdown-item.active,
.cid-u1a7qGGTIG .dropdown-item:active {
  background-color: transparent;
}
.cid-u1a7qGGTIG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1a7qGGTIG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1a7qGGTIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1a7qGGTIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1a7qGGTIG .navbar-buttons {
  text-align: center;
}
.cid-u1a7qGGTIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1a7qGGTIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1a7qGGTIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1a7qGGTIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a7qGGTIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a7qGGTIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1a7qGGTIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a7qGGTIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1a7qGGTIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1a7qGGTIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a7qGGTIG .navbar-dropdown {
  position: absolute;
}
.cid-u1a7qGGTIG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a7qGGTIG a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1a7qGGTIG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1a7qGGTIG .navbar {
    height: 77px;
  }
  .cid-u1a7qGGTIG .navbar.opened {
    height: auto;
  }
  .cid-u1a7qGGTIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1a7qHh9E9 {
  background-image: url("../../../assets/images/detailed-v42x-1400x788.jpg");
}
.cid-u1a7qHh9E9 .push__top {
  padding-top: 80px;
}
.cid-u1a7qHh9E9 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u1a7qHh9E9 .title__block {
  width: 70%;
}
.cid-u1a7qHh9E9 .mbr-section-subtitle,
.cid-u1a7qHh9E9 .bottom__about__text,
.cid-u1a7qHh9E9 .bottom__subtitle {
  line-height: 25px;
}
.cid-u1a7qHh9E9 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-u1a7qHh9E9 .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-u1a7qHh9E9 .widget__number {
  margin-bottom: 8px;
}
.cid-u1a7qHh9E9 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u1a7qHh9E9 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u1a7qHh9E9 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1a7qHh9E9 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u1a7qHh9E9 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u1a7qHh9E9 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a7qHh9E9 .mbr-media {
  display: inline-block;
}
.cid-u1a7qHh9E9 .mbr-figure {
  align-self: flex-start;
}
.cid-u1a7qHh9E9 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u1a7qHh9E9 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a7qHh9E9 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a7qHh9E9 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a7qHh9E9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a7qHh9E9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a7qHh9E9 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a7qHh9E9 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a7qHh9E9 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1a7qHh9E9 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u1a7qHh9E9 .date__block {
    margin-top: 50px;
  }
  .cid-u1a7qHh9E9 .mbr-section-title {
    line-height: 1;
  }
  .cid-u1a7qHh9E9 .push__top {
    padding-top: 30px;
  }
  .cid-u1a7qHh9E9 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u1a7qHh9E9 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u1a7qHh9E9 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u1a7qHh9E9 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u1a7qHh9E9 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u1a7qHh9E9 .title__block {
    width: 100%;
  }
  .cid-u1a7qHh9E9 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u1a7qHh9E9 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u1a7qHh9E9 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u1a7qHh9E9 .divider {
    margin-bottom: 10px;
  }
  .cid-u1a7qHh9E9 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a7qHh9E9 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u1a7qHh9E9 .mbr-figure {
  color: #ffffff;
}
.cid-u1a7qNKosB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u1a7qNKosB .title__block {
  padding: 50px 15px;
}
.cid-u1a7qNKosB .image {
  display: block;
  position: relative;
}
.cid-u1a7qNKosB .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u1a7qNKosB .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u1a7qNKosB .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u1a7qNKosB .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u1a7qNKosB .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u1a7qNKosB .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u1a7qNKosB .widget .widget__text {
  margin: 5px 0;
}
.cid-u1a7qNKosB .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1a7qNKosB .btn {
  margin-top: 0;
}
.cid-u1a7qNKosB .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a7qNKosB .mbr-media {
  display: inline-block;
}
.cid-u1a7qNKosB .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u1a7qNKosB .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u1a7qNKosB .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a7qNKosB .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a7qNKosB .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a7qNKosB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a7qNKosB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a7qNKosB .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a7qNKosB a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a7qNKosB a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u1a7qNKosB .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u1a7qNKosB .image {
    padding: 0;
  }
  .cid-u1a7qNKosB .container,
  .cid-u1a7qNKosB .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1a7qNKosB .widget {
    margin-left: 0;
  }
  .cid-u1a7qNKosB .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u1a7qNKosB a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a7qNKosB .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u1a7qNKosB .image img {
    max-height: 400px;
  }
}
.cid-u1a7qNKosB .mbr-text,
.cid-u1a7qNKosB .mbr-section-btn {
  text-align: center;
}
.cid-u1a7qPEaBB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1a7qPEaBB img {
  width: 100%;
  object-fit: cover;
}
.cid-u1a7qPEaBB .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1a7qPEaBB .img-card {
  justify-content: center;
}
.cid-u1a7qPEaBB .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1a7qPEaBB .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1a7qPEaBB .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1a7qPEaBB .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1a7qPEaBB .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1a7qPEaBB .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1a7qPEaBB .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1a7qPEaBB .card-title,
.cid-u1a7qPEaBB .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1a7qPEaBB H3 {
  color: #000000;
  text-align: center;
}
.cid-unk5SqJ8Ob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unk5SqJ8Ob .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-unk5SqJ8Ob .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-unk5SqJ8Ob .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unk5SqJ8Ob .container {
    padding: 0 20px;
  }
}
.cid-unk5SqJ8Ob .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-unk5SqJ8Ob .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-unk5SqJ8Ob .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unk5SqJ8Ob .embla__slide .slide-content {
  width: 100%;
}
.cid-unk5SqJ8Ob .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-unk5SqJ8Ob .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-unk5SqJ8Ob .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-unk5SqJ8Ob .embla__button--next,
.cid-unk5SqJ8Ob .embla__button--prev {
  display: flex;
}
.cid-unk5SqJ8Ob .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #17161a !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-unk5SqJ8Ob .embla__button:hover {
  opacity: .5 !important;
}
.cid-unk5SqJ8Ob .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-unk5SqJ8Ob .embla__button.embla__button--next {
  right: 0;
}
.cid-unk5SqJ8Ob .embla {
  position: relative;
  width: 100%;
}
.cid-unk5SqJ8Ob .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-unk5SqJ8Ob .embla__viewport {
    overflow: hidden ;
  }
}
.cid-unk5SqJ8Ob .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unk5SqJ8Ob .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unk5SqJ8Ob .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-us9G2ARv8q {
  background-color: #181817;
  position: relative;
  overflow: hidden;
}
.cid-us9G2ARv8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-us9G2ARv8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-us9G2ARv8q.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-us9G2ARv8q .container {
  position: static;
  margin: auto auto 0;
}
.cid-us9G2ARv8q .mbr-section-title {
  color: #FFFFFF;
}
.cid-us9G2ARv8q .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-us9G2ARv8q .text-box {
  position: relative;
}
.cid-us9G2ARv8q .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-us9G2ARv8q .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-us9G2ARv8q .mbr-section-btn {
  margin-top: 30px;
}
.cid-us9G2ARv8q .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-us9G2ARv8q .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-us9G2ARv8q .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-us9G2ARv8q .video-col {
    top: 30%;
  }
}
.cid-us9G2ARv8q .mbr-media {
  position: relative;
}
.cid-us9G2ARv8q .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-us9G2ARv8q .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-us9G2ARv8q .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-us9G2ARv8q .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-us9G2ARv8q .video-icon-bg-box a {
  padding: 50px;
}
.cid-us9G2ARv8q .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-us9G2ARv8q .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-us9G2ARv8q .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-us9G2ARv8q .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-us9G2ARv8q .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-us9G2ARv8q .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-us9G2ARv8q .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-us9G2ARv8q .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-us9G2ARv8q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-us9G2ARv8q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-us9G2ARv8q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-us9G2ARv8q .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-us9G2ARv8q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1a7qQEexb .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u1a7qQEexb .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u1a7qQEexb .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u1a7qQEexb .title__address {
  margin-bottom: 20px;
}
.cid-u1a7qQEexb .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u1a7qQEexb .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u1a7qQEexb .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1a7qQEexb .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u1a7qQEexb .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u1a7qQEexb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1a7qQEexb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1a7qQEexb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1a7qQEexb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1a7qQEexb .container {
    max-width: 100%;
  }
  .cid-u1a7qQEexb .container .row {
    margin: 0;
  }
  .cid-u1a7qQEexb .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u1a7qQEexb .title__address,
.cid-u1a7qQEexb .mbr-section-btn {
  color: #ffffff;
}
.cid-u1a7qQEexb .work__time {
  color: #ffffff;
}
.cid-u1a8DU55qG {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1a8DU55qG .nav-item,
.cid-u1a8DU55qG .nav-link,
.cid-u1a8DU55qG .navbar-caption {
  font-weight: normal;
}
.cid-u1a8DU55qG .navbar-nav {
  counter-reset: number;
}
.cid-u1a8DU55qG .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1a8DU55qG .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1a8DU55qG .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1a8DU55qG .btn {
    white-space: nowrap;
  }
  .cid-u1a8DU55qG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1a8DU55qG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1a8DU55qG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1a8DU55qG .dropdown-toggle::after,
  .cid-u1a8DU55qG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1a8DU55qG .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a8DU55qG .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a8DU55qG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1a8DU55qG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a8DU55qG .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1a8DU55qG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1a8DU55qG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1a8DU55qG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1a8DU55qG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1a8DU55qG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1a8DU55qG .nav-item:focus,
.cid-u1a8DU55qG .nav-link:focus {
  outline: none;
}
.cid-u1a8DU55qG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1a8DU55qG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1a8DU55qG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1a8DU55qG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1a8DU55qG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1a8DU55qG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1a8DU55qG ul.navbar-nav li {
  margin: auto;
}
.cid-u1a8DU55qG .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1a8DU55qG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1a8DU55qG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1a8DU55qG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1a8DU55qG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1a8DU55qG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1a8DU55qG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1a8DU55qG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1a8DU55qG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1a8DU55qG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1a8DU55qG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1a8DU55qG .navbar .container-fluid,
  .cid-u1a8DU55qG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1a8DU55qG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1a8DU55qG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1a8DU55qG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1a8DU55qG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1a8DU55qG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1a8DU55qG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1a8DU55qG .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1a8DU55qG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1a8DU55qG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1a8DU55qG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1a8DU55qG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1a8DU55qG .dropdown-item.active,
.cid-u1a8DU55qG .dropdown-item:active {
  background-color: transparent;
}
.cid-u1a8DU55qG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1a8DU55qG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1a8DU55qG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1a8DU55qG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1a8DU55qG .navbar-buttons {
  text-align: center;
}
.cid-u1a8DU55qG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1a8DU55qG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1a8DU55qG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1a8DU55qG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a8DU55qG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1a8DU55qG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1a8DU55qG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a8DU55qG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1a8DU55qG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1a8DU55qG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1a8DU55qG .navbar-dropdown {
  position: absolute;
}
.cid-u1a8DU55qG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1a8DU55qG a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1a8DU55qG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1a8DU55qG .navbar {
    height: 77px;
  }
  .cid-u1a8DU55qG .navbar.opened {
    height: auto;
  }
  .cid-u1a8DU55qG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1a8DUGPdt {
  background-image: url("../../../assets/images/unnamed-14-1350x759.jpg");
}
.cid-u1a8DUGPdt .push__top {
  padding-top: 80px;
}
.cid-u1a8DUGPdt .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u1a8DUGPdt .title__block {
  width: 70%;
}
.cid-u1a8DUGPdt .mbr-section-subtitle,
.cid-u1a8DUGPdt .bottom__about__text,
.cid-u1a8DUGPdt .bottom__subtitle {
  line-height: 25px;
}
.cid-u1a8DUGPdt .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-u1a8DUGPdt .mbr-section-title {
  line-height: 57px;
  color: #d90a2c;
  text-align: right;
}
.cid-u1a8DUGPdt .widget__number {
  margin-bottom: 8px;
}
.cid-u1a8DUGPdt .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u1a8DUGPdt .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u1a8DUGPdt .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1a8DUGPdt .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u1a8DUGPdt .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u1a8DUGPdt .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a8DUGPdt .mbr-media {
  display: inline-block;
}
.cid-u1a8DUGPdt .mbr-figure {
  align-self: flex-start;
}
.cid-u1a8DUGPdt .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u1a8DUGPdt .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a8DUGPdt .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a8DUGPdt .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a8DUGPdt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a8DUGPdt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a8DUGPdt .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a8DUGPdt a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a8DUGPdt a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1a8DUGPdt .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u1a8DUGPdt .date__block {
    margin-top: 50px;
  }
  .cid-u1a8DUGPdt .mbr-section-title {
    line-height: 1;
  }
  .cid-u1a8DUGPdt .push__top {
    padding-top: 30px;
  }
  .cid-u1a8DUGPdt .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u1a8DUGPdt .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u1a8DUGPdt .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u1a8DUGPdt .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u1a8DUGPdt .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u1a8DUGPdt .title__block {
    width: 100%;
  }
  .cid-u1a8DUGPdt .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u1a8DUGPdt .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u1a8DUGPdt .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u1a8DUGPdt .divider {
    margin-bottom: 10px;
  }
  .cid-u1a8DUGPdt a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a8DUGPdt .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u1a8DUGPdt .mbr-figure {
  color: #ffffff;
}
.cid-u1a8DWuj6b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u1a8DWuj6b .title__block {
  padding: 50px 15px;
}
.cid-u1a8DWuj6b .image {
  display: block;
  position: relative;
}
.cid-u1a8DWuj6b .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u1a8DWuj6b .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u1a8DWuj6b .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u1a8DWuj6b .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u1a8DWuj6b .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u1a8DWuj6b .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u1a8DWuj6b .widget .widget__text {
  margin: 5px 0;
}
.cid-u1a8DWuj6b .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1a8DWuj6b .btn {
  margin-top: 0;
}
.cid-u1a8DWuj6b .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1a8DWuj6b .mbr-media {
  display: inline-block;
}
.cid-u1a8DWuj6b .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u1a8DWuj6b .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u1a8DWuj6b .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1a8DWuj6b .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1a8DWuj6b .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1a8DWuj6b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1a8DWuj6b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1a8DWuj6b .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1a8DWuj6b a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1a8DWuj6b a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u1a8DWuj6b .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u1a8DWuj6b .image {
    padding: 0;
  }
  .cid-u1a8DWuj6b .container,
  .cid-u1a8DWuj6b .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1a8DWuj6b .widget {
    margin-left: 0;
  }
  .cid-u1a8DWuj6b .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u1a8DWuj6b a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1a8DWuj6b .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u1a8DWuj6b .image img {
    max-height: 400px;
  }
}
.cid-u1a8DWuj6b .mbr-text,
.cid-u1a8DWuj6b .mbr-section-btn {
  text-align: center;
}
.cid-upWGzQuqY7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upWGzQuqY7 img {
  width: 100%;
  object-fit: cover;
}
.cid-upWGzQuqY7 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-upWGzQuqY7 .img-card {
  justify-content: center;
}
.cid-upWGzQuqY7 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-upWGzQuqY7 .card-title {
  margin-bottom: 1.2rem;
}
.cid-upWGzQuqY7 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-upWGzQuqY7 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-upWGzQuqY7 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-upWGzQuqY7 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-upWGzQuqY7 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-upWGzQuqY7 .card-title,
.cid-upWGzQuqY7 .card-box {
  color: #767676;
  text-align: center;
}
.cid-upWGzQuqY7 H3 {
  color: #000000;
  text-align: center;
}
.cid-u1a8DXrbg8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1a8DXrbg8 img {
  width: 100%;
  object-fit: cover;
}
.cid-u1a8DXrbg8 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1a8DXrbg8 .img-card {
  justify-content: center;
}
.cid-u1a8DXrbg8 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1a8DXrbg8 .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1a8DXrbg8 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1a8DXrbg8 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1a8DXrbg8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1a8DXrbg8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1a8DXrbg8 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1a8DXrbg8 .card-title,
.cid-u1a8DXrbg8 .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1a8DXrbg8 H3 {
  color: #000000;
  text-align: center;
}
.cid-upyV0gY7Zj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upyV0gY7Zj .content__block {
  padding: 30px 15px;
}
.cid-upyV0gY7Zj .mbr-text {
  margin-bottom: 30px;
}
.cid-upyV0gY7Zj .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-upyV0gY7Zj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-upyV0gY7Zj .bottom__text {
  margin: 10px 0;
}
.cid-upyV0gY7Zj .btn {
  margin-top: 0;
}
.cid-upyV0gY7Zj .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-upyV0gY7Zj .image {
  width: 100%;
}
.cid-upyV0gY7Zj .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-upyV0gY7Zj .image {
    margin-bottom: 10px;
  }
  .cid-upyV0gY7Zj .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-upyV0gY7Zj .mbr-section-title {
  color: #283742;
}
.cid-upyV0gY7Zj .mbr-text,
.cid-upyV0gY7Zj .mbr-section-btn {
  color: #6a696c;
}
.cid-upz1lSzare {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upz1lSzare .content__block {
  padding: 30px 15px;
}
.cid-upz1lSzare .mbr-text {
  margin-bottom: 30px;
}
.cid-upz1lSzare .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-upz1lSzare .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-upz1lSzare .bottom__text {
  margin: 10px 0;
}
.cid-upz1lSzare .btn {
  margin-top: 0;
}
.cid-upz1lSzare .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-upz1lSzare .image {
  width: 100%;
}
.cid-upz1lSzare .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-upz1lSzare .image {
    margin-bottom: 10px;
  }
  .cid-upz1lSzare .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-upz1lSzare .mbr-section-title {
  color: #283742;
}
.cid-upz1lSzare .mbr-text,
.cid-upz1lSzare .mbr-section-btn {
  color: #6a696c;
}
.cid-upz0VeDxC3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upz0VeDxC3 img {
  width: 100%;
  object-fit: cover;
}
.cid-upz0VeDxC3 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-upz0VeDxC3 .img-card {
  justify-content: center;
}
.cid-upz0VeDxC3 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-upz0VeDxC3 .card-title {
  margin-bottom: 1.2rem;
}
.cid-upz0VeDxC3 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-upz0VeDxC3 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-upz0VeDxC3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-upz0VeDxC3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-upz0VeDxC3 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-upz0VeDxC3 .card-title,
.cid-upz0VeDxC3 .card-box {
  color: #767676;
  text-align: center;
}
.cid-upz0VeDxC3 H3 {
  color: #000000;
  text-align: center;
}
.cid-upyUS4W0eG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upyUS4W0eG img {
  width: 100%;
  object-fit: cover;
}
.cid-upyUS4W0eG .quote {
  color: #333333;
  font-weight: 700;
}
.cid-upyUS4W0eG .img-card {
  justify-content: center;
}
.cid-upyUS4W0eG .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-upyUS4W0eG .card-title {
  margin-bottom: 1.2rem;
}
.cid-upyUS4W0eG .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-upyUS4W0eG .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-upyUS4W0eG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-upyUS4W0eG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-upyUS4W0eG .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-upyUS4W0eG .card-title,
.cid-upyUS4W0eG .card-box {
  color: #767676;
  text-align: center;
}
.cid-upyUS4W0eG H3 {
  color: #000000;
  text-align: center;
}
.cid-uqfS1ynVmi {
  background-image: url("../../../assets/images/d-beran-20221212-7-600x480.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-uqfS1ynVmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqfS1ynVmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqfS1ynVmi.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-uqfS1ynVmi .container {
  position: static;
  margin: auto auto 0;
}
.cid-uqfS1ynVmi .mbr-section-title {
  color: #FFFFFF;
}
.cid-uqfS1ynVmi .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uqfS1ynVmi .text-box {
  position: relative;
}
.cid-uqfS1ynVmi .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-uqfS1ynVmi .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-uqfS1ynVmi .mbr-section-btn {
  margin-top: 30px;
}
.cid-uqfS1ynVmi .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uqfS1ynVmi .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uqfS1ynVmi .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-uqfS1ynVmi .video-col {
    top: 30%;
  }
}
.cid-uqfS1ynVmi .mbr-media {
  position: relative;
}
.cid-uqfS1ynVmi .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uqfS1ynVmi .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uqfS1ynVmi .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-uqfS1ynVmi .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-uqfS1ynVmi .video-icon-bg-box a {
  padding: 50px;
}
.cid-uqfS1ynVmi .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-uqfS1ynVmi .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-uqfS1ynVmi .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uqfS1ynVmi .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-uqfS1ynVmi .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-uqfS1ynVmi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-uqfS1ynVmi .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-uqfS1ynVmi .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uqfS1ynVmi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqfS1ynVmi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqfS1ynVmi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqfS1ynVmi .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-uqfS1ynVmi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1a8DXLq2z .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u1a8DXLq2z .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u1a8DXLq2z .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u1a8DXLq2z .title__address {
  margin-bottom: 20px;
}
.cid-u1a8DXLq2z .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u1a8DXLq2z .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u1a8DXLq2z .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1a8DXLq2z .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u1a8DXLq2z .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u1a8DXLq2z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1a8DXLq2z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1a8DXLq2z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1a8DXLq2z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1a8DXLq2z .container {
    max-width: 100%;
  }
  .cid-u1a8DXLq2z .container .row {
    margin: 0;
  }
  .cid-u1a8DXLq2z .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u1a8DXLq2z .title__address,
.cid-u1a8DXLq2z .mbr-section-btn {
  color: #ffffff;
}
.cid-u1a8DXLq2z .work__time {
  color: #ffffff;
}
.cid-u1abnCPRvs {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1abnCPRvs .nav-item,
.cid-u1abnCPRvs .nav-link,
.cid-u1abnCPRvs .navbar-caption {
  font-weight: normal;
}
.cid-u1abnCPRvs .navbar-nav {
  counter-reset: number;
}
.cid-u1abnCPRvs .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1abnCPRvs .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1abnCPRvs .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1abnCPRvs .btn {
    white-space: nowrap;
  }
  .cid-u1abnCPRvs .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1abnCPRvs .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1abnCPRvs .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1abnCPRvs .dropdown-toggle::after,
  .cid-u1abnCPRvs .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1abnCPRvs .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1abnCPRvs .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1abnCPRvs .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1abnCPRvs .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1abnCPRvs .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1abnCPRvs .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1abnCPRvs .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1abnCPRvs .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1abnCPRvs .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1abnCPRvs .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1abnCPRvs .nav-item:focus,
.cid-u1abnCPRvs .nav-link:focus {
  outline: none;
}
.cid-u1abnCPRvs .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1abnCPRvs .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1abnCPRvs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1abnCPRvs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1abnCPRvs .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1abnCPRvs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1abnCPRvs ul.navbar-nav li {
  margin: auto;
}
.cid-u1abnCPRvs .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1abnCPRvs .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1abnCPRvs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1abnCPRvs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1abnCPRvs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1abnCPRvs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1abnCPRvs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1abnCPRvs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1abnCPRvs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1abnCPRvs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1abnCPRvs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1abnCPRvs .navbar .container-fluid,
  .cid-u1abnCPRvs .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1abnCPRvs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1abnCPRvs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1abnCPRvs .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1abnCPRvs .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1abnCPRvs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1abnCPRvs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1abnCPRvs .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1abnCPRvs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1abnCPRvs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1abnCPRvs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1abnCPRvs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1abnCPRvs .dropdown-item.active,
.cid-u1abnCPRvs .dropdown-item:active {
  background-color: transparent;
}
.cid-u1abnCPRvs .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1abnCPRvs .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1abnCPRvs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1abnCPRvs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1abnCPRvs .navbar-buttons {
  text-align: center;
}
.cid-u1abnCPRvs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1abnCPRvs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1abnCPRvs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1abnCPRvs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1abnCPRvs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1abnCPRvs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1abnCPRvs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1abnCPRvs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1abnCPRvs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1abnCPRvs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1abnCPRvs .navbar-dropdown {
  position: absolute;
}
.cid-u1abnCPRvs a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1abnCPRvs a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1abnCPRvs .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1abnCPRvs .navbar {
    height: 77px;
  }
  .cid-u1abnCPRvs .navbar.opened {
    height: auto;
  }
  .cid-u1abnCPRvs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1abnD9AZD {
  background-image: url("../../../assets/images/photo-historique-conservatoire-e1622473092437-1024x642.jpg");
}
.cid-u1abnD9AZD .push__top {
  padding-top: 80px;
}
.cid-u1abnD9AZD .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u1abnD9AZD .title__block {
  width: 70%;
}
.cid-u1abnD9AZD .mbr-section-subtitle,
.cid-u1abnD9AZD .bottom__about__text,
.cid-u1abnD9AZD .bottom__subtitle {
  line-height: 25px;
}
.cid-u1abnD9AZD .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-u1abnD9AZD .mbr-section-title {
  line-height: 57px;
  color: #4200ff;
  text-align: right;
}
.cid-u1abnD9AZD .widget__number {
  margin-bottom: 8px;
}
.cid-u1abnD9AZD .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u1abnD9AZD .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u1abnD9AZD .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1abnD9AZD .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u1abnD9AZD .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u1abnD9AZD .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1abnD9AZD .mbr-media {
  display: inline-block;
}
.cid-u1abnD9AZD .mbr-figure {
  align-self: flex-start;
}
.cid-u1abnD9AZD .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u1abnD9AZD .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1abnD9AZD .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1abnD9AZD .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1abnD9AZD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1abnD9AZD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1abnD9AZD .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1abnD9AZD a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1abnD9AZD a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1abnD9AZD .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u1abnD9AZD .date__block {
    margin-top: 50px;
  }
  .cid-u1abnD9AZD .mbr-section-title {
    line-height: 1;
  }
  .cid-u1abnD9AZD .push__top {
    padding-top: 30px;
  }
  .cid-u1abnD9AZD .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u1abnD9AZD .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u1abnD9AZD .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u1abnD9AZD .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u1abnD9AZD .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u1abnD9AZD .title__block {
    width: 100%;
  }
  .cid-u1abnD9AZD .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u1abnD9AZD .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u1abnD9AZD .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u1abnD9AZD .divider {
    margin-bottom: 10px;
  }
  .cid-u1abnD9AZD a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1abnD9AZD .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u1abnD9AZD .mbr-figure {
  color: #ffffff;
}
.cid-u1abnE46Od {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u1abnE46Od .title__block {
  padding: 50px 15px;
}
.cid-u1abnE46Od .image {
  display: block;
  position: relative;
}
.cid-u1abnE46Od .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u1abnE46Od .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u1abnE46Od .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u1abnE46Od .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u1abnE46Od .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u1abnE46Od .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u1abnE46Od .widget .widget__text {
  margin: 5px 0;
}
.cid-u1abnE46Od .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1abnE46Od .btn {
  margin-top: 0;
}
.cid-u1abnE46Od .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1abnE46Od .mbr-media {
  display: inline-block;
}
.cid-u1abnE46Od .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u1abnE46Od .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u1abnE46Od .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1abnE46Od .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1abnE46Od .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1abnE46Od .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1abnE46Od .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1abnE46Od .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1abnE46Od a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1abnE46Od a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u1abnE46Od .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u1abnE46Od .image {
    padding: 0;
  }
  .cid-u1abnE46Od .container,
  .cid-u1abnE46Od .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1abnE46Od .widget {
    margin-left: 0;
  }
  .cid-u1abnE46Od .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u1abnE46Od a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1abnE46Od .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u1abnE46Od .image img {
    max-height: 400px;
  }
}
.cid-u1abnE46Od .mbr-text,
.cid-u1abnE46Od .mbr-section-btn {
  text-align: center;
}
.cid-u1abnECfKr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1abnECfKr img {
  width: 100%;
  object-fit: cover;
}
.cid-u1abnECfKr .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1abnECfKr .img-card {
  justify-content: center;
}
.cid-u1abnECfKr .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1abnECfKr .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1abnECfKr .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1abnECfKr .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1abnECfKr .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1abnECfKr .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1abnECfKr .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1abnECfKr .card-title,
.cid-u1abnECfKr .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1abnECfKr H3 {
  color: #000000;
  text-align: center;
}
.cid-u1acWrw3qZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1acWrw3qZ img {
  width: 100%;
  object-fit: cover;
}
.cid-u1acWrw3qZ .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1acWrw3qZ .img-card {
  justify-content: center;
}
.cid-u1acWrw3qZ .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1acWrw3qZ .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1acWrw3qZ .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1acWrw3qZ .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1acWrw3qZ .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1acWrw3qZ .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1acWrw3qZ .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1acWrw3qZ .card-title,
.cid-u1acWrw3qZ .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1acWrw3qZ H3 {
  color: #000000;
  text-align: center;
}
.cid-uqObrGGHTY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqObrGGHTY img {
  width: 100%;
  object-fit: cover;
}
.cid-uqObrGGHTY .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uqObrGGHTY .img-card {
  justify-content: center;
}
.cid-uqObrGGHTY .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uqObrGGHTY .card-title {
  margin-bottom: 1.2rem;
}
.cid-uqObrGGHTY .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uqObrGGHTY .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uqObrGGHTY .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uqObrGGHTY .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqObrGGHTY .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uqObrGGHTY .card-title,
.cid-uqObrGGHTY .card-box {
  color: #767676;
  text-align: center;
}
.cid-uqObrGGHTY H3 {
  color: #000000;
  text-align: center;
}
.cid-uqOdXwNvQW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqOdXwNvQW img {
  width: 100%;
  object-fit: cover;
}
.cid-uqOdXwNvQW .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uqOdXwNvQW .img-card {
  justify-content: center;
}
.cid-uqOdXwNvQW .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uqOdXwNvQW .card-title {
  margin-bottom: 1.2rem;
}
.cid-uqOdXwNvQW .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uqOdXwNvQW .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uqOdXwNvQW .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uqOdXwNvQW .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOdXwNvQW .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uqOdXwNvQW .card-title,
.cid-uqOdXwNvQW .card-box {
  color: #767676;
  text-align: center;
}
.cid-uqOdXwNvQW H3 {
  color: #000000;
  text-align: center;
}
.cid-u1abnESaiC .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u1abnESaiC .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u1abnESaiC .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u1abnESaiC .title__address {
  margin-bottom: 20px;
}
.cid-u1abnESaiC .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u1abnESaiC .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u1abnESaiC .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1abnESaiC .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u1abnESaiC .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u1abnESaiC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1abnESaiC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1abnESaiC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1abnESaiC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1abnESaiC .container {
    max-width: 100%;
  }
  .cid-u1abnESaiC .container .row {
    margin: 0;
  }
  .cid-u1abnESaiC .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u1abnESaiC .title__address,
.cid-u1abnESaiC .mbr-section-btn {
  color: #ffffff;
}
.cid-u1abnESaiC .work__time {
  color: #ffffff;
}
.cid-uqObdb6Zgb {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference27-1920.jpg");
}
.cid-uqObdb6Zgb .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uqObdb6Zgb .wrap {
  padding: 0 25px;
}
.cid-uqObdb6Zgb .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d90a2c;
  top: 0px;
  right: 0px;
}
.cid-uqObdb6Zgb .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uqObdb6Zgb .mbr-text {
  margin-bottom: 20px;
}
.cid-uqObdb6Zgb .mbr-section-btn {
  margin-top: 10px;
}
.cid-uqObdb6Zgb .mbr-media {
  display: inline-block;
}
.cid-uqObdb6Zgb .mbr-figure {
  align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uqObdb6Zgb .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-uqObdb6Zgb .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-uqObdb6Zgb .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uqObdb6Zgb .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-uqObdb6Zgb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-uqObdb6Zgb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqObdb6Zgb .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqObdb6Zgb a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uqObdb6Zgb a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uqObdb6Zgb .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uqObdb6Zgb .container,
  .cid-uqObdb6Zgb .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uqObdb6Zgb .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uqObdb6Zgb a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uqObdb6Zgb .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uqObdb6Zgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqObdb6Zgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1aeJZODdk {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1aeJZODdk .nav-item,
.cid-u1aeJZODdk .nav-link,
.cid-u1aeJZODdk .navbar-caption {
  font-weight: normal;
}
.cid-u1aeJZODdk .navbar-nav {
  counter-reset: number;
}
.cid-u1aeJZODdk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1aeJZODdk .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1aeJZODdk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1aeJZODdk .btn {
    white-space: nowrap;
  }
  .cid-u1aeJZODdk .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1aeJZODdk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1aeJZODdk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1aeJZODdk .dropdown-toggle::after,
  .cid-u1aeJZODdk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1aeJZODdk .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1aeJZODdk .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1aeJZODdk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1aeJZODdk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1aeJZODdk .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1aeJZODdk .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1aeJZODdk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1aeJZODdk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1aeJZODdk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1aeJZODdk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1aeJZODdk .nav-item:focus,
.cid-u1aeJZODdk .nav-link:focus {
  outline: none;
}
.cid-u1aeJZODdk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1aeJZODdk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1aeJZODdk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1aeJZODdk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1aeJZODdk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1aeJZODdk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1aeJZODdk ul.navbar-nav li {
  margin: auto;
}
.cid-u1aeJZODdk .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1aeJZODdk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1aeJZODdk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1aeJZODdk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1aeJZODdk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1aeJZODdk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1aeJZODdk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1aeJZODdk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1aeJZODdk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1aeJZODdk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1aeJZODdk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1aeJZODdk .navbar .container-fluid,
  .cid-u1aeJZODdk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1aeJZODdk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1aeJZODdk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1aeJZODdk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1aeJZODdk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1aeJZODdk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1aeJZODdk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1aeJZODdk .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1aeJZODdk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1aeJZODdk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1aeJZODdk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1aeJZODdk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1aeJZODdk .dropdown-item.active,
.cid-u1aeJZODdk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1aeJZODdk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1aeJZODdk .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1aeJZODdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1aeJZODdk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1aeJZODdk .navbar-buttons {
  text-align: center;
}
.cid-u1aeJZODdk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1aeJZODdk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1aeJZODdk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1aeJZODdk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1aeJZODdk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1aeJZODdk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1aeJZODdk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1aeJZODdk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1aeJZODdk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1aeJZODdk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1aeJZODdk .navbar-dropdown {
  position: absolute;
}
.cid-u1aeJZODdk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1aeJZODdk a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1aeJZODdk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1aeJZODdk .navbar {
    height: 77px;
  }
  .cid-u1aeJZODdk .navbar.opened {
    height: auto;
  }
  .cid-u1aeJZODdk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1aeK0jHec {
  background-image: url("../../../assets/images/dbbbaaf3-beec-4247-a2df-5b92e3d63fba-1600x924.jpeg");
}
.cid-u1aeK0jHec .push__top {
  padding-top: 80px;
}
.cid-u1aeK0jHec .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-u1aeK0jHec .title__block {
  width: 70%;
}
.cid-u1aeK0jHec .mbr-section-subtitle,
.cid-u1aeK0jHec .bottom__about__text,
.cid-u1aeK0jHec .bottom__subtitle {
  line-height: 25px;
}
.cid-u1aeK0jHec .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ec7084;
  text-align: right;
}
.cid-u1aeK0jHec .mbr-section-title {
  line-height: 57px;
  color: #003cd3;
  text-align: right;
}
.cid-u1aeK0jHec .widget__number {
  margin-bottom: 8px;
}
.cid-u1aeK0jHec .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-u1aeK0jHec .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-u1aeK0jHec .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1aeK0jHec .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-u1aeK0jHec .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-u1aeK0jHec .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1aeK0jHec .mbr-media {
  display: inline-block;
}
.cid-u1aeK0jHec .mbr-figure {
  align-self: flex-start;
}
.cid-u1aeK0jHec .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-u1aeK0jHec .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1aeK0jHec .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1aeK0jHec .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1aeK0jHec .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1aeK0jHec .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1aeK0jHec .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1aeK0jHec a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1aeK0jHec a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1aeK0jHec .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-u1aeK0jHec .date__block {
    margin-top: 50px;
  }
  .cid-u1aeK0jHec .mbr-section-title {
    line-height: 1;
  }
  .cid-u1aeK0jHec .push__top {
    padding-top: 30px;
  }
  .cid-u1aeK0jHec .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-u1aeK0jHec .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-u1aeK0jHec .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-u1aeK0jHec .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-u1aeK0jHec .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-u1aeK0jHec .title__block {
    width: 100%;
  }
  .cid-u1aeK0jHec .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-u1aeK0jHec .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-u1aeK0jHec .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-u1aeK0jHec .divider {
    margin-bottom: 10px;
  }
  .cid-u1aeK0jHec a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1aeK0jHec .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u1aeK0jHec .mbr-figure {
  color: #ffffff;
}
.cid-u1aeK1Hp42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u1aeK1Hp42 .title__block {
  padding: 50px 15px;
}
.cid-u1aeK1Hp42 .image {
  display: block;
  position: relative;
}
.cid-u1aeK1Hp42 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-u1aeK1Hp42 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-u1aeK1Hp42 .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-u1aeK1Hp42 .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-u1aeK1Hp42 .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-u1aeK1Hp42 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-u1aeK1Hp42 .widget .widget__text {
  margin: 5px 0;
}
.cid-u1aeK1Hp42 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1aeK1Hp42 .btn {
  margin-top: 0;
}
.cid-u1aeK1Hp42 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-u1aeK1Hp42 .mbr-media {
  display: inline-block;
}
.cid-u1aeK1Hp42 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u1aeK1Hp42 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-u1aeK1Hp42 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-u1aeK1Hp42 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u1aeK1Hp42 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-u1aeK1Hp42 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-u1aeK1Hp42 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1aeK1Hp42 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1aeK1Hp42 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u1aeK1Hp42 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-u1aeK1Hp42 .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-u1aeK1Hp42 .image {
    padding: 0;
  }
  .cid-u1aeK1Hp42 .container,
  .cid-u1aeK1Hp42 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1aeK1Hp42 .widget {
    margin-left: 0;
  }
  .cid-u1aeK1Hp42 .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-u1aeK1Hp42 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u1aeK1Hp42 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-u1aeK1Hp42 .image img {
    max-height: 400px;
  }
}
.cid-u1aeK1Hp42 .mbr-text,
.cid-u1aeK1Hp42 .mbr-section-btn {
  text-align: center;
}
.cid-u1aeK2tK60 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1aeK2tK60 img {
  width: 100%;
  object-fit: cover;
}
.cid-u1aeK2tK60 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1aeK2tK60 .img-card {
  justify-content: center;
}
.cid-u1aeK2tK60 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1aeK2tK60 .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1aeK2tK60 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1aeK2tK60 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1aeK2tK60 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1aeK2tK60 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1aeK2tK60 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1aeK2tK60 .card-title,
.cid-u1aeK2tK60 .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1aeK2tK60 H3 {
  color: #000000;
  text-align: center;
}
.cid-u1aeK2QZA9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1aeK2QZA9 img {
  width: 100%;
  object-fit: cover;
}
.cid-u1aeK2QZA9 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u1aeK2QZA9 .img-card {
  justify-content: center;
}
.cid-u1aeK2QZA9 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u1aeK2QZA9 .card-title {
  margin-bottom: 1.2rem;
}
.cid-u1aeK2QZA9 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u1aeK2QZA9 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1aeK2QZA9 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u1aeK2QZA9 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u1aeK2QZA9 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u1aeK2QZA9 .card-title,
.cid-u1aeK2QZA9 .card-box {
  color: #767676;
  text-align: center;
}
.cid-u1aeK2QZA9 H3 {
  color: #000000;
  text-align: center;
}
.cid-uDiwT1GPeb {
  background-image: url("../../../assets/images/cd57594a-117e-4760-83b4-c04775cfb17b-1-972x544.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uDiwT1GPeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDiwT1GPeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDiwT1GPeb.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-uDiwT1GPeb .container {
  position: static;
  margin: auto auto 0;
}
.cid-uDiwT1GPeb .mbr-section-title {
  color: #FFFFFF;
}
.cid-uDiwT1GPeb .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uDiwT1GPeb .text-box {
  position: relative;
}
.cid-uDiwT1GPeb .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-uDiwT1GPeb .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-uDiwT1GPeb .mbr-section-btn {
  margin-top: 30px;
}
.cid-uDiwT1GPeb .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uDiwT1GPeb .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uDiwT1GPeb .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-uDiwT1GPeb .video-col {
    top: 30%;
  }
}
.cid-uDiwT1GPeb .mbr-media {
  position: relative;
}
.cid-uDiwT1GPeb .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uDiwT1GPeb .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uDiwT1GPeb .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-uDiwT1GPeb .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-uDiwT1GPeb .video-icon-bg-box a {
  padding: 50px;
}
.cid-uDiwT1GPeb .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-uDiwT1GPeb .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-uDiwT1GPeb .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uDiwT1GPeb .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-uDiwT1GPeb .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-uDiwT1GPeb .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-uDiwT1GPeb .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-uDiwT1GPeb .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uDiwT1GPeb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uDiwT1GPeb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uDiwT1GPeb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uDiwT1GPeb .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-uDiwT1GPeb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1aeK3brJa .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-u1aeK3brJa .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-u1aeK3brJa .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-u1aeK3brJa .title__address {
  margin-bottom: 20px;
}
.cid-u1aeK3brJa .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-u1aeK3brJa .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u1aeK3brJa .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1aeK3brJa .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-u1aeK3brJa .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-u1aeK3brJa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1aeK3brJa .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u1aeK3brJa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1aeK3brJa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1aeK3brJa .container {
    max-width: 100%;
  }
  .cid-u1aeK3brJa .container .row {
    margin: 0;
  }
  .cid-u1aeK3brJa .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-u1aeK3brJa .title__address,
.cid-u1aeK3brJa .mbr-section-btn {
  color: #ffffff;
}
.cid-u1aeK3brJa .work__time {
  color: #ffffff;
}
.cid-u1ZqYujVSm {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1ZqYujVSm .nav-item,
.cid-u1ZqYujVSm .nav-link,
.cid-u1ZqYujVSm .navbar-caption {
  font-weight: normal;
}
.cid-u1ZqYujVSm .navbar-nav {
  counter-reset: number;
}
.cid-u1ZqYujVSm .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1ZqYujVSm .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1ZqYujVSm .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1ZqYujVSm .btn {
    white-space: nowrap;
  }
  .cid-u1ZqYujVSm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1ZqYujVSm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1ZqYujVSm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1ZqYujVSm .dropdown-toggle::after,
  .cid-u1ZqYujVSm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1ZqYujVSm .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZqYujVSm .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZqYujVSm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1ZqYujVSm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZqYujVSm .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1ZqYujVSm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1ZqYujVSm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1ZqYujVSm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1ZqYujVSm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1ZqYujVSm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1ZqYujVSm .nav-item:focus,
.cid-u1ZqYujVSm .nav-link:focus {
  outline: none;
}
.cid-u1ZqYujVSm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1ZqYujVSm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1ZqYujVSm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1ZqYujVSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1ZqYujVSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1ZqYujVSm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1ZqYujVSm ul.navbar-nav li {
  margin: auto;
}
.cid-u1ZqYujVSm .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1ZqYujVSm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1ZqYujVSm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1ZqYujVSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1ZqYujVSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1ZqYujVSm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1ZqYujVSm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1ZqYujVSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1ZqYujVSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1ZqYujVSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1ZqYujVSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1ZqYujVSm .navbar .container-fluid,
  .cid-u1ZqYujVSm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1ZqYujVSm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1ZqYujVSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1ZqYujVSm .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1ZqYujVSm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1ZqYujVSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1ZqYujVSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1ZqYujVSm .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1ZqYujVSm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1ZqYujVSm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1ZqYujVSm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1ZqYujVSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1ZqYujVSm .dropdown-item.active,
.cid-u1ZqYujVSm .dropdown-item:active {
  background-color: transparent;
}
.cid-u1ZqYujVSm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1ZqYujVSm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1ZqYujVSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1ZqYujVSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1ZqYujVSm .navbar-buttons {
  text-align: center;
}
.cid-u1ZqYujVSm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1ZqYujVSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1ZqYujVSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1ZqYujVSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1ZqYujVSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1ZqYujVSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1ZqYujVSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1ZqYujVSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1ZqYujVSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1ZqYujVSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1ZqYujVSm .navbar-dropdown {
  position: absolute;
}
.cid-u1ZqYujVSm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZqYujVSm a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1ZqYujVSm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1ZqYujVSm .navbar {
    height: 77px;
  }
  .cid-u1ZqYujVSm .navbar.opened {
    height: auto;
  }
  .cid-u1ZqYujVSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1ZqYvwz3q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1ZqYvwz3q .content__block {
  padding: 30px 15px;
}
.cid-u1ZqYvwz3q .mbr-text {
  margin-bottom: 30px;
}
.cid-u1ZqYvwz3q .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u1ZqYvwz3q .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u1ZqYvwz3q .bottom__text {
  margin: 10px 0;
}
.cid-u1ZqYvwz3q .btn {
  margin-top: 0;
}
.cid-u1ZqYvwz3q .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u1ZqYvwz3q .image {
  width: 100%;
}
.cid-u1ZqYvwz3q .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u1ZqYvwz3q .image {
    margin-bottom: 10px;
  }
  .cid-u1ZqYvwz3q .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1ZqYvwz3q .mbr-section-title {
  color: #283742;
}
.cid-u1ZqYvwz3q .mbr-text,
.cid-u1ZqYvwz3q .mbr-section-btn {
  color: #6a696c;
}
.cid-u1ZrmoC1Yx {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1ZrmoC1Yx .nav-item,
.cid-u1ZrmoC1Yx .nav-link,
.cid-u1ZrmoC1Yx .navbar-caption {
  font-weight: normal;
}
.cid-u1ZrmoC1Yx .navbar-nav {
  counter-reset: number;
}
.cid-u1ZrmoC1Yx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1ZrmoC1Yx .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1ZrmoC1Yx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1ZrmoC1Yx .btn {
    white-space: nowrap;
  }
  .cid-u1ZrmoC1Yx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1ZrmoC1Yx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1ZrmoC1Yx .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1ZrmoC1Yx .dropdown-toggle::after,
  .cid-u1ZrmoC1Yx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1ZrmoC1Yx .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZrmoC1Yx .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZrmoC1Yx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1ZrmoC1Yx .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZrmoC1Yx .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1ZrmoC1Yx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1ZrmoC1Yx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1ZrmoC1Yx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1ZrmoC1Yx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1ZrmoC1Yx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1ZrmoC1Yx .nav-item:focus,
.cid-u1ZrmoC1Yx .nav-link:focus {
  outline: none;
}
.cid-u1ZrmoC1Yx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1ZrmoC1Yx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1ZrmoC1Yx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1ZrmoC1Yx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1ZrmoC1Yx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1ZrmoC1Yx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1ZrmoC1Yx ul.navbar-nav li {
  margin: auto;
}
.cid-u1ZrmoC1Yx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1ZrmoC1Yx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1ZrmoC1Yx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1ZrmoC1Yx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1ZrmoC1Yx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1ZrmoC1Yx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1ZrmoC1Yx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1ZrmoC1Yx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1ZrmoC1Yx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1ZrmoC1Yx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1ZrmoC1Yx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1ZrmoC1Yx .navbar .container-fluid,
  .cid-u1ZrmoC1Yx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1ZrmoC1Yx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1ZrmoC1Yx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1ZrmoC1Yx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1ZrmoC1Yx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1ZrmoC1Yx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1ZrmoC1Yx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1ZrmoC1Yx .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1ZrmoC1Yx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1ZrmoC1Yx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1ZrmoC1Yx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1ZrmoC1Yx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1ZrmoC1Yx .dropdown-item.active,
.cid-u1ZrmoC1Yx .dropdown-item:active {
  background-color: transparent;
}
.cid-u1ZrmoC1Yx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1ZrmoC1Yx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1ZrmoC1Yx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1ZrmoC1Yx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1ZrmoC1Yx .navbar-buttons {
  text-align: center;
}
.cid-u1ZrmoC1Yx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1ZrmoC1Yx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1ZrmoC1Yx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1ZrmoC1Yx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1ZrmoC1Yx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1ZrmoC1Yx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1ZrmoC1Yx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1ZrmoC1Yx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1ZrmoC1Yx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1ZrmoC1Yx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1ZrmoC1Yx .navbar-dropdown {
  position: absolute;
}
.cid-u1ZrmoC1Yx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1ZrmoC1Yx a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1ZrmoC1Yx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1ZrmoC1Yx .navbar {
    height: 77px;
  }
  .cid-u1ZrmoC1Yx .navbar.opened {
    height: auto;
  }
  .cid-u1ZrmoC1Yx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1ZrmprBNq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1ZrmprBNq .content__block {
  padding: 30px 15px;
}
.cid-u1ZrmprBNq .mbr-text {
  margin-bottom: 30px;
}
.cid-u1ZrmprBNq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u1ZrmprBNq .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u1ZrmprBNq .bottom__text {
  margin: 10px 0;
}
.cid-u1ZrmprBNq .btn {
  margin-top: 0;
}
.cid-u1ZrmprBNq .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u1ZrmprBNq .image {
  width: 100%;
}
.cid-u1ZrmprBNq .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u1ZrmprBNq .image {
    margin-bottom: 10px;
  }
  .cid-u1ZrmprBNq .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1ZrmprBNq .mbr-section-title {
  color: #283742;
}
.cid-u1ZrmprBNq .mbr-text,
.cid-u1ZrmprBNq .mbr-section-btn {
  color: #6a696c;
}
.cid-u1Zs50Q8Ta {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u1Zs50Q8Ta .nav-item,
.cid-u1Zs50Q8Ta .nav-link,
.cid-u1Zs50Q8Ta .navbar-caption {
  font-weight: normal;
}
.cid-u1Zs50Q8Ta .navbar-nav {
  counter-reset: number;
}
.cid-u1Zs50Q8Ta .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u1Zs50Q8Ta .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u1Zs50Q8Ta .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u1Zs50Q8Ta .btn {
    white-space: nowrap;
  }
  .cid-u1Zs50Q8Ta .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u1Zs50Q8Ta .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u1Zs50Q8Ta .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u1Zs50Q8Ta .dropdown-toggle::after,
  .cid-u1Zs50Q8Ta .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u1Zs50Q8Ta .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1Zs50Q8Ta .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1Zs50Q8Ta .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u1Zs50Q8Ta .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1Zs50Q8Ta .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u1Zs50Q8Ta .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u1Zs50Q8Ta .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u1Zs50Q8Ta .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u1Zs50Q8Ta .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u1Zs50Q8Ta .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u1Zs50Q8Ta .nav-item:focus,
.cid-u1Zs50Q8Ta .nav-link:focus {
  outline: none;
}
.cid-u1Zs50Q8Ta .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u1Zs50Q8Ta .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u1Zs50Q8Ta .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u1Zs50Q8Ta .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1Zs50Q8Ta .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u1Zs50Q8Ta ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1Zs50Q8Ta ul.navbar-nav li {
  margin: auto;
}
.cid-u1Zs50Q8Ta .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u1Zs50Q8Ta .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u1Zs50Q8Ta .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1Zs50Q8Ta .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1Zs50Q8Ta .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1Zs50Q8Ta .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u1Zs50Q8Ta .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1Zs50Q8Ta .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1Zs50Q8Ta .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1Zs50Q8Ta .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1Zs50Q8Ta .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1Zs50Q8Ta .navbar .container-fluid,
  .cid-u1Zs50Q8Ta .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u1Zs50Q8Ta .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1Zs50Q8Ta .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1Zs50Q8Ta .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u1Zs50Q8Ta .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u1Zs50Q8Ta .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1Zs50Q8Ta .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1Zs50Q8Ta .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u1Zs50Q8Ta .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1Zs50Q8Ta .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1Zs50Q8Ta .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1Zs50Q8Ta .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1Zs50Q8Ta .dropdown-item.active,
.cid-u1Zs50Q8Ta .dropdown-item:active {
  background-color: transparent;
}
.cid-u1Zs50Q8Ta .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1Zs50Q8Ta .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u1Zs50Q8Ta .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u1Zs50Q8Ta .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u1Zs50Q8Ta .navbar-buttons {
  text-align: center;
}
.cid-u1Zs50Q8Ta button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1Zs50Q8Ta button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u1Zs50Q8Ta button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1Zs50Q8Ta button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1Zs50Q8Ta button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1Zs50Q8Ta button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1Zs50Q8Ta nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1Zs50Q8Ta nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1Zs50Q8Ta nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1Zs50Q8Ta nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1Zs50Q8Ta .navbar-dropdown {
  position: absolute;
}
.cid-u1Zs50Q8Ta a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u1Zs50Q8Ta a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u1Zs50Q8Ta .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1Zs50Q8Ta .navbar {
    height: 77px;
  }
  .cid-u1Zs50Q8Ta .navbar.opened {
    height: auto;
  }
  .cid-u1Zs50Q8Ta .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1Zs51b9aj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1Zs51b9aj .content__block {
  padding: 30px 15px;
}
.cid-u1Zs51b9aj .mbr-text {
  margin-bottom: 30px;
}
.cid-u1Zs51b9aj .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u1Zs51b9aj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u1Zs51b9aj .bottom__text {
  margin: 10px 0;
}
.cid-u1Zs51b9aj .btn {
  margin-top: 0;
}
.cid-u1Zs51b9aj .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u1Zs51b9aj .image {
  width: 100%;
}
.cid-u1Zs51b9aj .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u1Zs51b9aj .image {
    margin-bottom: 10px;
  }
  .cid-u1Zs51b9aj .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1Zs51b9aj .mbr-section-title {
  color: #283742;
}
.cid-u1Zs51b9aj .mbr-text,
.cid-u1Zs51b9aj .mbr-section-btn {
  color: #6a696c;
}
.cid-u211fioJ5R {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u211fioJ5R .nav-item,
.cid-u211fioJ5R .nav-link,
.cid-u211fioJ5R .navbar-caption {
  font-weight: normal;
}
.cid-u211fioJ5R .navbar-nav {
  counter-reset: number;
}
.cid-u211fioJ5R .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u211fioJ5R .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u211fioJ5R .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u211fioJ5R .btn {
    white-space: nowrap;
  }
  .cid-u211fioJ5R .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u211fioJ5R .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u211fioJ5R .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u211fioJ5R .dropdown-toggle::after,
  .cid-u211fioJ5R .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u211fioJ5R .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u211fioJ5R .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u211fioJ5R .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u211fioJ5R .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u211fioJ5R .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u211fioJ5R .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u211fioJ5R .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u211fioJ5R .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u211fioJ5R .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u211fioJ5R .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u211fioJ5R .nav-item:focus,
.cid-u211fioJ5R .nav-link:focus {
  outline: none;
}
.cid-u211fioJ5R .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u211fioJ5R .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u211fioJ5R .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u211fioJ5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u211fioJ5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u211fioJ5R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u211fioJ5R ul.navbar-nav li {
  margin: auto;
}
.cid-u211fioJ5R .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u211fioJ5R .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u211fioJ5R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u211fioJ5R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u211fioJ5R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u211fioJ5R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u211fioJ5R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u211fioJ5R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u211fioJ5R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u211fioJ5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u211fioJ5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u211fioJ5R .navbar .container-fluid,
  .cid-u211fioJ5R .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u211fioJ5R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u211fioJ5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u211fioJ5R .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u211fioJ5R .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u211fioJ5R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u211fioJ5R .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u211fioJ5R .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u211fioJ5R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u211fioJ5R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u211fioJ5R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u211fioJ5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u211fioJ5R .dropdown-item.active,
.cid-u211fioJ5R .dropdown-item:active {
  background-color: transparent;
}
.cid-u211fioJ5R .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u211fioJ5R .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u211fioJ5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u211fioJ5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u211fioJ5R .navbar-buttons {
  text-align: center;
}
.cid-u211fioJ5R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u211fioJ5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u211fioJ5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u211fioJ5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u211fioJ5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u211fioJ5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u211fioJ5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u211fioJ5R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u211fioJ5R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u211fioJ5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u211fioJ5R .navbar-dropdown {
  position: absolute;
}
.cid-u211fioJ5R a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u211fioJ5R a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u211fioJ5R .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u211fioJ5R .navbar {
    height: 77px;
  }
  .cid-u211fioJ5R .navbar.opened {
    height: auto;
  }
  .cid-u211fioJ5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u211fiKmcd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u211fiKmcd .content__block {
  padding: 30px 15px;
}
.cid-u211fiKmcd .mbr-text {
  margin-bottom: 30px;
}
.cid-u211fiKmcd .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u211fiKmcd .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u211fiKmcd .bottom__text {
  margin: 10px 0;
}
.cid-u211fiKmcd .btn {
  margin-top: 0;
}
.cid-u211fiKmcd .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u211fiKmcd .image {
  width: 100%;
}
.cid-u211fiKmcd .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u211fiKmcd .image {
    margin-bottom: 10px;
  }
  .cid-u211fiKmcd .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u211fiKmcd .mbr-section-title {
  color: #283742;
}
.cid-u211fiKmcd .mbr-text,
.cid-u211fiKmcd .mbr-section-btn {
  color: #6a696c;
}
.cid-u212zzgM6Y {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u212zzgM6Y .nav-item,
.cid-u212zzgM6Y .nav-link,
.cid-u212zzgM6Y .navbar-caption {
  font-weight: normal;
}
.cid-u212zzgM6Y .navbar-nav {
  counter-reset: number;
}
.cid-u212zzgM6Y .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u212zzgM6Y .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u212zzgM6Y .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u212zzgM6Y .btn {
    white-space: nowrap;
  }
  .cid-u212zzgM6Y .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u212zzgM6Y .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u212zzgM6Y .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u212zzgM6Y .dropdown-toggle::after,
  .cid-u212zzgM6Y .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u212zzgM6Y .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u212zzgM6Y .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u212zzgM6Y .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u212zzgM6Y .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u212zzgM6Y .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u212zzgM6Y .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u212zzgM6Y .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u212zzgM6Y .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u212zzgM6Y .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u212zzgM6Y .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u212zzgM6Y .nav-item:focus,
.cid-u212zzgM6Y .nav-link:focus {
  outline: none;
}
.cid-u212zzgM6Y .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u212zzgM6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u212zzgM6Y .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u212zzgM6Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u212zzgM6Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u212zzgM6Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u212zzgM6Y ul.navbar-nav li {
  margin: auto;
}
.cid-u212zzgM6Y .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u212zzgM6Y .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u212zzgM6Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u212zzgM6Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u212zzgM6Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u212zzgM6Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u212zzgM6Y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u212zzgM6Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u212zzgM6Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u212zzgM6Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u212zzgM6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u212zzgM6Y .navbar .container-fluid,
  .cid-u212zzgM6Y .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u212zzgM6Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u212zzgM6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u212zzgM6Y .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u212zzgM6Y .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u212zzgM6Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u212zzgM6Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u212zzgM6Y .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u212zzgM6Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u212zzgM6Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u212zzgM6Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u212zzgM6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u212zzgM6Y .dropdown-item.active,
.cid-u212zzgM6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-u212zzgM6Y .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u212zzgM6Y .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u212zzgM6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u212zzgM6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u212zzgM6Y .navbar-buttons {
  text-align: center;
}
.cid-u212zzgM6Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u212zzgM6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u212zzgM6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u212zzgM6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u212zzgM6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u212zzgM6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u212zzgM6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u212zzgM6Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u212zzgM6Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u212zzgM6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u212zzgM6Y .navbar-dropdown {
  position: absolute;
}
.cid-u212zzgM6Y a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u212zzgM6Y a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u212zzgM6Y .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u212zzgM6Y .navbar {
    height: 77px;
  }
  .cid-u212zzgM6Y .navbar.opened {
    height: auto;
  }
  .cid-u212zzgM6Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u212zzCI7d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u212zzCI7d .content__block {
  padding: 30px 15px;
}
.cid-u212zzCI7d .mbr-text {
  margin-bottom: 30px;
}
.cid-u212zzCI7d .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u212zzCI7d .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u212zzCI7d .bottom__text {
  margin: 10px 0;
}
.cid-u212zzCI7d .btn {
  margin-top: 0;
}
.cid-u212zzCI7d .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u212zzCI7d .image {
  width: 100%;
}
.cid-u212zzCI7d .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u212zzCI7d .image {
    margin-bottom: 10px;
  }
  .cid-u212zzCI7d .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u212zzCI7d .mbr-section-title {
  color: #283742;
}
.cid-u212zzCI7d .mbr-text,
.cid-u212zzCI7d .mbr-section-btn {
  color: #6a696c;
}
.cid-u213nv4Ewn {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u213nv4Ewn .nav-item,
.cid-u213nv4Ewn .nav-link,
.cid-u213nv4Ewn .navbar-caption {
  font-weight: normal;
}
.cid-u213nv4Ewn .navbar-nav {
  counter-reset: number;
}
.cid-u213nv4Ewn .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u213nv4Ewn .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u213nv4Ewn .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u213nv4Ewn .btn {
    white-space: nowrap;
  }
  .cid-u213nv4Ewn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u213nv4Ewn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u213nv4Ewn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u213nv4Ewn .dropdown-toggle::after,
  .cid-u213nv4Ewn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u213nv4Ewn .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u213nv4Ewn .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u213nv4Ewn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u213nv4Ewn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u213nv4Ewn .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u213nv4Ewn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u213nv4Ewn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u213nv4Ewn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u213nv4Ewn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u213nv4Ewn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u213nv4Ewn .nav-item:focus,
.cid-u213nv4Ewn .nav-link:focus {
  outline: none;
}
.cid-u213nv4Ewn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u213nv4Ewn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u213nv4Ewn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u213nv4Ewn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u213nv4Ewn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u213nv4Ewn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u213nv4Ewn ul.navbar-nav li {
  margin: auto;
}
.cid-u213nv4Ewn .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u213nv4Ewn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u213nv4Ewn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u213nv4Ewn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u213nv4Ewn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u213nv4Ewn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u213nv4Ewn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u213nv4Ewn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u213nv4Ewn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u213nv4Ewn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u213nv4Ewn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u213nv4Ewn .navbar .container-fluid,
  .cid-u213nv4Ewn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u213nv4Ewn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u213nv4Ewn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u213nv4Ewn .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u213nv4Ewn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u213nv4Ewn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u213nv4Ewn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u213nv4Ewn .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u213nv4Ewn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u213nv4Ewn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u213nv4Ewn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u213nv4Ewn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u213nv4Ewn .dropdown-item.active,
.cid-u213nv4Ewn .dropdown-item:active {
  background-color: transparent;
}
.cid-u213nv4Ewn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u213nv4Ewn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u213nv4Ewn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u213nv4Ewn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u213nv4Ewn .navbar-buttons {
  text-align: center;
}
.cid-u213nv4Ewn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u213nv4Ewn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u213nv4Ewn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u213nv4Ewn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u213nv4Ewn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u213nv4Ewn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u213nv4Ewn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u213nv4Ewn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u213nv4Ewn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u213nv4Ewn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u213nv4Ewn .navbar-dropdown {
  position: absolute;
}
.cid-u213nv4Ewn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u213nv4Ewn a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u213nv4Ewn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u213nv4Ewn .navbar {
    height: 77px;
  }
  .cid-u213nv4Ewn .navbar.opened {
    height: auto;
  }
  .cid-u213nv4Ewn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u213nvoxU8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u213nvoxU8 .content__block {
  padding: 30px 15px;
}
.cid-u213nvoxU8 .mbr-text {
  margin-bottom: 30px;
}
.cid-u213nvoxU8 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u213nvoxU8 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u213nvoxU8 .bottom__text {
  margin: 10px 0;
}
.cid-u213nvoxU8 .btn {
  margin-top: 0;
}
.cid-u213nvoxU8 .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u213nvoxU8 .image {
  width: 100%;
}
.cid-u213nvoxU8 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u213nvoxU8 .image {
    margin-bottom: 10px;
  }
  .cid-u213nvoxU8 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u213nvoxU8 .mbr-section-title {
  color: #283742;
}
.cid-u213nvoxU8 .mbr-text,
.cid-u213nvoxU8 .mbr-section-btn {
  color: #6a696c;
}
.cid-u2143CNUi1 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2143CNUi1 .nav-item,
.cid-u2143CNUi1 .nav-link,
.cid-u2143CNUi1 .navbar-caption {
  font-weight: normal;
}
.cid-u2143CNUi1 .navbar-nav {
  counter-reset: number;
}
.cid-u2143CNUi1 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2143CNUi1 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2143CNUi1 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2143CNUi1 .btn {
    white-space: nowrap;
  }
  .cid-u2143CNUi1 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2143CNUi1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2143CNUi1 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2143CNUi1 .dropdown-toggle::after,
  .cid-u2143CNUi1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2143CNUi1 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2143CNUi1 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2143CNUi1 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2143CNUi1 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2143CNUi1 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2143CNUi1 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2143CNUi1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2143CNUi1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2143CNUi1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2143CNUi1 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2143CNUi1 .nav-item:focus,
.cid-u2143CNUi1 .nav-link:focus {
  outline: none;
}
.cid-u2143CNUi1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2143CNUi1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2143CNUi1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2143CNUi1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2143CNUi1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2143CNUi1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2143CNUi1 ul.navbar-nav li {
  margin: auto;
}
.cid-u2143CNUi1 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2143CNUi1 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2143CNUi1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2143CNUi1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2143CNUi1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2143CNUi1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2143CNUi1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2143CNUi1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2143CNUi1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2143CNUi1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2143CNUi1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2143CNUi1 .navbar .container-fluid,
  .cid-u2143CNUi1 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2143CNUi1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2143CNUi1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2143CNUi1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2143CNUi1 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2143CNUi1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2143CNUi1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2143CNUi1 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2143CNUi1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2143CNUi1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2143CNUi1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2143CNUi1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2143CNUi1 .dropdown-item.active,
.cid-u2143CNUi1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2143CNUi1 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2143CNUi1 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2143CNUi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2143CNUi1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2143CNUi1 .navbar-buttons {
  text-align: center;
}
.cid-u2143CNUi1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2143CNUi1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2143CNUi1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2143CNUi1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2143CNUi1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2143CNUi1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2143CNUi1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2143CNUi1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2143CNUi1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2143CNUi1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2143CNUi1 .navbar-dropdown {
  position: absolute;
}
.cid-u2143CNUi1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2143CNUi1 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2143CNUi1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2143CNUi1 .navbar {
    height: 77px;
  }
  .cid-u2143CNUi1 .navbar.opened {
    height: auto;
  }
  .cid-u2143CNUi1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2143DbEWb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2143DbEWb .content__block {
  padding: 30px 15px;
}
.cid-u2143DbEWb .mbr-text {
  margin-bottom: 30px;
}
.cid-u2143DbEWb .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2143DbEWb .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2143DbEWb .bottom__text {
  margin: 10px 0;
}
.cid-u2143DbEWb .btn {
  margin-top: 0;
}
.cid-u2143DbEWb .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2143DbEWb .image {
  width: 100%;
}
.cid-u2143DbEWb .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2143DbEWb .image {
    margin-bottom: 10px;
  }
  .cid-u2143DbEWb .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2143DbEWb .mbr-section-title {
  color: #283742;
}
.cid-u2143DbEWb .mbr-text,
.cid-u2143DbEWb .mbr-section-btn {
  color: #6a696c;
}
.cid-u214HRbiUd {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u214HRbiUd .nav-item,
.cid-u214HRbiUd .nav-link,
.cid-u214HRbiUd .navbar-caption {
  font-weight: normal;
}
.cid-u214HRbiUd .navbar-nav {
  counter-reset: number;
}
.cid-u214HRbiUd .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u214HRbiUd .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u214HRbiUd .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u214HRbiUd .btn {
    white-space: nowrap;
  }
  .cid-u214HRbiUd .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u214HRbiUd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u214HRbiUd .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u214HRbiUd .dropdown-toggle::after,
  .cid-u214HRbiUd .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u214HRbiUd .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u214HRbiUd .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u214HRbiUd .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u214HRbiUd .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u214HRbiUd .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u214HRbiUd .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u214HRbiUd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u214HRbiUd .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u214HRbiUd .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u214HRbiUd .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u214HRbiUd .nav-item:focus,
.cid-u214HRbiUd .nav-link:focus {
  outline: none;
}
.cid-u214HRbiUd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u214HRbiUd .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u214HRbiUd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u214HRbiUd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u214HRbiUd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u214HRbiUd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u214HRbiUd ul.navbar-nav li {
  margin: auto;
}
.cid-u214HRbiUd .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u214HRbiUd .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u214HRbiUd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u214HRbiUd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u214HRbiUd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u214HRbiUd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u214HRbiUd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u214HRbiUd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u214HRbiUd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u214HRbiUd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u214HRbiUd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u214HRbiUd .navbar .container-fluid,
  .cid-u214HRbiUd .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u214HRbiUd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u214HRbiUd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u214HRbiUd .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u214HRbiUd .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u214HRbiUd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u214HRbiUd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u214HRbiUd .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u214HRbiUd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u214HRbiUd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u214HRbiUd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u214HRbiUd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u214HRbiUd .dropdown-item.active,
.cid-u214HRbiUd .dropdown-item:active {
  background-color: transparent;
}
.cid-u214HRbiUd .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u214HRbiUd .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u214HRbiUd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u214HRbiUd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u214HRbiUd .navbar-buttons {
  text-align: center;
}
.cid-u214HRbiUd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u214HRbiUd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u214HRbiUd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u214HRbiUd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u214HRbiUd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u214HRbiUd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u214HRbiUd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u214HRbiUd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u214HRbiUd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u214HRbiUd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u214HRbiUd .navbar-dropdown {
  position: absolute;
}
.cid-u214HRbiUd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u214HRbiUd a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u214HRbiUd .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u214HRbiUd .navbar {
    height: 77px;
  }
  .cid-u214HRbiUd .navbar.opened {
    height: auto;
  }
  .cid-u214HRbiUd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u214HRwqXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u214HRwqXQ .content__block {
  padding: 30px 15px;
}
.cid-u214HRwqXQ .mbr-text {
  margin-bottom: 30px;
}
.cid-u214HRwqXQ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u214HRwqXQ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u214HRwqXQ .bottom__text {
  margin: 10px 0;
}
.cid-u214HRwqXQ .btn {
  margin-top: 0;
}
.cid-u214HRwqXQ .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u214HRwqXQ .image {
  width: 100%;
}
.cid-u214HRwqXQ .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u214HRwqXQ .image {
    margin-bottom: 10px;
  }
  .cid-u214HRwqXQ .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u214HRwqXQ .mbr-section-title {
  color: #283742;
}
.cid-u214HRwqXQ .mbr-text,
.cid-u214HRwqXQ .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bvfHCmUT {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bvfHCmUT .nav-item,
.cid-u2bvfHCmUT .nav-link,
.cid-u2bvfHCmUT .navbar-caption {
  font-weight: normal;
}
.cid-u2bvfHCmUT .navbar-nav {
  counter-reset: number;
}
.cid-u2bvfHCmUT .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bvfHCmUT .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bvfHCmUT .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bvfHCmUT .btn {
    white-space: nowrap;
  }
  .cid-u2bvfHCmUT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bvfHCmUT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bvfHCmUT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bvfHCmUT .dropdown-toggle::after,
  .cid-u2bvfHCmUT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bvfHCmUT .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvfHCmUT .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvfHCmUT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bvfHCmUT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvfHCmUT .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bvfHCmUT .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bvfHCmUT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bvfHCmUT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bvfHCmUT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bvfHCmUT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bvfHCmUT .nav-item:focus,
.cid-u2bvfHCmUT .nav-link:focus {
  outline: none;
}
.cid-u2bvfHCmUT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bvfHCmUT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bvfHCmUT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bvfHCmUT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bvfHCmUT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bvfHCmUT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bvfHCmUT ul.navbar-nav li {
  margin: auto;
}
.cid-u2bvfHCmUT .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bvfHCmUT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bvfHCmUT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bvfHCmUT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bvfHCmUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bvfHCmUT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bvfHCmUT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bvfHCmUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bvfHCmUT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bvfHCmUT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bvfHCmUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bvfHCmUT .navbar .container-fluid,
  .cid-u2bvfHCmUT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bvfHCmUT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bvfHCmUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bvfHCmUT .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bvfHCmUT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bvfHCmUT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bvfHCmUT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bvfHCmUT .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bvfHCmUT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bvfHCmUT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bvfHCmUT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bvfHCmUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bvfHCmUT .dropdown-item.active,
.cid-u2bvfHCmUT .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bvfHCmUT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bvfHCmUT .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bvfHCmUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bvfHCmUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bvfHCmUT .navbar-buttons {
  text-align: center;
}
.cid-u2bvfHCmUT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bvfHCmUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bvfHCmUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bvfHCmUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bvfHCmUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bvfHCmUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bvfHCmUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bvfHCmUT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bvfHCmUT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bvfHCmUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bvfHCmUT .navbar-dropdown {
  position: absolute;
}
.cid-u2bvfHCmUT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvfHCmUT a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bvfHCmUT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bvfHCmUT .navbar {
    height: 77px;
  }
  .cid-u2bvfHCmUT .navbar.opened {
    height: auto;
  }
  .cid-u2bvfHCmUT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bvfIgq9K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bvfIgq9K .content__block {
  padding: 30px 15px;
}
.cid-u2bvfIgq9K .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bvfIgq9K .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bvfIgq9K .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bvfIgq9K .bottom__text {
  margin: 10px 0;
}
.cid-u2bvfIgq9K .btn {
  margin-top: 0;
}
.cid-u2bvfIgq9K .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bvfIgq9K .image {
  width: 100%;
}
.cid-u2bvfIgq9K .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bvfIgq9K .image {
    margin-bottom: 10px;
  }
  .cid-u2bvfIgq9K .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bvfIgq9K .mbr-section-title {
  color: #283742;
}
.cid-u2bvfIgq9K .mbr-text,
.cid-u2bvfIgq9K .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bvUYj3IM {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bvUYj3IM .nav-item,
.cid-u2bvUYj3IM .nav-link,
.cid-u2bvUYj3IM .navbar-caption {
  font-weight: normal;
}
.cid-u2bvUYj3IM .navbar-nav {
  counter-reset: number;
}
.cid-u2bvUYj3IM .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bvUYj3IM .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bvUYj3IM .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bvUYj3IM .btn {
    white-space: nowrap;
  }
  .cid-u2bvUYj3IM .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bvUYj3IM .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bvUYj3IM .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bvUYj3IM .dropdown-toggle::after,
  .cid-u2bvUYj3IM .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bvUYj3IM .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvUYj3IM .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvUYj3IM .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bvUYj3IM .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvUYj3IM .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bvUYj3IM .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bvUYj3IM .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bvUYj3IM .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bvUYj3IM .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bvUYj3IM .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bvUYj3IM .nav-item:focus,
.cid-u2bvUYj3IM .nav-link:focus {
  outline: none;
}
.cid-u2bvUYj3IM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bvUYj3IM .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bvUYj3IM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bvUYj3IM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bvUYj3IM .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bvUYj3IM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bvUYj3IM ul.navbar-nav li {
  margin: auto;
}
.cid-u2bvUYj3IM .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bvUYj3IM .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bvUYj3IM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bvUYj3IM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bvUYj3IM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bvUYj3IM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bvUYj3IM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bvUYj3IM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bvUYj3IM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bvUYj3IM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bvUYj3IM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bvUYj3IM .navbar .container-fluid,
  .cid-u2bvUYj3IM .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bvUYj3IM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bvUYj3IM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bvUYj3IM .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bvUYj3IM .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bvUYj3IM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bvUYj3IM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bvUYj3IM .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bvUYj3IM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bvUYj3IM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bvUYj3IM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bvUYj3IM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bvUYj3IM .dropdown-item.active,
.cid-u2bvUYj3IM .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bvUYj3IM .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bvUYj3IM .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bvUYj3IM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bvUYj3IM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bvUYj3IM .navbar-buttons {
  text-align: center;
}
.cid-u2bvUYj3IM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bvUYj3IM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bvUYj3IM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bvUYj3IM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bvUYj3IM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bvUYj3IM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bvUYj3IM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bvUYj3IM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bvUYj3IM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bvUYj3IM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bvUYj3IM .navbar-dropdown {
  position: absolute;
}
.cid-u2bvUYj3IM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bvUYj3IM a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bvUYj3IM .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bvUYj3IM .navbar {
    height: 77px;
  }
  .cid-u2bvUYj3IM .navbar.opened {
    height: auto;
  }
  .cid-u2bvUYj3IM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bvUYRkEy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bvUYRkEy .content__block {
  padding: 30px 15px;
}
.cid-u2bvUYRkEy .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bvUYRkEy .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bvUYRkEy .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bvUYRkEy .bottom__text {
  margin: 10px 0;
}
.cid-u2bvUYRkEy .btn {
  margin-top: 0;
}
.cid-u2bvUYRkEy .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bvUYRkEy .image {
  width: 100%;
}
.cid-u2bvUYRkEy .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bvUYRkEy .image {
    margin-bottom: 10px;
  }
  .cid-u2bvUYRkEy .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bvUYRkEy .mbr-section-title {
  color: #283742;
}
.cid-u2bvUYRkEy .mbr-text,
.cid-u2bvUYRkEy .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bwmuWrj0 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bwmuWrj0 .nav-item,
.cid-u2bwmuWrj0 .nav-link,
.cid-u2bwmuWrj0 .navbar-caption {
  font-weight: normal;
}
.cid-u2bwmuWrj0 .navbar-nav {
  counter-reset: number;
}
.cid-u2bwmuWrj0 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bwmuWrj0 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bwmuWrj0 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bwmuWrj0 .btn {
    white-space: nowrap;
  }
  .cid-u2bwmuWrj0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bwmuWrj0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bwmuWrj0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bwmuWrj0 .dropdown-toggle::after,
  .cid-u2bwmuWrj0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bwmuWrj0 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwmuWrj0 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwmuWrj0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bwmuWrj0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwmuWrj0 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bwmuWrj0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bwmuWrj0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bwmuWrj0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bwmuWrj0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bwmuWrj0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bwmuWrj0 .nav-item:focus,
.cid-u2bwmuWrj0 .nav-link:focus {
  outline: none;
}
.cid-u2bwmuWrj0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bwmuWrj0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bwmuWrj0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bwmuWrj0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bwmuWrj0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bwmuWrj0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bwmuWrj0 ul.navbar-nav li {
  margin: auto;
}
.cid-u2bwmuWrj0 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bwmuWrj0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bwmuWrj0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bwmuWrj0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bwmuWrj0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bwmuWrj0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bwmuWrj0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bwmuWrj0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bwmuWrj0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bwmuWrj0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bwmuWrj0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bwmuWrj0 .navbar .container-fluid,
  .cid-u2bwmuWrj0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bwmuWrj0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bwmuWrj0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bwmuWrj0 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bwmuWrj0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bwmuWrj0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bwmuWrj0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bwmuWrj0 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bwmuWrj0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bwmuWrj0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bwmuWrj0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bwmuWrj0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bwmuWrj0 .dropdown-item.active,
.cid-u2bwmuWrj0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bwmuWrj0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bwmuWrj0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bwmuWrj0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bwmuWrj0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bwmuWrj0 .navbar-buttons {
  text-align: center;
}
.cid-u2bwmuWrj0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bwmuWrj0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bwmuWrj0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bwmuWrj0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bwmuWrj0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bwmuWrj0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bwmuWrj0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bwmuWrj0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bwmuWrj0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bwmuWrj0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bwmuWrj0 .navbar-dropdown {
  position: absolute;
}
.cid-u2bwmuWrj0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwmuWrj0 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bwmuWrj0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bwmuWrj0 .navbar {
    height: 77px;
  }
  .cid-u2bwmuWrj0 .navbar.opened {
    height: auto;
  }
  .cid-u2bwmuWrj0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bwmvq6wH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bwmvq6wH .content__block {
  padding: 30px 15px;
}
.cid-u2bwmvq6wH .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bwmvq6wH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bwmvq6wH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bwmvq6wH .bottom__text {
  margin: 10px 0;
}
.cid-u2bwmvq6wH .btn {
  margin-top: 0;
}
.cid-u2bwmvq6wH .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bwmvq6wH .image {
  width: 100%;
}
.cid-u2bwmvq6wH .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bwmvq6wH .image {
    margin-bottom: 10px;
  }
  .cid-u2bwmvq6wH .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bwmvq6wH .mbr-section-title {
  color: #283742;
}
.cid-u2bwmvq6wH .mbr-text,
.cid-u2bwmvq6wH .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bwFucIEB {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bwFucIEB .nav-item,
.cid-u2bwFucIEB .nav-link,
.cid-u2bwFucIEB .navbar-caption {
  font-weight: normal;
}
.cid-u2bwFucIEB .navbar-nav {
  counter-reset: number;
}
.cid-u2bwFucIEB .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bwFucIEB .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bwFucIEB .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bwFucIEB .btn {
    white-space: nowrap;
  }
  .cid-u2bwFucIEB .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bwFucIEB .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bwFucIEB .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bwFucIEB .dropdown-toggle::after,
  .cid-u2bwFucIEB .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bwFucIEB .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwFucIEB .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwFucIEB .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bwFucIEB .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwFucIEB .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bwFucIEB .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bwFucIEB .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bwFucIEB .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bwFucIEB .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bwFucIEB .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bwFucIEB .nav-item:focus,
.cid-u2bwFucIEB .nav-link:focus {
  outline: none;
}
.cid-u2bwFucIEB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bwFucIEB .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bwFucIEB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bwFucIEB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bwFucIEB .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bwFucIEB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bwFucIEB ul.navbar-nav li {
  margin: auto;
}
.cid-u2bwFucIEB .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bwFucIEB .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bwFucIEB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bwFucIEB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bwFucIEB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bwFucIEB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bwFucIEB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bwFucIEB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bwFucIEB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bwFucIEB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bwFucIEB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bwFucIEB .navbar .container-fluid,
  .cid-u2bwFucIEB .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bwFucIEB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bwFucIEB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bwFucIEB .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bwFucIEB .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bwFucIEB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bwFucIEB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bwFucIEB .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bwFucIEB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bwFucIEB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bwFucIEB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bwFucIEB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bwFucIEB .dropdown-item.active,
.cid-u2bwFucIEB .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bwFucIEB .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bwFucIEB .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bwFucIEB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bwFucIEB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bwFucIEB .navbar-buttons {
  text-align: center;
}
.cid-u2bwFucIEB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bwFucIEB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bwFucIEB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bwFucIEB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bwFucIEB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bwFucIEB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bwFucIEB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bwFucIEB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bwFucIEB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bwFucIEB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bwFucIEB .navbar-dropdown {
  position: absolute;
}
.cid-u2bwFucIEB a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwFucIEB a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bwFucIEB .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bwFucIEB .navbar {
    height: 77px;
  }
  .cid-u2bwFucIEB .navbar.opened {
    height: auto;
  }
  .cid-u2bwFucIEB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bwFuJraC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bwFuJraC .content__block {
  padding: 30px 15px;
}
.cid-u2bwFuJraC .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bwFuJraC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bwFuJraC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bwFuJraC .bottom__text {
  margin: 10px 0;
}
.cid-u2bwFuJraC .btn {
  margin-top: 0;
}
.cid-u2bwFuJraC .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bwFuJraC .image {
  width: 100%;
}
.cid-u2bwFuJraC .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bwFuJraC .image {
    margin-bottom: 10px;
  }
  .cid-u2bwFuJraC .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bwFuJraC .mbr-section-title {
  color: #283742;
}
.cid-u2bwFuJraC .mbr-text,
.cid-u2bwFuJraC .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bwRZrp1D {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bwRZrp1D .nav-item,
.cid-u2bwRZrp1D .nav-link,
.cid-u2bwRZrp1D .navbar-caption {
  font-weight: normal;
}
.cid-u2bwRZrp1D .navbar-nav {
  counter-reset: number;
}
.cid-u2bwRZrp1D .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bwRZrp1D .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bwRZrp1D .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bwRZrp1D .btn {
    white-space: nowrap;
  }
  .cid-u2bwRZrp1D .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bwRZrp1D .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bwRZrp1D .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bwRZrp1D .dropdown-toggle::after,
  .cid-u2bwRZrp1D .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bwRZrp1D .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwRZrp1D .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwRZrp1D .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bwRZrp1D .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwRZrp1D .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bwRZrp1D .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bwRZrp1D .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bwRZrp1D .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bwRZrp1D .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bwRZrp1D .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bwRZrp1D .nav-item:focus,
.cid-u2bwRZrp1D .nav-link:focus {
  outline: none;
}
.cid-u2bwRZrp1D .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bwRZrp1D .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bwRZrp1D .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bwRZrp1D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bwRZrp1D .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bwRZrp1D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bwRZrp1D ul.navbar-nav li {
  margin: auto;
}
.cid-u2bwRZrp1D .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bwRZrp1D .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bwRZrp1D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bwRZrp1D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bwRZrp1D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bwRZrp1D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bwRZrp1D .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bwRZrp1D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bwRZrp1D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bwRZrp1D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bwRZrp1D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bwRZrp1D .navbar .container-fluid,
  .cid-u2bwRZrp1D .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bwRZrp1D .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bwRZrp1D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bwRZrp1D .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bwRZrp1D .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bwRZrp1D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bwRZrp1D .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bwRZrp1D .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bwRZrp1D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bwRZrp1D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bwRZrp1D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bwRZrp1D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bwRZrp1D .dropdown-item.active,
.cid-u2bwRZrp1D .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bwRZrp1D .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bwRZrp1D .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bwRZrp1D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bwRZrp1D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bwRZrp1D .navbar-buttons {
  text-align: center;
}
.cid-u2bwRZrp1D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bwRZrp1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bwRZrp1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bwRZrp1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bwRZrp1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bwRZrp1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bwRZrp1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bwRZrp1D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bwRZrp1D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bwRZrp1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bwRZrp1D .navbar-dropdown {
  position: absolute;
}
.cid-u2bwRZrp1D a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bwRZrp1D a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bwRZrp1D .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bwRZrp1D .navbar {
    height: 77px;
  }
  .cid-u2bwRZrp1D .navbar.opened {
    height: auto;
  }
  .cid-u2bwRZrp1D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bwS00oso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bwS00oso .content__block {
  padding: 30px 15px;
}
.cid-u2bwS00oso .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bwS00oso .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bwS00oso .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bwS00oso .bottom__text {
  margin: 10px 0;
}
.cid-u2bwS00oso .btn {
  margin-top: 0;
}
.cid-u2bwS00oso .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bwS00oso .image {
  width: 100%;
}
.cid-u2bwS00oso .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bwS00oso .image {
    margin-bottom: 10px;
  }
  .cid-u2bwS00oso .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bwS00oso .mbr-section-title {
  color: #283742;
}
.cid-u2bwS00oso .mbr-text,
.cid-u2bwS00oso .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bx8SV2oR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bx8SV2oR .nav-item,
.cid-u2bx8SV2oR .nav-link,
.cid-u2bx8SV2oR .navbar-caption {
  font-weight: normal;
}
.cid-u2bx8SV2oR .navbar-nav {
  counter-reset: number;
}
.cid-u2bx8SV2oR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bx8SV2oR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bx8SV2oR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bx8SV2oR .btn {
    white-space: nowrap;
  }
  .cid-u2bx8SV2oR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bx8SV2oR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bx8SV2oR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bx8SV2oR .dropdown-toggle::after,
  .cid-u2bx8SV2oR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bx8SV2oR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bx8SV2oR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bx8SV2oR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bx8SV2oR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bx8SV2oR .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bx8SV2oR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bx8SV2oR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bx8SV2oR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bx8SV2oR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bx8SV2oR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bx8SV2oR .nav-item:focus,
.cid-u2bx8SV2oR .nav-link:focus {
  outline: none;
}
.cid-u2bx8SV2oR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bx8SV2oR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bx8SV2oR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bx8SV2oR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bx8SV2oR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bx8SV2oR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bx8SV2oR ul.navbar-nav li {
  margin: auto;
}
.cid-u2bx8SV2oR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bx8SV2oR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bx8SV2oR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bx8SV2oR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bx8SV2oR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bx8SV2oR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bx8SV2oR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bx8SV2oR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bx8SV2oR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bx8SV2oR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bx8SV2oR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bx8SV2oR .navbar .container-fluid,
  .cid-u2bx8SV2oR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bx8SV2oR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bx8SV2oR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bx8SV2oR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bx8SV2oR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bx8SV2oR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bx8SV2oR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bx8SV2oR .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bx8SV2oR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bx8SV2oR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bx8SV2oR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bx8SV2oR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bx8SV2oR .dropdown-item.active,
.cid-u2bx8SV2oR .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bx8SV2oR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bx8SV2oR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bx8SV2oR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bx8SV2oR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bx8SV2oR .navbar-buttons {
  text-align: center;
}
.cid-u2bx8SV2oR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bx8SV2oR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bx8SV2oR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bx8SV2oR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bx8SV2oR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bx8SV2oR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bx8SV2oR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bx8SV2oR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bx8SV2oR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bx8SV2oR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bx8SV2oR .navbar-dropdown {
  position: absolute;
}
.cid-u2bx8SV2oR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bx8SV2oR a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bx8SV2oR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bx8SV2oR .navbar {
    height: 77px;
  }
  .cid-u2bx8SV2oR .navbar.opened {
    height: auto;
  }
  .cid-u2bx8SV2oR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bx8TogGC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bx8TogGC .content__block {
  padding: 30px 15px;
}
.cid-u2bx8TogGC .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bx8TogGC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bx8TogGC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bx8TogGC .bottom__text {
  margin: 10px 0;
}
.cid-u2bx8TogGC .btn {
  margin-top: 0;
}
.cid-u2bx8TogGC .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bx8TogGC .image {
  width: 100%;
}
.cid-u2bx8TogGC .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bx8TogGC .image {
    margin-bottom: 10px;
  }
  .cid-u2bx8TogGC .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bx8TogGC .mbr-section-title {
  color: #283742;
}
.cid-u2bx8TogGC .mbr-text,
.cid-u2bx8TogGC .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bxqJ94Oa {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bxqJ94Oa .nav-item,
.cid-u2bxqJ94Oa .nav-link,
.cid-u2bxqJ94Oa .navbar-caption {
  font-weight: normal;
}
.cid-u2bxqJ94Oa .navbar-nav {
  counter-reset: number;
}
.cid-u2bxqJ94Oa .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bxqJ94Oa .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bxqJ94Oa .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bxqJ94Oa .btn {
    white-space: nowrap;
  }
  .cid-u2bxqJ94Oa .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bxqJ94Oa .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bxqJ94Oa .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bxqJ94Oa .dropdown-toggle::after,
  .cid-u2bxqJ94Oa .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bxqJ94Oa .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxqJ94Oa .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxqJ94Oa .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bxqJ94Oa .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxqJ94Oa .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bxqJ94Oa .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bxqJ94Oa .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bxqJ94Oa .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bxqJ94Oa .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bxqJ94Oa .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bxqJ94Oa .nav-item:focus,
.cid-u2bxqJ94Oa .nav-link:focus {
  outline: none;
}
.cid-u2bxqJ94Oa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bxqJ94Oa .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bxqJ94Oa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bxqJ94Oa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bxqJ94Oa .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bxqJ94Oa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bxqJ94Oa ul.navbar-nav li {
  margin: auto;
}
.cid-u2bxqJ94Oa .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bxqJ94Oa .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bxqJ94Oa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bxqJ94Oa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bxqJ94Oa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bxqJ94Oa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bxqJ94Oa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bxqJ94Oa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bxqJ94Oa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bxqJ94Oa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bxqJ94Oa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bxqJ94Oa .navbar .container-fluid,
  .cid-u2bxqJ94Oa .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bxqJ94Oa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bxqJ94Oa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bxqJ94Oa .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bxqJ94Oa .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bxqJ94Oa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bxqJ94Oa .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bxqJ94Oa .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bxqJ94Oa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bxqJ94Oa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bxqJ94Oa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bxqJ94Oa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bxqJ94Oa .dropdown-item.active,
.cid-u2bxqJ94Oa .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bxqJ94Oa .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bxqJ94Oa .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bxqJ94Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bxqJ94Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bxqJ94Oa .navbar-buttons {
  text-align: center;
}
.cid-u2bxqJ94Oa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bxqJ94Oa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bxqJ94Oa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bxqJ94Oa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bxqJ94Oa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bxqJ94Oa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bxqJ94Oa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bxqJ94Oa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bxqJ94Oa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bxqJ94Oa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bxqJ94Oa .navbar-dropdown {
  position: absolute;
}
.cid-u2bxqJ94Oa a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxqJ94Oa a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bxqJ94Oa .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bxqJ94Oa .navbar {
    height: 77px;
  }
  .cid-u2bxqJ94Oa .navbar.opened {
    height: auto;
  }
  .cid-u2bxqJ94Oa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bxqJPclf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bxqJPclf .content__block {
  padding: 30px 15px;
}
.cid-u2bxqJPclf .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bxqJPclf .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bxqJPclf .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bxqJPclf .bottom__text {
  margin: 10px 0;
}
.cid-u2bxqJPclf .btn {
  margin-top: 0;
}
.cid-u2bxqJPclf .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bxqJPclf .image {
  width: 100%;
}
.cid-u2bxqJPclf .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bxqJPclf .image {
    margin-bottom: 10px;
  }
  .cid-u2bxqJPclf .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bxqJPclf .mbr-section-title {
  color: #283742;
}
.cid-u2bxqJPclf .mbr-text,
.cid-u2bxqJPclf .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bxJmzkDT {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bxJmzkDT .nav-item,
.cid-u2bxJmzkDT .nav-link,
.cid-u2bxJmzkDT .navbar-caption {
  font-weight: normal;
}
.cid-u2bxJmzkDT .navbar-nav {
  counter-reset: number;
}
.cid-u2bxJmzkDT .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bxJmzkDT .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bxJmzkDT .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bxJmzkDT .btn {
    white-space: nowrap;
  }
  .cid-u2bxJmzkDT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bxJmzkDT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bxJmzkDT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bxJmzkDT .dropdown-toggle::after,
  .cid-u2bxJmzkDT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bxJmzkDT .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxJmzkDT .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxJmzkDT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bxJmzkDT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxJmzkDT .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bxJmzkDT .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bxJmzkDT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bxJmzkDT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bxJmzkDT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bxJmzkDT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bxJmzkDT .nav-item:focus,
.cid-u2bxJmzkDT .nav-link:focus {
  outline: none;
}
.cid-u2bxJmzkDT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bxJmzkDT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bxJmzkDT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bxJmzkDT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bxJmzkDT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bxJmzkDT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bxJmzkDT ul.navbar-nav li {
  margin: auto;
}
.cid-u2bxJmzkDT .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bxJmzkDT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bxJmzkDT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bxJmzkDT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bxJmzkDT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bxJmzkDT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bxJmzkDT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bxJmzkDT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bxJmzkDT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bxJmzkDT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bxJmzkDT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bxJmzkDT .navbar .container-fluid,
  .cid-u2bxJmzkDT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bxJmzkDT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bxJmzkDT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bxJmzkDT .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bxJmzkDT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bxJmzkDT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bxJmzkDT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bxJmzkDT .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bxJmzkDT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bxJmzkDT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bxJmzkDT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bxJmzkDT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bxJmzkDT .dropdown-item.active,
.cid-u2bxJmzkDT .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bxJmzkDT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bxJmzkDT .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bxJmzkDT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bxJmzkDT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bxJmzkDT .navbar-buttons {
  text-align: center;
}
.cid-u2bxJmzkDT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bxJmzkDT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bxJmzkDT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bxJmzkDT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bxJmzkDT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bxJmzkDT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bxJmzkDT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bxJmzkDT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bxJmzkDT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bxJmzkDT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bxJmzkDT .navbar-dropdown {
  position: absolute;
}
.cid-u2bxJmzkDT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxJmzkDT a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bxJmzkDT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bxJmzkDT .navbar {
    height: 77px;
  }
  .cid-u2bxJmzkDT .navbar.opened {
    height: auto;
  }
  .cid-u2bxJmzkDT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bxJn0MvX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bxJn0MvX .content__block {
  padding: 30px 15px;
}
.cid-u2bxJn0MvX .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bxJn0MvX .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bxJn0MvX .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bxJn0MvX .bottom__text {
  margin: 10px 0;
}
.cid-u2bxJn0MvX .btn {
  margin-top: 0;
}
.cid-u2bxJn0MvX .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bxJn0MvX .image {
  width: 100%;
}
.cid-u2bxJn0MvX .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bxJn0MvX .image {
    margin-bottom: 10px;
  }
  .cid-u2bxJn0MvX .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bxJn0MvX .mbr-section-title {
  color: #283742;
}
.cid-u2bxJn0MvX .mbr-text,
.cid-u2bxJn0MvX .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bxSEvCmu {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bxSEvCmu .nav-item,
.cid-u2bxSEvCmu .nav-link,
.cid-u2bxSEvCmu .navbar-caption {
  font-weight: normal;
}
.cid-u2bxSEvCmu .navbar-nav {
  counter-reset: number;
}
.cid-u2bxSEvCmu .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bxSEvCmu .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bxSEvCmu .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bxSEvCmu .btn {
    white-space: nowrap;
  }
  .cid-u2bxSEvCmu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bxSEvCmu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bxSEvCmu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bxSEvCmu .dropdown-toggle::after,
  .cid-u2bxSEvCmu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bxSEvCmu .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxSEvCmu .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxSEvCmu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bxSEvCmu .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxSEvCmu .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bxSEvCmu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bxSEvCmu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bxSEvCmu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bxSEvCmu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bxSEvCmu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bxSEvCmu .nav-item:focus,
.cid-u2bxSEvCmu .nav-link:focus {
  outline: none;
}
.cid-u2bxSEvCmu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bxSEvCmu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bxSEvCmu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bxSEvCmu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bxSEvCmu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bxSEvCmu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bxSEvCmu ul.navbar-nav li {
  margin: auto;
}
.cid-u2bxSEvCmu .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bxSEvCmu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bxSEvCmu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bxSEvCmu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bxSEvCmu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bxSEvCmu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bxSEvCmu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bxSEvCmu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bxSEvCmu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bxSEvCmu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bxSEvCmu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bxSEvCmu .navbar .container-fluid,
  .cid-u2bxSEvCmu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bxSEvCmu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bxSEvCmu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bxSEvCmu .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bxSEvCmu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bxSEvCmu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bxSEvCmu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bxSEvCmu .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bxSEvCmu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bxSEvCmu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bxSEvCmu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bxSEvCmu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bxSEvCmu .dropdown-item.active,
.cid-u2bxSEvCmu .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bxSEvCmu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bxSEvCmu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bxSEvCmu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bxSEvCmu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bxSEvCmu .navbar-buttons {
  text-align: center;
}
.cid-u2bxSEvCmu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bxSEvCmu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bxSEvCmu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bxSEvCmu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bxSEvCmu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bxSEvCmu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bxSEvCmu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bxSEvCmu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bxSEvCmu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bxSEvCmu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bxSEvCmu .navbar-dropdown {
  position: absolute;
}
.cid-u2bxSEvCmu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bxSEvCmu a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bxSEvCmu .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bxSEvCmu .navbar {
    height: 77px;
  }
  .cid-u2bxSEvCmu .navbar.opened {
    height: auto;
  }
  .cid-u2bxSEvCmu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bxSEYw7o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bxSEYw7o .content__block {
  padding: 30px 15px;
}
.cid-u2bxSEYw7o .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bxSEYw7o .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bxSEYw7o .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bxSEYw7o .bottom__text {
  margin: 10px 0;
}
.cid-u2bxSEYw7o .btn {
  margin-top: 0;
}
.cid-u2bxSEYw7o .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bxSEYw7o .image {
  width: 100%;
}
.cid-u2bxSEYw7o .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bxSEYw7o .image {
    margin-bottom: 10px;
  }
  .cid-u2bxSEYw7o .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bxSEYw7o .mbr-section-title {
  color: #283742;
}
.cid-u2bxSEYw7o .mbr-text,
.cid-u2bxSEYw7o .mbr-section-btn {
  color: #6a696c;
}
.cid-u2by3ShWAd {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2by3ShWAd .nav-item,
.cid-u2by3ShWAd .nav-link,
.cid-u2by3ShWAd .navbar-caption {
  font-weight: normal;
}
.cid-u2by3ShWAd .navbar-nav {
  counter-reset: number;
}
.cid-u2by3ShWAd .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2by3ShWAd .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2by3ShWAd .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2by3ShWAd .btn {
    white-space: nowrap;
  }
  .cid-u2by3ShWAd .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2by3ShWAd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2by3ShWAd .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2by3ShWAd .dropdown-toggle::after,
  .cid-u2by3ShWAd .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2by3ShWAd .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2by3ShWAd .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2by3ShWAd .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2by3ShWAd .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2by3ShWAd .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2by3ShWAd .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2by3ShWAd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2by3ShWAd .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2by3ShWAd .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2by3ShWAd .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2by3ShWAd .nav-item:focus,
.cid-u2by3ShWAd .nav-link:focus {
  outline: none;
}
.cid-u2by3ShWAd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2by3ShWAd .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2by3ShWAd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2by3ShWAd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2by3ShWAd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2by3ShWAd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2by3ShWAd ul.navbar-nav li {
  margin: auto;
}
.cid-u2by3ShWAd .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2by3ShWAd .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2by3ShWAd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2by3ShWAd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2by3ShWAd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2by3ShWAd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2by3ShWAd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2by3ShWAd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2by3ShWAd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2by3ShWAd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2by3ShWAd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2by3ShWAd .navbar .container-fluid,
  .cid-u2by3ShWAd .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2by3ShWAd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2by3ShWAd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2by3ShWAd .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2by3ShWAd .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2by3ShWAd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2by3ShWAd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2by3ShWAd .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2by3ShWAd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2by3ShWAd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2by3ShWAd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2by3ShWAd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2by3ShWAd .dropdown-item.active,
.cid-u2by3ShWAd .dropdown-item:active {
  background-color: transparent;
}
.cid-u2by3ShWAd .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2by3ShWAd .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2by3ShWAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2by3ShWAd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2by3ShWAd .navbar-buttons {
  text-align: center;
}
.cid-u2by3ShWAd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2by3ShWAd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2by3ShWAd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2by3ShWAd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2by3ShWAd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2by3ShWAd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2by3ShWAd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2by3ShWAd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2by3ShWAd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2by3ShWAd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2by3ShWAd .navbar-dropdown {
  position: absolute;
}
.cid-u2by3ShWAd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2by3ShWAd a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2by3ShWAd .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2by3ShWAd .navbar {
    height: 77px;
  }
  .cid-u2by3ShWAd .navbar.opened {
    height: auto;
  }
  .cid-u2by3ShWAd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2by3SRgqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2by3SRgqD .content__block {
  padding: 30px 15px;
}
.cid-u2by3SRgqD .mbr-text {
  margin-bottom: 30px;
}
.cid-u2by3SRgqD .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2by3SRgqD .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2by3SRgqD .bottom__text {
  margin: 10px 0;
}
.cid-u2by3SRgqD .btn {
  margin-top: 0;
}
.cid-u2by3SRgqD .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2by3SRgqD .image {
  width: 100%;
}
.cid-u2by3SRgqD .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2by3SRgqD .image {
    margin-bottom: 10px;
  }
  .cid-u2by3SRgqD .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2by3SRgqD .mbr-section-title {
  color: #283742;
}
.cid-u2by3SRgqD .mbr-text,
.cid-u2by3SRgqD .mbr-section-btn {
  color: #6a696c;
}
.cid-u2byfLeKYu {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2byfLeKYu .nav-item,
.cid-u2byfLeKYu .nav-link,
.cid-u2byfLeKYu .navbar-caption {
  font-weight: normal;
}
.cid-u2byfLeKYu .navbar-nav {
  counter-reset: number;
}
.cid-u2byfLeKYu .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2byfLeKYu .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2byfLeKYu .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2byfLeKYu .btn {
    white-space: nowrap;
  }
  .cid-u2byfLeKYu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2byfLeKYu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2byfLeKYu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2byfLeKYu .dropdown-toggle::after,
  .cid-u2byfLeKYu .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2byfLeKYu .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byfLeKYu .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byfLeKYu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2byfLeKYu .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byfLeKYu .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2byfLeKYu .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2byfLeKYu .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2byfLeKYu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2byfLeKYu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2byfLeKYu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2byfLeKYu .nav-item:focus,
.cid-u2byfLeKYu .nav-link:focus {
  outline: none;
}
.cid-u2byfLeKYu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2byfLeKYu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2byfLeKYu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2byfLeKYu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2byfLeKYu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2byfLeKYu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2byfLeKYu ul.navbar-nav li {
  margin: auto;
}
.cid-u2byfLeKYu .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2byfLeKYu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2byfLeKYu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2byfLeKYu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2byfLeKYu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2byfLeKYu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2byfLeKYu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2byfLeKYu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2byfLeKYu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2byfLeKYu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2byfLeKYu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2byfLeKYu .navbar .container-fluid,
  .cid-u2byfLeKYu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2byfLeKYu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2byfLeKYu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2byfLeKYu .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2byfLeKYu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2byfLeKYu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2byfLeKYu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2byfLeKYu .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2byfLeKYu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2byfLeKYu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2byfLeKYu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2byfLeKYu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2byfLeKYu .dropdown-item.active,
.cid-u2byfLeKYu .dropdown-item:active {
  background-color: transparent;
}
.cid-u2byfLeKYu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2byfLeKYu .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2byfLeKYu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2byfLeKYu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2byfLeKYu .navbar-buttons {
  text-align: center;
}
.cid-u2byfLeKYu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2byfLeKYu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2byfLeKYu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2byfLeKYu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2byfLeKYu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2byfLeKYu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2byfLeKYu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2byfLeKYu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2byfLeKYu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2byfLeKYu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2byfLeKYu .navbar-dropdown {
  position: absolute;
}
.cid-u2byfLeKYu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byfLeKYu a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2byfLeKYu .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2byfLeKYu .navbar {
    height: 77px;
  }
  .cid-u2byfLeKYu .navbar.opened {
    height: auto;
  }
  .cid-u2byfLeKYu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2byfLI30O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2byfLI30O .content__block {
  padding: 30px 15px;
}
.cid-u2byfLI30O .mbr-text {
  margin-bottom: 30px;
}
.cid-u2byfLI30O .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2byfLI30O .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2byfLI30O .bottom__text {
  margin: 10px 0;
}
.cid-u2byfLI30O .btn {
  margin-top: 0;
}
.cid-u2byfLI30O .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2byfLI30O .image {
  width: 100%;
}
.cid-u2byfLI30O .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2byfLI30O .image {
    margin-bottom: 10px;
  }
  .cid-u2byfLI30O .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2byfLI30O .mbr-section-title {
  color: #283742;
}
.cid-u2byfLI30O .mbr-text,
.cid-u2byfLI30O .mbr-section-btn {
  color: #6a696c;
}
.cid-u2byBa5sUD {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2byBa5sUD .nav-item,
.cid-u2byBa5sUD .nav-link,
.cid-u2byBa5sUD .navbar-caption {
  font-weight: normal;
}
.cid-u2byBa5sUD .navbar-nav {
  counter-reset: number;
}
.cid-u2byBa5sUD .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2byBa5sUD .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2byBa5sUD .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2byBa5sUD .btn {
    white-space: nowrap;
  }
  .cid-u2byBa5sUD .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2byBa5sUD .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2byBa5sUD .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2byBa5sUD .dropdown-toggle::after,
  .cid-u2byBa5sUD .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2byBa5sUD .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byBa5sUD .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byBa5sUD .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2byBa5sUD .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byBa5sUD .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2byBa5sUD .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2byBa5sUD .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2byBa5sUD .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2byBa5sUD .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2byBa5sUD .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2byBa5sUD .nav-item:focus,
.cid-u2byBa5sUD .nav-link:focus {
  outline: none;
}
.cid-u2byBa5sUD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2byBa5sUD .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2byBa5sUD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2byBa5sUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2byBa5sUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2byBa5sUD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2byBa5sUD ul.navbar-nav li {
  margin: auto;
}
.cid-u2byBa5sUD .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2byBa5sUD .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2byBa5sUD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2byBa5sUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2byBa5sUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2byBa5sUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2byBa5sUD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2byBa5sUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2byBa5sUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2byBa5sUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2byBa5sUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2byBa5sUD .navbar .container-fluid,
  .cid-u2byBa5sUD .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2byBa5sUD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2byBa5sUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2byBa5sUD .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2byBa5sUD .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2byBa5sUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2byBa5sUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2byBa5sUD .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2byBa5sUD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2byBa5sUD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2byBa5sUD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2byBa5sUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2byBa5sUD .dropdown-item.active,
.cid-u2byBa5sUD .dropdown-item:active {
  background-color: transparent;
}
.cid-u2byBa5sUD .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2byBa5sUD .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2byBa5sUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2byBa5sUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2byBa5sUD .navbar-buttons {
  text-align: center;
}
.cid-u2byBa5sUD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2byBa5sUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2byBa5sUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2byBa5sUD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2byBa5sUD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2byBa5sUD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2byBa5sUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2byBa5sUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2byBa5sUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2byBa5sUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2byBa5sUD .navbar-dropdown {
  position: absolute;
}
.cid-u2byBa5sUD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2byBa5sUD a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2byBa5sUD .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2byBa5sUD .navbar {
    height: 77px;
  }
  .cid-u2byBa5sUD .navbar.opened {
    height: auto;
  }
  .cid-u2byBa5sUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2byBaA964 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2byBaA964 .content__block {
  padding: 30px 15px;
}
.cid-u2byBaA964 .mbr-text {
  margin-bottom: 30px;
}
.cid-u2byBaA964 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2byBaA964 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2byBaA964 .bottom__text {
  margin: 10px 0;
}
.cid-u2byBaA964 .btn {
  margin-top: 0;
}
.cid-u2byBaA964 .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2byBaA964 .image {
  width: 100%;
}
.cid-u2byBaA964 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2byBaA964 .image {
    margin-bottom: 10px;
  }
  .cid-u2byBaA964 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2byBaA964 .mbr-section-title {
  color: #283742;
}
.cid-u2byBaA964 .mbr-text,
.cid-u2byBaA964 .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bz4UDho1 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bz4UDho1 .nav-item,
.cid-u2bz4UDho1 .nav-link,
.cid-u2bz4UDho1 .navbar-caption {
  font-weight: normal;
}
.cid-u2bz4UDho1 .navbar-nav {
  counter-reset: number;
}
.cid-u2bz4UDho1 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bz4UDho1 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bz4UDho1 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bz4UDho1 .btn {
    white-space: nowrap;
  }
  .cid-u2bz4UDho1 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bz4UDho1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bz4UDho1 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bz4UDho1 .dropdown-toggle::after,
  .cid-u2bz4UDho1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bz4UDho1 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bz4UDho1 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bz4UDho1 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bz4UDho1 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bz4UDho1 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bz4UDho1 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bz4UDho1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bz4UDho1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bz4UDho1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bz4UDho1 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bz4UDho1 .nav-item:focus,
.cid-u2bz4UDho1 .nav-link:focus {
  outline: none;
}
.cid-u2bz4UDho1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bz4UDho1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bz4UDho1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bz4UDho1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bz4UDho1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bz4UDho1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bz4UDho1 ul.navbar-nav li {
  margin: auto;
}
.cid-u2bz4UDho1 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bz4UDho1 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bz4UDho1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bz4UDho1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bz4UDho1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bz4UDho1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bz4UDho1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bz4UDho1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bz4UDho1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bz4UDho1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bz4UDho1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bz4UDho1 .navbar .container-fluid,
  .cid-u2bz4UDho1 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bz4UDho1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bz4UDho1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bz4UDho1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bz4UDho1 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bz4UDho1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bz4UDho1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bz4UDho1 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bz4UDho1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bz4UDho1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bz4UDho1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bz4UDho1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bz4UDho1 .dropdown-item.active,
.cid-u2bz4UDho1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bz4UDho1 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bz4UDho1 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bz4UDho1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bz4UDho1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bz4UDho1 .navbar-buttons {
  text-align: center;
}
.cid-u2bz4UDho1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bz4UDho1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bz4UDho1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bz4UDho1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bz4UDho1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bz4UDho1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bz4UDho1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bz4UDho1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bz4UDho1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bz4UDho1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bz4UDho1 .navbar-dropdown {
  position: absolute;
}
.cid-u2bz4UDho1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bz4UDho1 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bz4UDho1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bz4UDho1 .navbar {
    height: 77px;
  }
  .cid-u2bz4UDho1 .navbar.opened {
    height: auto;
  }
  .cid-u2bz4UDho1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bz4V4Hbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bz4V4Hbg .content__block {
  padding: 30px 15px;
}
.cid-u2bz4V4Hbg .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bz4V4Hbg .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bz4V4Hbg .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bz4V4Hbg .bottom__text {
  margin: 10px 0;
}
.cid-u2bz4V4Hbg .btn {
  margin-top: 0;
}
.cid-u2bz4V4Hbg .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bz4V4Hbg .image {
  width: 100%;
}
.cid-u2bz4V4Hbg .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bz4V4Hbg .image {
    margin-bottom: 10px;
  }
  .cid-u2bz4V4Hbg .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bz4V4Hbg .mbr-section-title {
  color: #283742;
}
.cid-u2bz4V4Hbg .mbr-text,
.cid-u2bz4V4Hbg .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bzr40g9W {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bzr40g9W .nav-item,
.cid-u2bzr40g9W .nav-link,
.cid-u2bzr40g9W .navbar-caption {
  font-weight: normal;
}
.cid-u2bzr40g9W .navbar-nav {
  counter-reset: number;
}
.cid-u2bzr40g9W .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bzr40g9W .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bzr40g9W .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bzr40g9W .btn {
    white-space: nowrap;
  }
  .cid-u2bzr40g9W .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bzr40g9W .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bzr40g9W .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bzr40g9W .dropdown-toggle::after,
  .cid-u2bzr40g9W .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bzr40g9W .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzr40g9W .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzr40g9W .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bzr40g9W .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzr40g9W .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bzr40g9W .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bzr40g9W .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bzr40g9W .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bzr40g9W .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bzr40g9W .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bzr40g9W .nav-item:focus,
.cid-u2bzr40g9W .nav-link:focus {
  outline: none;
}
.cid-u2bzr40g9W .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bzr40g9W .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bzr40g9W .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bzr40g9W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bzr40g9W .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bzr40g9W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bzr40g9W ul.navbar-nav li {
  margin: auto;
}
.cid-u2bzr40g9W .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bzr40g9W .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bzr40g9W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bzr40g9W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bzr40g9W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bzr40g9W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bzr40g9W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bzr40g9W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bzr40g9W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bzr40g9W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bzr40g9W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bzr40g9W .navbar .container-fluid,
  .cid-u2bzr40g9W .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bzr40g9W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bzr40g9W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bzr40g9W .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bzr40g9W .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bzr40g9W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bzr40g9W .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bzr40g9W .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bzr40g9W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bzr40g9W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bzr40g9W .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bzr40g9W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bzr40g9W .dropdown-item.active,
.cid-u2bzr40g9W .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bzr40g9W .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bzr40g9W .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bzr40g9W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bzr40g9W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bzr40g9W .navbar-buttons {
  text-align: center;
}
.cid-u2bzr40g9W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bzr40g9W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bzr40g9W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bzr40g9W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bzr40g9W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bzr40g9W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bzr40g9W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bzr40g9W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bzr40g9W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bzr40g9W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bzr40g9W .navbar-dropdown {
  position: absolute;
}
.cid-u2bzr40g9W a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzr40g9W a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bzr40g9W .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bzr40g9W .navbar {
    height: 77px;
  }
  .cid-u2bzr40g9W .navbar.opened {
    height: auto;
  }
  .cid-u2bzr40g9W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bzr4v8ST {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bzr4v8ST .content__block {
  padding: 30px 15px;
}
.cid-u2bzr4v8ST .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bzr4v8ST .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bzr4v8ST .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bzr4v8ST .bottom__text {
  margin: 10px 0;
}
.cid-u2bzr4v8ST .btn {
  margin-top: 0;
}
.cid-u2bzr4v8ST .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bzr4v8ST .image {
  width: 100%;
}
.cid-u2bzr4v8ST .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bzr4v8ST .image {
    margin-bottom: 10px;
  }
  .cid-u2bzr4v8ST .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bzr4v8ST .mbr-section-title {
  color: #283742;
}
.cid-u2bzr4v8ST .mbr-text,
.cid-u2bzr4v8ST .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bzG0b98T {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bzG0b98T .nav-item,
.cid-u2bzG0b98T .nav-link,
.cid-u2bzG0b98T .navbar-caption {
  font-weight: normal;
}
.cid-u2bzG0b98T .navbar-nav {
  counter-reset: number;
}
.cid-u2bzG0b98T .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bzG0b98T .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bzG0b98T .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bzG0b98T .btn {
    white-space: nowrap;
  }
  .cid-u2bzG0b98T .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bzG0b98T .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bzG0b98T .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bzG0b98T .dropdown-toggle::after,
  .cid-u2bzG0b98T .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bzG0b98T .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzG0b98T .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzG0b98T .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bzG0b98T .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzG0b98T .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bzG0b98T .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bzG0b98T .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bzG0b98T .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bzG0b98T .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bzG0b98T .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bzG0b98T .nav-item:focus,
.cid-u2bzG0b98T .nav-link:focus {
  outline: none;
}
.cid-u2bzG0b98T .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bzG0b98T .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bzG0b98T .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bzG0b98T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bzG0b98T .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bzG0b98T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bzG0b98T ul.navbar-nav li {
  margin: auto;
}
.cid-u2bzG0b98T .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bzG0b98T .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bzG0b98T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bzG0b98T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bzG0b98T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bzG0b98T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bzG0b98T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bzG0b98T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bzG0b98T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bzG0b98T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bzG0b98T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bzG0b98T .navbar .container-fluid,
  .cid-u2bzG0b98T .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bzG0b98T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bzG0b98T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bzG0b98T .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bzG0b98T .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bzG0b98T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bzG0b98T .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bzG0b98T .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bzG0b98T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bzG0b98T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bzG0b98T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bzG0b98T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bzG0b98T .dropdown-item.active,
.cid-u2bzG0b98T .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bzG0b98T .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bzG0b98T .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bzG0b98T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bzG0b98T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bzG0b98T .navbar-buttons {
  text-align: center;
}
.cid-u2bzG0b98T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bzG0b98T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bzG0b98T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bzG0b98T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bzG0b98T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bzG0b98T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bzG0b98T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bzG0b98T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bzG0b98T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bzG0b98T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bzG0b98T .navbar-dropdown {
  position: absolute;
}
.cid-u2bzG0b98T a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzG0b98T a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bzG0b98T .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bzG0b98T .navbar {
    height: 77px;
  }
  .cid-u2bzG0b98T .navbar.opened {
    height: auto;
  }
  .cid-u2bzG0b98T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bzG0MjoF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bzG0MjoF .content__block {
  padding: 30px 15px;
}
.cid-u2bzG0MjoF .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bzG0MjoF .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bzG0MjoF .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bzG0MjoF .bottom__text {
  margin: 10px 0;
}
.cid-u2bzG0MjoF .btn {
  margin-top: 0;
}
.cid-u2bzG0MjoF .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bzG0MjoF .image {
  width: 100%;
}
.cid-u2bzG0MjoF .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bzG0MjoF .image {
    margin-bottom: 10px;
  }
  .cid-u2bzG0MjoF .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bzG0MjoF .mbr-section-title {
  color: #283742;
}
.cid-u2bzG0MjoF .mbr-text,
.cid-u2bzG0MjoF .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bzRvEb5r {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bzRvEb5r .nav-item,
.cid-u2bzRvEb5r .nav-link,
.cid-u2bzRvEb5r .navbar-caption {
  font-weight: normal;
}
.cid-u2bzRvEb5r .navbar-nav {
  counter-reset: number;
}
.cid-u2bzRvEb5r .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bzRvEb5r .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bzRvEb5r .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bzRvEb5r .btn {
    white-space: nowrap;
  }
  .cid-u2bzRvEb5r .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bzRvEb5r .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bzRvEb5r .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bzRvEb5r .dropdown-toggle::after,
  .cid-u2bzRvEb5r .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bzRvEb5r .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzRvEb5r .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzRvEb5r .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bzRvEb5r .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzRvEb5r .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bzRvEb5r .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bzRvEb5r .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bzRvEb5r .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bzRvEb5r .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bzRvEb5r .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bzRvEb5r .nav-item:focus,
.cid-u2bzRvEb5r .nav-link:focus {
  outline: none;
}
.cid-u2bzRvEb5r .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bzRvEb5r .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bzRvEb5r .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bzRvEb5r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bzRvEb5r .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bzRvEb5r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bzRvEb5r ul.navbar-nav li {
  margin: auto;
}
.cid-u2bzRvEb5r .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bzRvEb5r .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bzRvEb5r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bzRvEb5r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bzRvEb5r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bzRvEb5r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bzRvEb5r .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bzRvEb5r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bzRvEb5r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bzRvEb5r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bzRvEb5r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bzRvEb5r .navbar .container-fluid,
  .cid-u2bzRvEb5r .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bzRvEb5r .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bzRvEb5r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bzRvEb5r .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bzRvEb5r .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bzRvEb5r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bzRvEb5r .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bzRvEb5r .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bzRvEb5r .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bzRvEb5r .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bzRvEb5r .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bzRvEb5r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bzRvEb5r .dropdown-item.active,
.cid-u2bzRvEb5r .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bzRvEb5r .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bzRvEb5r .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bzRvEb5r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bzRvEb5r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bzRvEb5r .navbar-buttons {
  text-align: center;
}
.cid-u2bzRvEb5r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bzRvEb5r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bzRvEb5r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bzRvEb5r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bzRvEb5r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bzRvEb5r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bzRvEb5r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bzRvEb5r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bzRvEb5r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bzRvEb5r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bzRvEb5r .navbar-dropdown {
  position: absolute;
}
.cid-u2bzRvEb5r a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bzRvEb5r a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bzRvEb5r .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bzRvEb5r .navbar {
    height: 77px;
  }
  .cid-u2bzRvEb5r .navbar.opened {
    height: auto;
  }
  .cid-u2bzRvEb5r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bzRw6q7O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bzRw6q7O .content__block {
  padding: 30px 15px;
}
.cid-u2bzRw6q7O .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bzRw6q7O .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bzRw6q7O .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bzRw6q7O .bottom__text {
  margin: 10px 0;
}
.cid-u2bzRw6q7O .btn {
  margin-top: 0;
}
.cid-u2bzRw6q7O .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bzRw6q7O .image {
  width: 100%;
}
.cid-u2bzRw6q7O .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bzRw6q7O .image {
    margin-bottom: 10px;
  }
  .cid-u2bzRw6q7O .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bzRw6q7O .mbr-section-title {
  color: #283742;
}
.cid-u2bzRw6q7O .mbr-text,
.cid-u2bzRw6q7O .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bA770nFY {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bA770nFY .nav-item,
.cid-u2bA770nFY .nav-link,
.cid-u2bA770nFY .navbar-caption {
  font-weight: normal;
}
.cid-u2bA770nFY .navbar-nav {
  counter-reset: number;
}
.cid-u2bA770nFY .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bA770nFY .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bA770nFY .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bA770nFY .btn {
    white-space: nowrap;
  }
  .cid-u2bA770nFY .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bA770nFY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bA770nFY .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bA770nFY .dropdown-toggle::after,
  .cid-u2bA770nFY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bA770nFY .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bA770nFY .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bA770nFY .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bA770nFY .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bA770nFY .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bA770nFY .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bA770nFY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bA770nFY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bA770nFY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bA770nFY .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bA770nFY .nav-item:focus,
.cid-u2bA770nFY .nav-link:focus {
  outline: none;
}
.cid-u2bA770nFY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bA770nFY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bA770nFY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bA770nFY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bA770nFY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bA770nFY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bA770nFY ul.navbar-nav li {
  margin: auto;
}
.cid-u2bA770nFY .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bA770nFY .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bA770nFY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bA770nFY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bA770nFY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bA770nFY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bA770nFY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bA770nFY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bA770nFY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bA770nFY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bA770nFY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bA770nFY .navbar .container-fluid,
  .cid-u2bA770nFY .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bA770nFY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bA770nFY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bA770nFY .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bA770nFY .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bA770nFY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bA770nFY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bA770nFY .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bA770nFY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bA770nFY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bA770nFY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bA770nFY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bA770nFY .dropdown-item.active,
.cid-u2bA770nFY .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bA770nFY .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bA770nFY .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bA770nFY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bA770nFY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bA770nFY .navbar-buttons {
  text-align: center;
}
.cid-u2bA770nFY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bA770nFY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bA770nFY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bA770nFY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bA770nFY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bA770nFY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bA770nFY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bA770nFY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bA770nFY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bA770nFY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bA770nFY .navbar-dropdown {
  position: absolute;
}
.cid-u2bA770nFY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bA770nFY a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bA770nFY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bA770nFY .navbar {
    height: 77px;
  }
  .cid-u2bA770nFY .navbar.opened {
    height: auto;
  }
  .cid-u2bA770nFY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bA77q3Cc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bA77q3Cc .content__block {
  padding: 30px 15px;
}
.cid-u2bA77q3Cc .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bA77q3Cc .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bA77q3Cc .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bA77q3Cc .bottom__text {
  margin: 10px 0;
}
.cid-u2bA77q3Cc .btn {
  margin-top: 0;
}
.cid-u2bA77q3Cc .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bA77q3Cc .image {
  width: 100%;
}
.cid-u2bA77q3Cc .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bA77q3Cc .image {
    margin-bottom: 10px;
  }
  .cid-u2bA77q3Cc .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bA77q3Cc .mbr-section-title {
  color: #283742;
}
.cid-u2bA77q3Cc .mbr-text,
.cid-u2bA77q3Cc .mbr-section-btn {
  color: #6a696c;
}
.cid-u2bCpOBWiV {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2bCpOBWiV .nav-item,
.cid-u2bCpOBWiV .nav-link,
.cid-u2bCpOBWiV .navbar-caption {
  font-weight: normal;
}
.cid-u2bCpOBWiV .navbar-nav {
  counter-reset: number;
}
.cid-u2bCpOBWiV .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2bCpOBWiV .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2bCpOBWiV .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2bCpOBWiV .btn {
    white-space: nowrap;
  }
  .cid-u2bCpOBWiV .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2bCpOBWiV .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2bCpOBWiV .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2bCpOBWiV .dropdown-toggle::after,
  .cid-u2bCpOBWiV .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2bCpOBWiV .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bCpOBWiV .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bCpOBWiV .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2bCpOBWiV .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bCpOBWiV .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2bCpOBWiV .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2bCpOBWiV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2bCpOBWiV .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2bCpOBWiV .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2bCpOBWiV .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2bCpOBWiV .nav-item:focus,
.cid-u2bCpOBWiV .nav-link:focus {
  outline: none;
}
.cid-u2bCpOBWiV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2bCpOBWiV .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2bCpOBWiV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2bCpOBWiV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bCpOBWiV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2bCpOBWiV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2bCpOBWiV ul.navbar-nav li {
  margin: auto;
}
.cid-u2bCpOBWiV .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2bCpOBWiV .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2bCpOBWiV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2bCpOBWiV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2bCpOBWiV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2bCpOBWiV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2bCpOBWiV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2bCpOBWiV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2bCpOBWiV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2bCpOBWiV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2bCpOBWiV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2bCpOBWiV .navbar .container-fluid,
  .cid-u2bCpOBWiV .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2bCpOBWiV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2bCpOBWiV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2bCpOBWiV .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2bCpOBWiV .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2bCpOBWiV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2bCpOBWiV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2bCpOBWiV .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2bCpOBWiV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2bCpOBWiV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2bCpOBWiV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2bCpOBWiV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2bCpOBWiV .dropdown-item.active,
.cid-u2bCpOBWiV .dropdown-item:active {
  background-color: transparent;
}
.cid-u2bCpOBWiV .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2bCpOBWiV .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2bCpOBWiV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2bCpOBWiV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2bCpOBWiV .navbar-buttons {
  text-align: center;
}
.cid-u2bCpOBWiV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2bCpOBWiV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2bCpOBWiV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2bCpOBWiV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bCpOBWiV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2bCpOBWiV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2bCpOBWiV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bCpOBWiV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2bCpOBWiV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2bCpOBWiV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2bCpOBWiV .navbar-dropdown {
  position: absolute;
}
.cid-u2bCpOBWiV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2bCpOBWiV a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2bCpOBWiV .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2bCpOBWiV .navbar {
    height: 77px;
  }
  .cid-u2bCpOBWiV .navbar.opened {
    height: auto;
  }
  .cid-u2bCpOBWiV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bCpP7DZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2bCpP7DZc .content__block {
  padding: 30px 15px;
}
.cid-u2bCpP7DZc .mbr-text {
  margin-bottom: 30px;
}
.cid-u2bCpP7DZc .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2bCpP7DZc .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2bCpP7DZc .bottom__text {
  margin: 10px 0;
}
.cid-u2bCpP7DZc .btn {
  margin-top: 0;
}
.cid-u2bCpP7DZc .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2bCpP7DZc .image {
  width: 100%;
}
.cid-u2bCpP7DZc .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2bCpP7DZc .image {
    margin-bottom: 10px;
  }
  .cid-u2bCpP7DZc .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2bCpP7DZc .mbr-section-title {
  color: #283742;
}
.cid-u2bCpP7DZc .mbr-text,
.cid-u2bCpP7DZc .mbr-section-btn {
  color: #6a696c;
}
.cid-u2c5FpDOLE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2c5FpDOLE .nav-item,
.cid-u2c5FpDOLE .nav-link,
.cid-u2c5FpDOLE .navbar-caption {
  font-weight: normal;
}
.cid-u2c5FpDOLE .navbar-nav {
  counter-reset: number;
}
.cid-u2c5FpDOLE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2c5FpDOLE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2c5FpDOLE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2c5FpDOLE .btn {
    white-space: nowrap;
  }
  .cid-u2c5FpDOLE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2c5FpDOLE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2c5FpDOLE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2c5FpDOLE .dropdown-toggle::after,
  .cid-u2c5FpDOLE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2c5FpDOLE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5FpDOLE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5FpDOLE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2c5FpDOLE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5FpDOLE .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2c5FpDOLE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2c5FpDOLE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2c5FpDOLE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2c5FpDOLE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2c5FpDOLE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2c5FpDOLE .nav-item:focus,
.cid-u2c5FpDOLE .nav-link:focus {
  outline: none;
}
.cid-u2c5FpDOLE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2c5FpDOLE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2c5FpDOLE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2c5FpDOLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2c5FpDOLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2c5FpDOLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2c5FpDOLE ul.navbar-nav li {
  margin: auto;
}
.cid-u2c5FpDOLE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2c5FpDOLE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2c5FpDOLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2c5FpDOLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2c5FpDOLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2c5FpDOLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2c5FpDOLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2c5FpDOLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2c5FpDOLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2c5FpDOLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2c5FpDOLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2c5FpDOLE .navbar .container-fluid,
  .cid-u2c5FpDOLE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2c5FpDOLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2c5FpDOLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2c5FpDOLE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2c5FpDOLE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2c5FpDOLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2c5FpDOLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2c5FpDOLE .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2c5FpDOLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2c5FpDOLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2c5FpDOLE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2c5FpDOLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2c5FpDOLE .dropdown-item.active,
.cid-u2c5FpDOLE .dropdown-item:active {
  background-color: transparent;
}
.cid-u2c5FpDOLE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2c5FpDOLE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2c5FpDOLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2c5FpDOLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2c5FpDOLE .navbar-buttons {
  text-align: center;
}
.cid-u2c5FpDOLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2c5FpDOLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2c5FpDOLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2c5FpDOLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c5FpDOLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c5FpDOLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2c5FpDOLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c5FpDOLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2c5FpDOLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2c5FpDOLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c5FpDOLE .navbar-dropdown {
  position: absolute;
}
.cid-u2c5FpDOLE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5FpDOLE a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2c5FpDOLE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2c5FpDOLE .navbar {
    height: 77px;
  }
  .cid-u2c5FpDOLE .navbar.opened {
    height: auto;
  }
  .cid-u2c5FpDOLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2c5Fq9iXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2c5Fq9iXQ .content__block {
  padding: 30px 15px;
}
.cid-u2c5Fq9iXQ .mbr-text {
  margin-bottom: 30px;
}
.cid-u2c5Fq9iXQ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2c5Fq9iXQ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2c5Fq9iXQ .bottom__text {
  margin: 10px 0;
}
.cid-u2c5Fq9iXQ .btn {
  margin-top: 0;
}
.cid-u2c5Fq9iXQ .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2c5Fq9iXQ .image {
  width: 100%;
}
.cid-u2c5Fq9iXQ .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2c5Fq9iXQ .image {
    margin-bottom: 10px;
  }
  .cid-u2c5Fq9iXQ .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2c5Fq9iXQ .mbr-section-title {
  color: #283742;
}
.cid-u2c5Fq9iXQ .mbr-text,
.cid-u2c5Fq9iXQ .mbr-section-btn {
  color: #6a696c;
}
.cid-u2c5WAZTgb {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2c5WAZTgb .nav-item,
.cid-u2c5WAZTgb .nav-link,
.cid-u2c5WAZTgb .navbar-caption {
  font-weight: normal;
}
.cid-u2c5WAZTgb .navbar-nav {
  counter-reset: number;
}
.cid-u2c5WAZTgb .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2c5WAZTgb .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2c5WAZTgb .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2c5WAZTgb .btn {
    white-space: nowrap;
  }
  .cid-u2c5WAZTgb .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2c5WAZTgb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2c5WAZTgb .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2c5WAZTgb .dropdown-toggle::after,
  .cid-u2c5WAZTgb .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2c5WAZTgb .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5WAZTgb .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5WAZTgb .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2c5WAZTgb .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5WAZTgb .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2c5WAZTgb .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2c5WAZTgb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2c5WAZTgb .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2c5WAZTgb .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2c5WAZTgb .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2c5WAZTgb .nav-item:focus,
.cid-u2c5WAZTgb .nav-link:focus {
  outline: none;
}
.cid-u2c5WAZTgb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2c5WAZTgb .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2c5WAZTgb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2c5WAZTgb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2c5WAZTgb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2c5WAZTgb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2c5WAZTgb ul.navbar-nav li {
  margin: auto;
}
.cid-u2c5WAZTgb .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2c5WAZTgb .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2c5WAZTgb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2c5WAZTgb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2c5WAZTgb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2c5WAZTgb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2c5WAZTgb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2c5WAZTgb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2c5WAZTgb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2c5WAZTgb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2c5WAZTgb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2c5WAZTgb .navbar .container-fluid,
  .cid-u2c5WAZTgb .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2c5WAZTgb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2c5WAZTgb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2c5WAZTgb .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2c5WAZTgb .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2c5WAZTgb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2c5WAZTgb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2c5WAZTgb .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2c5WAZTgb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2c5WAZTgb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2c5WAZTgb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2c5WAZTgb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2c5WAZTgb .dropdown-item.active,
.cid-u2c5WAZTgb .dropdown-item:active {
  background-color: transparent;
}
.cid-u2c5WAZTgb .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2c5WAZTgb .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2c5WAZTgb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2c5WAZTgb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2c5WAZTgb .navbar-buttons {
  text-align: center;
}
.cid-u2c5WAZTgb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2c5WAZTgb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2c5WAZTgb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2c5WAZTgb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c5WAZTgb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c5WAZTgb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2c5WAZTgb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c5WAZTgb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2c5WAZTgb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2c5WAZTgb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c5WAZTgb .navbar-dropdown {
  position: absolute;
}
.cid-u2c5WAZTgb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c5WAZTgb a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2c5WAZTgb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2c5WAZTgb .navbar {
    height: 77px;
  }
  .cid-u2c5WAZTgb .navbar.opened {
    height: auto;
  }
  .cid-u2c5WAZTgb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2c5WBAbzH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2c5WBAbzH .content__block {
  padding: 30px 15px;
}
.cid-u2c5WBAbzH .mbr-text {
  margin-bottom: 30px;
}
.cid-u2c5WBAbzH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2c5WBAbzH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2c5WBAbzH .bottom__text {
  margin: 10px 0;
}
.cid-u2c5WBAbzH .btn {
  margin-top: 0;
}
.cid-u2c5WBAbzH .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2c5WBAbzH .image {
  width: 100%;
}
.cid-u2c5WBAbzH .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2c5WBAbzH .image {
    margin-bottom: 10px;
  }
  .cid-u2c5WBAbzH .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2c5WBAbzH .mbr-section-title {
  color: #283742;
}
.cid-u2c5WBAbzH .mbr-text,
.cid-u2c5WBAbzH .mbr-section-btn {
  color: #6a696c;
}
.cid-u2c6lvvhrf {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2c6lvvhrf .nav-item,
.cid-u2c6lvvhrf .nav-link,
.cid-u2c6lvvhrf .navbar-caption {
  font-weight: normal;
}
.cid-u2c6lvvhrf .navbar-nav {
  counter-reset: number;
}
.cid-u2c6lvvhrf .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2c6lvvhrf .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2c6lvvhrf .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2c6lvvhrf .btn {
    white-space: nowrap;
  }
  .cid-u2c6lvvhrf .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2c6lvvhrf .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2c6lvvhrf .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2c6lvvhrf .dropdown-toggle::after,
  .cid-u2c6lvvhrf .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2c6lvvhrf .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6lvvhrf .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6lvvhrf .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2c6lvvhrf .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6lvvhrf .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2c6lvvhrf .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2c6lvvhrf .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2c6lvvhrf .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2c6lvvhrf .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2c6lvvhrf .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2c6lvvhrf .nav-item:focus,
.cid-u2c6lvvhrf .nav-link:focus {
  outline: none;
}
.cid-u2c6lvvhrf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2c6lvvhrf .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2c6lvvhrf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2c6lvvhrf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2c6lvvhrf .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2c6lvvhrf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2c6lvvhrf ul.navbar-nav li {
  margin: auto;
}
.cid-u2c6lvvhrf .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2c6lvvhrf .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2c6lvvhrf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2c6lvvhrf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2c6lvvhrf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2c6lvvhrf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2c6lvvhrf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2c6lvvhrf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2c6lvvhrf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2c6lvvhrf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2c6lvvhrf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2c6lvvhrf .navbar .container-fluid,
  .cid-u2c6lvvhrf .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2c6lvvhrf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2c6lvvhrf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2c6lvvhrf .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2c6lvvhrf .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2c6lvvhrf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2c6lvvhrf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2c6lvvhrf .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2c6lvvhrf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2c6lvvhrf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2c6lvvhrf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2c6lvvhrf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2c6lvvhrf .dropdown-item.active,
.cid-u2c6lvvhrf .dropdown-item:active {
  background-color: transparent;
}
.cid-u2c6lvvhrf .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2c6lvvhrf .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2c6lvvhrf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2c6lvvhrf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2c6lvvhrf .navbar-buttons {
  text-align: center;
}
.cid-u2c6lvvhrf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2c6lvvhrf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2c6lvvhrf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2c6lvvhrf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c6lvvhrf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c6lvvhrf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2c6lvvhrf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c6lvvhrf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2c6lvvhrf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2c6lvvhrf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c6lvvhrf .navbar-dropdown {
  position: absolute;
}
.cid-u2c6lvvhrf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6lvvhrf a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2c6lvvhrf .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2c6lvvhrf .navbar {
    height: 77px;
  }
  .cid-u2c6lvvhrf .navbar.opened {
    height: auto;
  }
  .cid-u2c6lvvhrf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2c6lw3Tz6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2c6lw3Tz6 .content__block {
  padding: 30px 15px;
}
.cid-u2c6lw3Tz6 .mbr-text {
  margin-bottom: 30px;
}
.cid-u2c6lw3Tz6 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2c6lw3Tz6 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2c6lw3Tz6 .bottom__text {
  margin: 10px 0;
}
.cid-u2c6lw3Tz6 .btn {
  margin-top: 0;
}
.cid-u2c6lw3Tz6 .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2c6lw3Tz6 .image {
  width: 100%;
}
.cid-u2c6lw3Tz6 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2c6lw3Tz6 .image {
    margin-bottom: 10px;
  }
  .cid-u2c6lw3Tz6 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2c6lw3Tz6 .mbr-section-title {
  color: #283742;
}
.cid-u2c6lw3Tz6 .mbr-text,
.cid-u2c6lw3Tz6 .mbr-section-btn {
  color: #6a696c;
}
.cid-u2c6vqFYOe {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2c6vqFYOe .nav-item,
.cid-u2c6vqFYOe .nav-link,
.cid-u2c6vqFYOe .navbar-caption {
  font-weight: normal;
}
.cid-u2c6vqFYOe .navbar-nav {
  counter-reset: number;
}
.cid-u2c6vqFYOe .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2c6vqFYOe .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2c6vqFYOe .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2c6vqFYOe .btn {
    white-space: nowrap;
  }
  .cid-u2c6vqFYOe .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2c6vqFYOe .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2c6vqFYOe .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2c6vqFYOe .dropdown-toggle::after,
  .cid-u2c6vqFYOe .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2c6vqFYOe .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6vqFYOe .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6vqFYOe .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2c6vqFYOe .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6vqFYOe .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2c6vqFYOe .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2c6vqFYOe .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2c6vqFYOe .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2c6vqFYOe .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2c6vqFYOe .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2c6vqFYOe .nav-item:focus,
.cid-u2c6vqFYOe .nav-link:focus {
  outline: none;
}
.cid-u2c6vqFYOe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2c6vqFYOe .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2c6vqFYOe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2c6vqFYOe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2c6vqFYOe .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2c6vqFYOe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2c6vqFYOe ul.navbar-nav li {
  margin: auto;
}
.cid-u2c6vqFYOe .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2c6vqFYOe .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2c6vqFYOe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2c6vqFYOe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2c6vqFYOe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2c6vqFYOe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2c6vqFYOe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2c6vqFYOe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2c6vqFYOe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2c6vqFYOe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2c6vqFYOe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2c6vqFYOe .navbar .container-fluid,
  .cid-u2c6vqFYOe .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2c6vqFYOe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2c6vqFYOe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2c6vqFYOe .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2c6vqFYOe .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2c6vqFYOe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2c6vqFYOe .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2c6vqFYOe .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2c6vqFYOe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2c6vqFYOe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2c6vqFYOe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2c6vqFYOe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2c6vqFYOe .dropdown-item.active,
.cid-u2c6vqFYOe .dropdown-item:active {
  background-color: transparent;
}
.cid-u2c6vqFYOe .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2c6vqFYOe .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2c6vqFYOe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2c6vqFYOe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2c6vqFYOe .navbar-buttons {
  text-align: center;
}
.cid-u2c6vqFYOe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2c6vqFYOe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2c6vqFYOe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2c6vqFYOe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c6vqFYOe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c6vqFYOe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2c6vqFYOe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c6vqFYOe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2c6vqFYOe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2c6vqFYOe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c6vqFYOe .navbar-dropdown {
  position: absolute;
}
.cid-u2c6vqFYOe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6vqFYOe a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2c6vqFYOe .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2c6vqFYOe .navbar {
    height: 77px;
  }
  .cid-u2c6vqFYOe .navbar.opened {
    height: auto;
  }
  .cid-u2c6vqFYOe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2c6vr79pH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2c6vr79pH .content__block {
  padding: 30px 15px;
}
.cid-u2c6vr79pH .mbr-text {
  margin-bottom: 30px;
}
.cid-u2c6vr79pH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2c6vr79pH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2c6vr79pH .bottom__text {
  margin: 10px 0;
}
.cid-u2c6vr79pH .btn {
  margin-top: 0;
}
.cid-u2c6vr79pH .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2c6vr79pH .image {
  width: 100%;
}
.cid-u2c6vr79pH .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2c6vr79pH .image {
    margin-bottom: 10px;
  }
  .cid-u2c6vr79pH .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2c6vr79pH .mbr-section-title {
  color: #283742;
}
.cid-u2c6vr79pH .mbr-text,
.cid-u2c6vr79pH .mbr-section-btn {
  color: #6a696c;
}
.cid-u2c6MkBWFR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u2c6MkBWFR .nav-item,
.cid-u2c6MkBWFR .nav-link,
.cid-u2c6MkBWFR .navbar-caption {
  font-weight: normal;
}
.cid-u2c6MkBWFR .navbar-nav {
  counter-reset: number;
}
.cid-u2c6MkBWFR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u2c6MkBWFR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u2c6MkBWFR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u2c6MkBWFR .btn {
    white-space: nowrap;
  }
  .cid-u2c6MkBWFR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2c6MkBWFR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2c6MkBWFR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u2c6MkBWFR .dropdown-toggle::after,
  .cid-u2c6MkBWFR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u2c6MkBWFR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6MkBWFR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6MkBWFR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u2c6MkBWFR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6MkBWFR .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u2c6MkBWFR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u2c6MkBWFR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2c6MkBWFR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2c6MkBWFR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u2c6MkBWFR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u2c6MkBWFR .nav-item:focus,
.cid-u2c6MkBWFR .nav-link:focus {
  outline: none;
}
.cid-u2c6MkBWFR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2c6MkBWFR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u2c6MkBWFR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2c6MkBWFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2c6MkBWFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2c6MkBWFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2c6MkBWFR ul.navbar-nav li {
  margin: auto;
}
.cid-u2c6MkBWFR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u2c6MkBWFR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u2c6MkBWFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2c6MkBWFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2c6MkBWFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2c6MkBWFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u2c6MkBWFR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2c6MkBWFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2c6MkBWFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2c6MkBWFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2c6MkBWFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2c6MkBWFR .navbar .container-fluid,
  .cid-u2c6MkBWFR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u2c6MkBWFR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2c6MkBWFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2c6MkBWFR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u2c6MkBWFR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u2c6MkBWFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2c6MkBWFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2c6MkBWFR .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u2c6MkBWFR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2c6MkBWFR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2c6MkBWFR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2c6MkBWFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2c6MkBWFR .dropdown-item.active,
.cid-u2c6MkBWFR .dropdown-item:active {
  background-color: transparent;
}
.cid-u2c6MkBWFR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2c6MkBWFR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u2c6MkBWFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u2c6MkBWFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2c6MkBWFR .navbar-buttons {
  text-align: center;
}
.cid-u2c6MkBWFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2c6MkBWFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u2c6MkBWFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2c6MkBWFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c6MkBWFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2c6MkBWFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2c6MkBWFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c6MkBWFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2c6MkBWFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2c6MkBWFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2c6MkBWFR .navbar-dropdown {
  position: absolute;
}
.cid-u2c6MkBWFR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u2c6MkBWFR a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u2c6MkBWFR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2c6MkBWFR .navbar {
    height: 77px;
  }
  .cid-u2c6MkBWFR .navbar.opened {
    height: auto;
  }
  .cid-u2c6MkBWFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2c6MkYPsx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2c6MkYPsx .content__block {
  padding: 30px 15px;
}
.cid-u2c6MkYPsx .mbr-text {
  margin-bottom: 30px;
}
.cid-u2c6MkYPsx .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u2c6MkYPsx .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u2c6MkYPsx .bottom__text {
  margin: 10px 0;
}
.cid-u2c6MkYPsx .btn {
  margin-top: 0;
}
.cid-u2c6MkYPsx .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u2c6MkYPsx .image {
  width: 100%;
}
.cid-u2c6MkYPsx .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2c6MkYPsx .image {
    margin-bottom: 10px;
  }
  .cid-u2c6MkYPsx .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2c6MkYPsx .mbr-section-title {
  color: #283742;
}
.cid-u2c6MkYPsx .mbr-text,
.cid-u2c6MkYPsx .mbr-section-btn {
  color: #6a696c;
}
.cid-u9Dv5BKLM5 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-u9Dv5BKLM5 .nav-item,
.cid-u9Dv5BKLM5 .nav-link,
.cid-u9Dv5BKLM5 .navbar-caption {
  font-weight: normal;
}
.cid-u9Dv5BKLM5 .navbar-nav {
  counter-reset: number;
}
.cid-u9Dv5BKLM5 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u9Dv5BKLM5 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u9Dv5BKLM5 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u9Dv5BKLM5 .btn {
    white-space: nowrap;
  }
  .cid-u9Dv5BKLM5 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u9Dv5BKLM5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u9Dv5BKLM5 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u9Dv5BKLM5 .dropdown-toggle::after,
  .cid-u9Dv5BKLM5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u9Dv5BKLM5 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u9Dv5BKLM5 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u9Dv5BKLM5 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-u9Dv5BKLM5 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u9Dv5BKLM5 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-u9Dv5BKLM5 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-u9Dv5BKLM5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u9Dv5BKLM5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u9Dv5BKLM5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u9Dv5BKLM5 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u9Dv5BKLM5 .nav-item:focus,
.cid-u9Dv5BKLM5 .nav-link:focus {
  outline: none;
}
.cid-u9Dv5BKLM5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u9Dv5BKLM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u9Dv5BKLM5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u9Dv5BKLM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Dv5BKLM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u9Dv5BKLM5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9Dv5BKLM5 ul.navbar-nav li {
  margin: auto;
}
.cid-u9Dv5BKLM5 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-u9Dv5BKLM5 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-u9Dv5BKLM5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9Dv5BKLM5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Dv5BKLM5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9Dv5BKLM5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-u9Dv5BKLM5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9Dv5BKLM5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Dv5BKLM5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u9Dv5BKLM5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Dv5BKLM5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Dv5BKLM5 .navbar .container-fluid,
  .cid-u9Dv5BKLM5 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u9Dv5BKLM5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9Dv5BKLM5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Dv5BKLM5 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u9Dv5BKLM5 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u9Dv5BKLM5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u9Dv5BKLM5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u9Dv5BKLM5 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-u9Dv5BKLM5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9Dv5BKLM5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9Dv5BKLM5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Dv5BKLM5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Dv5BKLM5 .dropdown-item.active,
.cid-u9Dv5BKLM5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Dv5BKLM5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Dv5BKLM5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u9Dv5BKLM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-u9Dv5BKLM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u9Dv5BKLM5 .navbar-buttons {
  text-align: center;
}
.cid-u9Dv5BKLM5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u9Dv5BKLM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u9Dv5BKLM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9Dv5BKLM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9Dv5BKLM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9Dv5BKLM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9Dv5BKLM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9Dv5BKLM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u9Dv5BKLM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u9Dv5BKLM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9Dv5BKLM5 .navbar-dropdown {
  position: absolute;
}
.cid-u9Dv5BKLM5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u9Dv5BKLM5 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-u9Dv5BKLM5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Dv5BKLM5 .navbar {
    height: 77px;
  }
  .cid-u9Dv5BKLM5 .navbar.opened {
    height: auto;
  }
  .cid-u9Dv5BKLM5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Dv5CIIkL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Dv5CIIkL .content__block {
  padding: 30px 15px;
}
.cid-u9Dv5CIIkL .mbr-text {
  margin-bottom: 30px;
}
.cid-u9Dv5CIIkL .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-u9Dv5CIIkL .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-u9Dv5CIIkL .bottom__text {
  margin: 10px 0;
}
.cid-u9Dv5CIIkL .btn {
  margin-top: 0;
}
.cid-u9Dv5CIIkL .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-u9Dv5CIIkL .image {
  width: 100%;
}
.cid-u9Dv5CIIkL .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u9Dv5CIIkL .image {
    margin-bottom: 10px;
  }
  .cid-u9Dv5CIIkL .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u9Dv5CIIkL .mbr-section-title {
  color: #283742;
}
.cid-u9Dv5CIIkL .mbr-text,
.cid-u9Dv5CIIkL .mbr-section-btn {
  color: #6a696c;
}
.cid-uwoQ7pDc50 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwoQ7pDc50 .nav-item,
.cid-uwoQ7pDc50 .nav-link,
.cid-uwoQ7pDc50 .navbar-caption {
  font-weight: normal;
}
.cid-uwoQ7pDc50 .navbar-nav {
  counter-reset: number;
}
.cid-uwoQ7pDc50 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwoQ7pDc50 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwoQ7pDc50 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwoQ7pDc50 .btn {
    white-space: nowrap;
  }
  .cid-uwoQ7pDc50 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwoQ7pDc50 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwoQ7pDc50 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwoQ7pDc50 .dropdown-toggle::after,
  .cid-uwoQ7pDc50 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwoQ7pDc50 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwoQ7pDc50 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwoQ7pDc50 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwoQ7pDc50 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwoQ7pDc50 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwoQ7pDc50 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwoQ7pDc50 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwoQ7pDc50 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwoQ7pDc50 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwoQ7pDc50 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwoQ7pDc50 .nav-item:focus,
.cid-uwoQ7pDc50 .nav-link:focus {
  outline: none;
}
.cid-uwoQ7pDc50 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwoQ7pDc50 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwoQ7pDc50 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwoQ7pDc50 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwoQ7pDc50 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwoQ7pDc50 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwoQ7pDc50 ul.navbar-nav li {
  margin: auto;
}
.cid-uwoQ7pDc50 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwoQ7pDc50 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwoQ7pDc50 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwoQ7pDc50 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwoQ7pDc50 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwoQ7pDc50 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwoQ7pDc50 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwoQ7pDc50 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwoQ7pDc50 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwoQ7pDc50 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwoQ7pDc50 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwoQ7pDc50 .navbar .container-fluid,
  .cid-uwoQ7pDc50 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwoQ7pDc50 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwoQ7pDc50 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwoQ7pDc50 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwoQ7pDc50 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwoQ7pDc50 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwoQ7pDc50 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwoQ7pDc50 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwoQ7pDc50 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwoQ7pDc50 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwoQ7pDc50 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwoQ7pDc50 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwoQ7pDc50 .dropdown-item.active,
.cid-uwoQ7pDc50 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwoQ7pDc50 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwoQ7pDc50 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwoQ7pDc50 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwoQ7pDc50 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwoQ7pDc50 .navbar-buttons {
  text-align: center;
}
.cid-uwoQ7pDc50 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwoQ7pDc50 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwoQ7pDc50 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwoQ7pDc50 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwoQ7pDc50 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwoQ7pDc50 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwoQ7pDc50 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwoQ7pDc50 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwoQ7pDc50 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwoQ7pDc50 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwoQ7pDc50 .navbar-dropdown {
  position: absolute;
}
.cid-uwoQ7pDc50 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwoQ7pDc50 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwoQ7pDc50 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwoQ7pDc50 .navbar {
    height: 77px;
  }
  .cid-uwoQ7pDc50 .navbar.opened {
    height: auto;
  }
  .cid-uwoQ7pDc50 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzHh8EkRUJ {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/amphi-700x465.jpg");
}
.cid-uzHh8EkRUJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzHh8EkRUJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzHh8EkRUJ .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-uzHh8EkRUJ .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-uzHh8EkRUJ .icon-big:hover {
  color: #199bfc !important;
}
.cid-uzHh8EkRUJ .content-col {
  margin: auto 0;
}
.cid-uzHh8EkRUJ img {
  width: 90%;
  margin: auto;
}
.cid-uzHh8EkRUJ h6 {
  margin: 0;
}
.cid-uzHh8EkRUJ h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uzHh8EkRUJ h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uzHh8EkRUJ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-uzHh8EkRUJ .icon-wrap,
.cid-uzHh8EkRUJ .date-wrap {
  display: flex;
  align-items: center;
}
.cid-uzHh8EkRUJ .tabs-col {
  overflow: hidden;
}
.cid-uzHh8EkRUJ .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-uzHh8EkRUJ .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-uzHh8EkRUJ .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-uzHh8EkRUJ .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-uzHh8EkRUJ .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uzHh8EkRUJ .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-uzHh8EkRUJ .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-uzHh8EkRUJ .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzHh8EkRUJ img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uzHh8EkRUJ .nav-tabs {
    flex-direction: row;
  }
  .cid-uzHh8EkRUJ .mbr-text,
  .cid-uzHh8EkRUJ .nav-link {
    text-align: center;
  }
  .cid-uzHh8EkRUJ .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-uzHh8EkRUJ .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-uzHh8EkRUJ .nav-item {
    min-width: 100px;
  }
  .cid-uzHh8EkRUJ .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-uwoQ7r6yCt .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uwoQ7r6yCt .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uwoQ7r6yCt .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uwoQ7r6yCt .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uwoQ7r6yCt .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uwoQ7r6yCt .countdown-cont {
  margin: 0 auto;
}
.cid-uwoQ7r6yCt .full-count-container {
  background: #0c57bf;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwoQ7r6yCt .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uwoQ7r6yCt .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uwoQ7r6yCt .dot {
    display: none;
  }
  .cid-uwoQ7r6yCt .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uwoQ7r6yCt .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uwoQ7r6yCt .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uwoQ7r6yCt .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uwoQ7r6yCt .number {
    font-size: 25px;
  }
  .cid-uwoQ7r6yCt .period {
    font-size: 0.7rem;
  }
}
.cid-uwoQ7rjAEH {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/conference10.jpg");
}
.cid-uwoQ7rjAEH .nav-tabs .nav-item.open .nav-link:focus,
.cid-uwoQ7rjAEH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uwoQ7rjAEH .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-uwoQ7rjAEH .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-uwoQ7rjAEH .icon-big:hover {
  color: #199bfc !important;
}
.cid-uwoQ7rjAEH .content-col {
  margin: auto 0;
}
.cid-uwoQ7rjAEH img {
  width: 90%;
  margin: auto;
}
.cid-uwoQ7rjAEH h6 {
  margin: 0;
}
.cid-uwoQ7rjAEH h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uwoQ7rjAEH h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uwoQ7rjAEH .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-uwoQ7rjAEH .icon-wrap,
.cid-uwoQ7rjAEH .date-wrap {
  display: flex;
  align-items: center;
}
.cid-uwoQ7rjAEH .tabs-col {
  overflow: hidden;
}
.cid-uwoQ7rjAEH .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-uwoQ7rjAEH .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-uwoQ7rjAEH .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-uwoQ7rjAEH .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-uwoQ7rjAEH .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uwoQ7rjAEH .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-uwoQ7rjAEH .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-uwoQ7rjAEH .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uwoQ7rjAEH img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uwoQ7rjAEH .nav-tabs {
    flex-direction: row;
  }
  .cid-uwoQ7rjAEH .mbr-text,
  .cid-uwoQ7rjAEH .nav-link {
    text-align: center;
  }
  .cid-uwoQ7rjAEH .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-uwoQ7rjAEH .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-uwoQ7rjAEH .nav-item {
    min-width: 100px;
  }
  .cid-uwoQ7rjAEH .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-uwoQ7sAibW {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rentree-solennelle-nice-2000x793.jpg");
}
.cid-uwoQ7sAibW .title__block {
  padding-bottom: 40px;
}
.cid-uwoQ7sAibW .carousel {
  margin-bottom: 80px;
}
.cid-uwoQ7sAibW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-uwoQ7sAibW .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwoQ7sAibW .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-uwoQ7sAibW .carousel-inner {
  overflow: visible !important;
}
.cid-uwoQ7sAibW .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-uwoQ7sAibW .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-uwoQ7sAibW .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-uwoQ7sAibW .user {
  height: 300px;
}
.cid-uwoQ7sAibW .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uwoQ7sAibW .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwoQ7sAibW .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-uwoQ7sAibW .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-uwoQ7sAibW .carousel-control-prev {
    left: -2%;
  }
  .cid-uwoQ7sAibW .carousel-control-next {
    left: 6%;
  }
  .cid-uwoQ7sAibW .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uwoQ7sAibW .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-uwoQ7sAibW .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-uwoQ7sAibW .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-uwoQ7sAibW .carousel-item.active {
    transform: translateX(0);
  }
  .cid-uwoQ7sAibW .carousel-controls {
    display: none;
  }
  .cid-uwoQ7sAibW .carousel {
    margin-bottom: 0;
  }
}
.cid-uwoQ7sAibW .mbr-section-title {
  color: #341d74;
}
.cid-uwoQ7sAibW .mbr-text {
  color: #655495;
}
.cid-uwoQ7tnjZE .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwoQ7tnjZE .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwoQ7tnjZE .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwoQ7tnjZE .title__address {
  margin-bottom: 20px;
}
.cid-uwoQ7tnjZE .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwoQ7tnjZE .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwoQ7tnjZE .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwoQ7tnjZE .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwoQ7tnjZE .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwoQ7tnjZE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwoQ7tnjZE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwoQ7tnjZE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwoQ7tnjZE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwoQ7tnjZE .container {
    max-width: 100%;
  }
  .cid-uwoQ7tnjZE .container .row {
    margin: 0;
  }
  .cid-uwoQ7tnjZE .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwoQ7tnjZE .title__address,
.cid-uwoQ7tnjZE .mbr-section-btn {
  color: #ffffff;
}
.cid-uwoQ7tnjZE .work__time {
  color: #ffffff;
}
.cid-uwoQ7tX0Gw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uwoQ7tX0Gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwoQ7tX0Gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwoQ7tX0Gw .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uwoQ7tX0Gw .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uwoQ7tX0Gw .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uwoQ7tX0Gw .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uwoQ7tX0Gw .container {
    max-width: 100%;
  }
  .cid-uwoQ7tX0Gw .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uwoQ7tX0Gw .item-wrap {
  width: 100%;
}
.cid-uwoQ7tX0Gw .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uwoQ7tX0Gw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uwoQ7tX0Gw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uwoQ7tX0Gw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uwoQ7tX0Gw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uwoQ7tX0Gw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uwoQ7tX0Gw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uwoQ7tX0Gw .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uwu1SmNlfe {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwu1SmNlfe .nav-item,
.cid-uwu1SmNlfe .nav-link,
.cid-uwu1SmNlfe .navbar-caption {
  font-weight: normal;
}
.cid-uwu1SmNlfe .navbar-nav {
  counter-reset: number;
}
.cid-uwu1SmNlfe .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwu1SmNlfe .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwu1SmNlfe .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwu1SmNlfe .btn {
    white-space: nowrap;
  }
  .cid-uwu1SmNlfe .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwu1SmNlfe .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwu1SmNlfe .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwu1SmNlfe .dropdown-toggle::after,
  .cid-uwu1SmNlfe .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwu1SmNlfe .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu1SmNlfe .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu1SmNlfe .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwu1SmNlfe .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu1SmNlfe .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwu1SmNlfe .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwu1SmNlfe .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwu1SmNlfe .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwu1SmNlfe .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwu1SmNlfe .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwu1SmNlfe .nav-item:focus,
.cid-uwu1SmNlfe .nav-link:focus {
  outline: none;
}
.cid-uwu1SmNlfe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwu1SmNlfe .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwu1SmNlfe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwu1SmNlfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwu1SmNlfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwu1SmNlfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwu1SmNlfe ul.navbar-nav li {
  margin: auto;
}
.cid-uwu1SmNlfe .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwu1SmNlfe .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwu1SmNlfe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwu1SmNlfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwu1SmNlfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwu1SmNlfe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwu1SmNlfe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwu1SmNlfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwu1SmNlfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwu1SmNlfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwu1SmNlfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwu1SmNlfe .navbar .container-fluid,
  .cid-uwu1SmNlfe .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwu1SmNlfe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwu1SmNlfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwu1SmNlfe .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwu1SmNlfe .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwu1SmNlfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwu1SmNlfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwu1SmNlfe .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwu1SmNlfe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwu1SmNlfe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwu1SmNlfe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwu1SmNlfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwu1SmNlfe .dropdown-item.active,
.cid-uwu1SmNlfe .dropdown-item:active {
  background-color: transparent;
}
.cid-uwu1SmNlfe .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwu1SmNlfe .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwu1SmNlfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwu1SmNlfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwu1SmNlfe .navbar-buttons {
  text-align: center;
}
.cid-uwu1SmNlfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwu1SmNlfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwu1SmNlfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwu1SmNlfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwu1SmNlfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwu1SmNlfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwu1SmNlfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwu1SmNlfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwu1SmNlfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwu1SmNlfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwu1SmNlfe .navbar-dropdown {
  position: absolute;
}
.cid-uwu1SmNlfe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu1SmNlfe a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwu1SmNlfe .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwu1SmNlfe .navbar {
    height: 77px;
  }
  .cid-uwu1SmNlfe .navbar.opened {
    height: auto;
  }
  .cid-uwu1SmNlfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwu1SnpXZX {
  background-image: url("../../../assets/images/jollien-alexandre-test-1-1080x810.jpeg");
}
.cid-uwu1SnpXZX .push__top {
  padding-top: 80px;
}
.cid-uwu1SnpXZX .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uwu1SnpXZX .title__block {
  width: 70%;
}
.cid-uwu1SnpXZX .mbr-section-subtitle,
.cid-uwu1SnpXZX .bottom__about__text,
.cid-uwu1SnpXZX .bottom__subtitle {
  line-height: 25px;
}
.cid-uwu1SnpXZX .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #003cd3;
  text-align: right;
}
.cid-uwu1SnpXZX .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-uwu1SnpXZX .widget__number {
  margin-bottom: 8px;
}
.cid-uwu1SnpXZX .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uwu1SnpXZX .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uwu1SnpXZX .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwu1SnpXZX .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uwu1SnpXZX .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uwu1SnpXZX .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uwu1SnpXZX .date__block {
    margin-top: 50px;
  }
  .cid-uwu1SnpXZX .mbr-section-title {
    line-height: 1;
  }
  .cid-uwu1SnpXZX .push__top {
    padding-top: 30px;
  }
  .cid-uwu1SnpXZX .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uwu1SnpXZX .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uwu1SnpXZX .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uwu1SnpXZX .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uwu1SnpXZX .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uwu1SnpXZX .title__block {
    width: 100%;
  }
  .cid-uwu1SnpXZX .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uwu1SnpXZX .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uwu1SnpXZX .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uwu1SnpXZX .divider {
    margin-bottom: 10px;
  }
  .cid-uwu1SnpXZX a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uwu1SnpXZX .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwu1SnpXZX .mbr-figure {
  color: #ffffff;
}
.cid-uz0sfMYZcX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz0sfMYZcX img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0sfMYZcX .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz0sfMYZcX .img-card {
  justify-content: center;
}
.cid-uz0sfMYZcX .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz0sfMYZcX .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz0sfMYZcX .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz0sfMYZcX .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz0sfMYZcX .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz0sfMYZcX .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0sfMYZcX .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz0sfMYZcX .card-title,
.cid-uz0sfMYZcX .card-box {
  color: #17161a;
  text-align: center;
}
.cid-uz0sfMYZcX H3 {
  color: #000000;
  text-align: center;
}
.cid-uwu1SsMuDS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwu1SsMuDS img {
  width: 100%;
  object-fit: cover;
}
.cid-uwu1SsMuDS .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwu1SsMuDS .img-card {
  justify-content: center;
}
.cid-uwu1SsMuDS .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwu1SsMuDS .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwu1SsMuDS .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwu1SsMuDS .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwu1SsMuDS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwu1SsMuDS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwu1SsMuDS .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwu1SsMuDS .card-title,
.cid-uwu1SsMuDS .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwu1SsMuDS H3 {
  color: #000000;
  text-align: center;
}
.cid-uwu1SsMuDS .mbr-text,
.cid-uwu1SsMuDS .mbr-section-btn {
  text-align: left;
}
.cid-uDijXMiDjq {
  background-image: url("../../../assets/images/alexandre-jollien-615x410.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uDijXMiDjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDijXMiDjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDijXMiDjq.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-uDijXMiDjq .container {
  position: static;
  margin: auto auto 0;
}
.cid-uDijXMiDjq .mbr-section-title {
  color: #FFFFFF;
}
.cid-uDijXMiDjq .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uDijXMiDjq .text-box {
  position: relative;
}
.cid-uDijXMiDjq .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-uDijXMiDjq .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-uDijXMiDjq .mbr-section-btn {
  margin-top: 30px;
}
.cid-uDijXMiDjq .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uDijXMiDjq .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uDijXMiDjq .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-uDijXMiDjq .video-col {
    top: 30%;
  }
}
.cid-uDijXMiDjq .mbr-media {
  position: relative;
}
.cid-uDijXMiDjq .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uDijXMiDjq .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uDijXMiDjq .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-uDijXMiDjq .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-uDijXMiDjq .video-icon-bg-box a {
  padding: 50px;
}
.cid-uDijXMiDjq .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-uDijXMiDjq .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-uDijXMiDjq .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uDijXMiDjq .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-uDijXMiDjq .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-uDijXMiDjq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-uDijXMiDjq .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-uDijXMiDjq .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uDijXMiDjq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uDijXMiDjq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uDijXMiDjq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uDijXMiDjq .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-uDijXMiDjq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEkfqLaZUt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEkfqLaZUt img {
  width: 100%;
  object-fit: cover;
}
.cid-uEkfqLaZUt .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEkfqLaZUt .img-card {
  justify-content: center;
}
.cid-uEkfqLaZUt .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEkfqLaZUt .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEkfqLaZUt .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEkfqLaZUt .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEkfqLaZUt .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEkfqLaZUt .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEkfqLaZUt .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEkfqLaZUt .card-title,
.cid-uEkfqLaZUt .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEkfqLaZUt H3 {
  color: #000000;
  text-align: center;
}
.cid-uwu1StJPML .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwu1StJPML .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwu1StJPML .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwu1StJPML .title__address {
  margin-bottom: 20px;
}
.cid-uwu1StJPML .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwu1StJPML .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwu1StJPML .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwu1StJPML .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwu1StJPML .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwu1StJPML .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwu1StJPML .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwu1StJPML .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwu1StJPML .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwu1StJPML .container {
    max-width: 100%;
  }
  .cid-uwu1StJPML .container .row {
    margin: 0;
  }
  .cid-uwu1StJPML .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwu1StJPML .title__address,
.cid-uwu1StJPML .mbr-section-btn {
  color: #ffffff;
}
.cid-uwu1StJPML .work__time {
  color: #ffffff;
}
.cid-uwu63gBRS9 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwu63gBRS9 .nav-item,
.cid-uwu63gBRS9 .nav-link,
.cid-uwu63gBRS9 .navbar-caption {
  font-weight: normal;
}
.cid-uwu63gBRS9 .navbar-nav {
  counter-reset: number;
}
.cid-uwu63gBRS9 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwu63gBRS9 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwu63gBRS9 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwu63gBRS9 .btn {
    white-space: nowrap;
  }
  .cid-uwu63gBRS9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwu63gBRS9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwu63gBRS9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwu63gBRS9 .dropdown-toggle::after,
  .cid-uwu63gBRS9 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwu63gBRS9 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu63gBRS9 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu63gBRS9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwu63gBRS9 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu63gBRS9 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwu63gBRS9 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwu63gBRS9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwu63gBRS9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwu63gBRS9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwu63gBRS9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwu63gBRS9 .nav-item:focus,
.cid-uwu63gBRS9 .nav-link:focus {
  outline: none;
}
.cid-uwu63gBRS9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwu63gBRS9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwu63gBRS9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwu63gBRS9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwu63gBRS9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwu63gBRS9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwu63gBRS9 ul.navbar-nav li {
  margin: auto;
}
.cid-uwu63gBRS9 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwu63gBRS9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwu63gBRS9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwu63gBRS9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwu63gBRS9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwu63gBRS9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwu63gBRS9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwu63gBRS9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwu63gBRS9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwu63gBRS9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwu63gBRS9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwu63gBRS9 .navbar .container-fluid,
  .cid-uwu63gBRS9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwu63gBRS9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwu63gBRS9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwu63gBRS9 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwu63gBRS9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwu63gBRS9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwu63gBRS9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwu63gBRS9 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwu63gBRS9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwu63gBRS9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwu63gBRS9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwu63gBRS9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwu63gBRS9 .dropdown-item.active,
.cid-uwu63gBRS9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwu63gBRS9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwu63gBRS9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwu63gBRS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwu63gBRS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwu63gBRS9 .navbar-buttons {
  text-align: center;
}
.cid-uwu63gBRS9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwu63gBRS9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwu63gBRS9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwu63gBRS9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwu63gBRS9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwu63gBRS9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwu63gBRS9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwu63gBRS9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwu63gBRS9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwu63gBRS9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwu63gBRS9 .navbar-dropdown {
  position: absolute;
}
.cid-uwu63gBRS9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu63gBRS9 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwu63gBRS9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwu63gBRS9 .navbar {
    height: 77px;
  }
  .cid-uwu63gBRS9 .navbar.opened {
    height: auto;
  }
  .cid-uwu63gBRS9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwu63hx77l {
  background-image: url("../../../assets/images/main-convergence-822x548.jpg");
}
.cid-uwu63hx77l .push__top {
  padding-top: 80px;
}
.cid-uwu63hx77l .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 960px;
}
.cid-uwu63hx77l .title__block {
  width: 70%;
}
.cid-uwu63hx77l .mbr-section-subtitle,
.cid-uwu63hx77l .bottom__about__text,
.cid-uwu63hx77l .bottom__subtitle {
  line-height: 25px;
}
.cid-uwu63hx77l .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #003cd3;
  text-align: right;
}
.cid-uwu63hx77l .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-uwu63hx77l .widget__number {
  margin-bottom: 8px;
}
.cid-uwu63hx77l .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uwu63hx77l .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uwu63hx77l .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwu63hx77l .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uwu63hx77l .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uwu63hx77l .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uwu63hx77l .date__block {
    margin-top: 50px;
  }
  .cid-uwu63hx77l .mbr-section-title {
    line-height: 1;
  }
  .cid-uwu63hx77l .push__top {
    padding-top: 30px;
  }
  .cid-uwu63hx77l .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uwu63hx77l .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uwu63hx77l .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uwu63hx77l .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uwu63hx77l .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uwu63hx77l .title__block {
    width: 100%;
  }
  .cid-uwu63hx77l .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uwu63hx77l .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uwu63hx77l .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uwu63hx77l .divider {
    margin-bottom: 10px;
  }
  .cid-uwu63hx77l a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uwu63hx77l .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwu63hx77l .mbr-figure {
  color: #ffffff;
}
.cid-uwu63jkIf3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwu63jkIf3 img {
  width: 100%;
  object-fit: cover;
}
.cid-uwu63jkIf3 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwu63jkIf3 .img-card {
  justify-content: center;
}
.cid-uwu63jkIf3 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwu63jkIf3 .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwu63jkIf3 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwu63jkIf3 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwu63jkIf3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwu63jkIf3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwu63jkIf3 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwu63jkIf3 .card-title,
.cid-uwu63jkIf3 .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwu63jkIf3 H3 {
  color: #000000;
  text-align: center;
}
.cid-uz1qaO2lhu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz1qaO2lhu img {
  width: 100%;
  object-fit: cover;
}
.cid-uz1qaO2lhu .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz1qaO2lhu .img-card {
  justify-content: center;
}
.cid-uz1qaO2lhu .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz1qaO2lhu .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz1qaO2lhu .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz1qaO2lhu .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz1qaO2lhu .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz1qaO2lhu .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz1qaO2lhu .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz1qaO2lhu .card-title,
.cid-uz1qaO2lhu .card-box {
  color: #000000;
  text-align: center;
}
.cid-uz1qaO2lhu H3 {
  color: #000000;
  text-align: center;
}
.cid-uEmZDhYh7M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEmZDhYh7M img {
  width: 100%;
  object-fit: cover;
}
.cid-uEmZDhYh7M .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEmZDhYh7M .img-card {
  justify-content: center;
}
.cid-uEmZDhYh7M .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEmZDhYh7M .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEmZDhYh7M .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEmZDhYh7M .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEmZDhYh7M .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEmZDhYh7M .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEmZDhYh7M .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEmZDhYh7M .card-title,
.cid-uEmZDhYh7M .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEmZDhYh7M H3 {
  color: #000000;
  text-align: center;
}
.cid-uwu63k0KS2 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwu63k0KS2 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwu63k0KS2 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwu63k0KS2 .title__address {
  margin-bottom: 20px;
}
.cid-uwu63k0KS2 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwu63k0KS2 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwu63k0KS2 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwu63k0KS2 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwu63k0KS2 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwu63k0KS2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwu63k0KS2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwu63k0KS2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwu63k0KS2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwu63k0KS2 .container {
    max-width: 100%;
  }
  .cid-uwu63k0KS2 .container .row {
    margin: 0;
  }
  .cid-uwu63k0KS2 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwu63k0KS2 .title__address,
.cid-uwu63k0KS2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwu63k0KS2 .work__time {
  color: #ffffff;
}
.cid-uwu7CfAZ7k {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwu7CfAZ7k .nav-item,
.cid-uwu7CfAZ7k .nav-link,
.cid-uwu7CfAZ7k .navbar-caption {
  font-weight: normal;
}
.cid-uwu7CfAZ7k .navbar-nav {
  counter-reset: number;
}
.cid-uwu7CfAZ7k .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwu7CfAZ7k .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwu7CfAZ7k .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwu7CfAZ7k .btn {
    white-space: nowrap;
  }
  .cid-uwu7CfAZ7k .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwu7CfAZ7k .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwu7CfAZ7k .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwu7CfAZ7k .dropdown-toggle::after,
  .cid-uwu7CfAZ7k .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwu7CfAZ7k .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu7CfAZ7k .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu7CfAZ7k .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwu7CfAZ7k .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu7CfAZ7k .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwu7CfAZ7k .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwu7CfAZ7k .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwu7CfAZ7k .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwu7CfAZ7k .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwu7CfAZ7k .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwu7CfAZ7k .nav-item:focus,
.cid-uwu7CfAZ7k .nav-link:focus {
  outline: none;
}
.cid-uwu7CfAZ7k .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwu7CfAZ7k .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwu7CfAZ7k .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwu7CfAZ7k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwu7CfAZ7k .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwu7CfAZ7k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwu7CfAZ7k ul.navbar-nav li {
  margin: auto;
}
.cid-uwu7CfAZ7k .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwu7CfAZ7k .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwu7CfAZ7k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwu7CfAZ7k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwu7CfAZ7k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwu7CfAZ7k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwu7CfAZ7k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwu7CfAZ7k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwu7CfAZ7k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwu7CfAZ7k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwu7CfAZ7k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwu7CfAZ7k .navbar .container-fluid,
  .cid-uwu7CfAZ7k .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwu7CfAZ7k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwu7CfAZ7k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwu7CfAZ7k .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwu7CfAZ7k .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwu7CfAZ7k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwu7CfAZ7k .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwu7CfAZ7k .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwu7CfAZ7k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwu7CfAZ7k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwu7CfAZ7k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwu7CfAZ7k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwu7CfAZ7k .dropdown-item.active,
.cid-uwu7CfAZ7k .dropdown-item:active {
  background-color: transparent;
}
.cid-uwu7CfAZ7k .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwu7CfAZ7k .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwu7CfAZ7k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwu7CfAZ7k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwu7CfAZ7k .navbar-buttons {
  text-align: center;
}
.cid-uwu7CfAZ7k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwu7CfAZ7k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwu7CfAZ7k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwu7CfAZ7k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwu7CfAZ7k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwu7CfAZ7k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwu7CfAZ7k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwu7CfAZ7k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwu7CfAZ7k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwu7CfAZ7k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwu7CfAZ7k .navbar-dropdown {
  position: absolute;
}
.cid-uwu7CfAZ7k a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwu7CfAZ7k a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwu7CfAZ7k .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwu7CfAZ7k .navbar {
    height: 77px;
  }
  .cid-uwu7CfAZ7k .navbar.opened {
    height: auto;
  }
  .cid-uwu7CfAZ7k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwu7CguYgf {
  background-image: url("../../../assets/images/claire-marin-convergence-1490x1490.jpeg");
}
.cid-uwu7CguYgf .push__top {
  padding-top: 80px;
}
.cid-uwu7CguYgf .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uwu7CguYgf .title__block {
  width: 70%;
}
.cid-uwu7CguYgf .mbr-section-subtitle,
.cid-uwu7CguYgf .bottom__about__text,
.cid-uwu7CguYgf .bottom__subtitle {
  line-height: 25px;
}
.cid-uwu7CguYgf .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #003cd3;
  text-align: right;
}
.cid-uwu7CguYgf .mbr-section-title {
  line-height: 57px;
  color: #003cd3;
  text-align: right;
}
.cid-uwu7CguYgf .widget__number {
  margin-bottom: 8px;
}
.cid-uwu7CguYgf .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uwu7CguYgf .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uwu7CguYgf .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwu7CguYgf .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uwu7CguYgf .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uwu7CguYgf .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uwu7CguYgf .date__block {
    margin-top: 50px;
  }
  .cid-uwu7CguYgf .mbr-section-title {
    line-height: 1;
  }
  .cid-uwu7CguYgf .push__top {
    padding-top: 30px;
  }
  .cid-uwu7CguYgf .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uwu7CguYgf .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uwu7CguYgf .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uwu7CguYgf .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uwu7CguYgf .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uwu7CguYgf .title__block {
    width: 100%;
  }
  .cid-uwu7CguYgf .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uwu7CguYgf .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uwu7CguYgf .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uwu7CguYgf .divider {
    margin-bottom: 10px;
  }
  .cid-uwu7CguYgf a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uwu7CguYgf .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwu7CguYgf .mbr-figure {
  color: #ffffff;
}
.cid-uz0xf9zGMt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz0xf9zGMt img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0xf9zGMt .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz0xf9zGMt .img-card {
  justify-content: center;
}
.cid-uz0xf9zGMt .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz0xf9zGMt .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz0xf9zGMt .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz0xf9zGMt .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz0xf9zGMt .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz0xf9zGMt .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0xf9zGMt .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz0xf9zGMt .card-title,
.cid-uz0xf9zGMt .card-box {
  color: #767676;
  text-align: center;
}
.cid-uz0xf9zGMt H3 {
  color: #000000;
  text-align: center;
}
.cid-uwu7CixqdO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwu7CixqdO img {
  width: 100%;
  object-fit: cover;
}
.cid-uwu7CixqdO .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwu7CixqdO .img-card {
  justify-content: center;
}
.cid-uwu7CixqdO .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwu7CixqdO .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwu7CixqdO .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwu7CixqdO .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwu7CixqdO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwu7CixqdO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwu7CixqdO .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwu7CixqdO .card-title,
.cid-uwu7CixqdO .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwu7CixqdO H3 {
  color: #000000;
  text-align: center;
}
.cid-uwu8mZPMM3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwu8mZPMM3 img {
  width: 100%;
  object-fit: cover;
}
.cid-uwu8mZPMM3 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwu8mZPMM3 .img-card {
  justify-content: center;
}
.cid-uwu8mZPMM3 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwu8mZPMM3 .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwu8mZPMM3 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwu8mZPMM3 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwu8mZPMM3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwu8mZPMM3 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwu8mZPMM3 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwu8mZPMM3 .card-title,
.cid-uwu8mZPMM3 .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwu8mZPMM3 H3 {
  color: #000000;
  text-align: center;
}
.cid-uEmZUwyFjy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEmZUwyFjy img {
  width: 100%;
  object-fit: cover;
}
.cid-uEmZUwyFjy .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEmZUwyFjy .img-card {
  justify-content: center;
}
.cid-uEmZUwyFjy .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEmZUwyFjy .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEmZUwyFjy .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEmZUwyFjy .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEmZUwyFjy .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEmZUwyFjy .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEmZUwyFjy .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEmZUwyFjy .card-title,
.cid-uEmZUwyFjy .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEmZUwyFjy H3 {
  color: #000000;
  text-align: center;
}
.cid-uwu7CjtDid .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwu7CjtDid .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwu7CjtDid .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwu7CjtDid .title__address {
  margin-bottom: 20px;
}
.cid-uwu7CjtDid .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwu7CjtDid .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwu7CjtDid .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwu7CjtDid .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwu7CjtDid .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwu7CjtDid .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwu7CjtDid .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwu7CjtDid .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwu7CjtDid .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwu7CjtDid .container {
    max-width: 100%;
  }
  .cid-uwu7CjtDid .container .row {
    margin: 0;
  }
  .cid-uwu7CjtDid .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwu7CjtDid .title__address,
.cid-uwu7CjtDid .mbr-section-btn {
  color: #ffffff;
}
.cid-uwu7CjtDid .work__time {
  color: #ffffff;
}
.cid-uwua5VGBV9 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwua5VGBV9 .nav-item,
.cid-uwua5VGBV9 .nav-link,
.cid-uwua5VGBV9 .navbar-caption {
  font-weight: normal;
}
.cid-uwua5VGBV9 .navbar-nav {
  counter-reset: number;
}
.cid-uwua5VGBV9 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwua5VGBV9 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwua5VGBV9 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwua5VGBV9 .btn {
    white-space: nowrap;
  }
  .cid-uwua5VGBV9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwua5VGBV9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwua5VGBV9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwua5VGBV9 .dropdown-toggle::after,
  .cid-uwua5VGBV9 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwua5VGBV9 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwua5VGBV9 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwua5VGBV9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwua5VGBV9 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwua5VGBV9 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwua5VGBV9 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwua5VGBV9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwua5VGBV9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwua5VGBV9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwua5VGBV9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwua5VGBV9 .nav-item:focus,
.cid-uwua5VGBV9 .nav-link:focus {
  outline: none;
}
.cid-uwua5VGBV9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwua5VGBV9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwua5VGBV9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwua5VGBV9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwua5VGBV9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwua5VGBV9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwua5VGBV9 ul.navbar-nav li {
  margin: auto;
}
.cid-uwua5VGBV9 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwua5VGBV9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwua5VGBV9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwua5VGBV9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwua5VGBV9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwua5VGBV9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwua5VGBV9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwua5VGBV9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwua5VGBV9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwua5VGBV9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwua5VGBV9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwua5VGBV9 .navbar .container-fluid,
  .cid-uwua5VGBV9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwua5VGBV9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwua5VGBV9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwua5VGBV9 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwua5VGBV9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwua5VGBV9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwua5VGBV9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwua5VGBV9 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwua5VGBV9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwua5VGBV9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwua5VGBV9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwua5VGBV9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwua5VGBV9 .dropdown-item.active,
.cid-uwua5VGBV9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwua5VGBV9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwua5VGBV9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwua5VGBV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwua5VGBV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwua5VGBV9 .navbar-buttons {
  text-align: center;
}
.cid-uwua5VGBV9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwua5VGBV9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwua5VGBV9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwua5VGBV9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwua5VGBV9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwua5VGBV9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwua5VGBV9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwua5VGBV9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwua5VGBV9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwua5VGBV9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwua5VGBV9 .navbar-dropdown {
  position: absolute;
}
.cid-uwua5VGBV9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwua5VGBV9 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwua5VGBV9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwua5VGBV9 .navbar {
    height: 77px;
  }
  .cid-uwua5VGBV9 .navbar.opened {
    height: auto;
  }
  .cid-uwua5VGBV9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwua5WelOS {
  background-image: url("../../../assets/images/lechantdes-convergence-550x309.jpeg");
}
.cid-uwua5WelOS .push__top {
  padding-top: 80px;
}
.cid-uwua5WelOS .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uwua5WelOS .title__block {
  width: 70%;
}
.cid-uwua5WelOS .mbr-section-subtitle,
.cid-uwua5WelOS .bottom__about__text,
.cid-uwua5WelOS .bottom__subtitle {
  line-height: 25px;
}
.cid-uwua5WelOS .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #003cd3;
  text-align: right;
}
.cid-uwua5WelOS .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-uwua5WelOS .widget__number {
  margin-bottom: 8px;
}
.cid-uwua5WelOS .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uwua5WelOS .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uwua5WelOS .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwua5WelOS .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uwua5WelOS .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uwua5WelOS .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uwua5WelOS .date__block {
    margin-top: 50px;
  }
  .cid-uwua5WelOS .mbr-section-title {
    line-height: 1;
  }
  .cid-uwua5WelOS .push__top {
    padding-top: 30px;
  }
  .cid-uwua5WelOS .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uwua5WelOS .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uwua5WelOS .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uwua5WelOS .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uwua5WelOS .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uwua5WelOS .title__block {
    width: 100%;
  }
  .cid-uwua5WelOS .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uwua5WelOS .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uwua5WelOS .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uwua5WelOS .divider {
    margin-bottom: 10px;
  }
  .cid-uwua5WelOS a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uwua5WelOS .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwua5WelOS .mbr-figure {
  color: #ffffff;
}
.cid-uzAxcyzzcp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzAxcyzzcp img {
  width: 100%;
  object-fit: cover;
}
.cid-uzAxcyzzcp .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uzAxcyzzcp .img-card {
  justify-content: center;
}
.cid-uzAxcyzzcp .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uzAxcyzzcp .card-title {
  margin-bottom: 1.2rem;
}
.cid-uzAxcyzzcp .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uzAxcyzzcp .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uzAxcyzzcp .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uzAxcyzzcp .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uzAxcyzzcp .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uzAxcyzzcp .card-title,
.cid-uzAxcyzzcp .card-box {
  color: #767676;
  text-align: center;
}
.cid-uzAxcyzzcp H3 {
  color: #000000;
  text-align: center;
}
.cid-uwua5YbNnm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwua5YbNnm img {
  width: 100%;
  object-fit: cover;
}
.cid-uwua5YbNnm .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwua5YbNnm .img-card {
  justify-content: center;
}
.cid-uwua5YbNnm .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwua5YbNnm .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwua5YbNnm .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwua5YbNnm .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwua5YbNnm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwua5YbNnm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwua5YbNnm .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwua5YbNnm .card-title,
.cid-uwua5YbNnm .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwua5YbNnm H3 {
  color: #000000;
  text-align: center;
}
.cid-uz0ysqrrbV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz0ysqrrbV img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0ysqrrbV .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz0ysqrrbV .img-card {
  justify-content: center;
}
.cid-uz0ysqrrbV .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz0ysqrrbV .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz0ysqrrbV .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz0ysqrrbV .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz0ysqrrbV .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz0ysqrrbV .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0ysqrrbV .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz0ysqrrbV .card-title,
.cid-uz0ysqrrbV .card-box {
  color: #767676;
  text-align: center;
}
.cid-uz0ysqrrbV H3 {
  color: #000000;
  text-align: center;
}
.cid-uEn00FPJVN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEn00FPJVN img {
  width: 100%;
  object-fit: cover;
}
.cid-uEn00FPJVN .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEn00FPJVN .img-card {
  justify-content: center;
}
.cid-uEn00FPJVN .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEn00FPJVN .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEn00FPJVN .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEn00FPJVN .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEn00FPJVN .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEn00FPJVN .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEn00FPJVN .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEn00FPJVN .card-title,
.cid-uEn00FPJVN .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEn00FPJVN H3 {
  color: #000000;
  text-align: center;
}
.cid-uwua5YRtxq .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwua5YRtxq .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwua5YRtxq .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwua5YRtxq .title__address {
  margin-bottom: 20px;
}
.cid-uwua5YRtxq .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwua5YRtxq .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwua5YRtxq .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwua5YRtxq .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwua5YRtxq .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwua5YRtxq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwua5YRtxq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwua5YRtxq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwua5YRtxq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwua5YRtxq .container {
    max-width: 100%;
  }
  .cid-uwua5YRtxq .container .row {
    margin: 0;
  }
  .cid-uwua5YRtxq .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwua5YRtxq .title__address,
.cid-uwua5YRtxq .mbr-section-btn {
  color: #ffffff;
}
.cid-uwua5YRtxq .work__time {
  color: #ffffff;
}
.cid-uwucWJO3Dj {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwucWJO3Dj .nav-item,
.cid-uwucWJO3Dj .nav-link,
.cid-uwucWJO3Dj .navbar-caption {
  font-weight: normal;
}
.cid-uwucWJO3Dj .navbar-nav {
  counter-reset: number;
}
.cid-uwucWJO3Dj .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwucWJO3Dj .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwucWJO3Dj .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwucWJO3Dj .btn {
    white-space: nowrap;
  }
  .cid-uwucWJO3Dj .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwucWJO3Dj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwucWJO3Dj .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwucWJO3Dj .dropdown-toggle::after,
  .cid-uwucWJO3Dj .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwucWJO3Dj .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwucWJO3Dj .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwucWJO3Dj .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwucWJO3Dj .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwucWJO3Dj .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwucWJO3Dj .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwucWJO3Dj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwucWJO3Dj .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwucWJO3Dj .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwucWJO3Dj .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwucWJO3Dj .nav-item:focus,
.cid-uwucWJO3Dj .nav-link:focus {
  outline: none;
}
.cid-uwucWJO3Dj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwucWJO3Dj .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwucWJO3Dj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwucWJO3Dj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwucWJO3Dj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwucWJO3Dj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwucWJO3Dj ul.navbar-nav li {
  margin: auto;
}
.cid-uwucWJO3Dj .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwucWJO3Dj .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwucWJO3Dj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwucWJO3Dj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwucWJO3Dj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwucWJO3Dj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwucWJO3Dj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwucWJO3Dj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwucWJO3Dj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwucWJO3Dj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwucWJO3Dj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwucWJO3Dj .navbar .container-fluid,
  .cid-uwucWJO3Dj .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwucWJO3Dj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwucWJO3Dj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwucWJO3Dj .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwucWJO3Dj .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwucWJO3Dj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwucWJO3Dj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwucWJO3Dj .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwucWJO3Dj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwucWJO3Dj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwucWJO3Dj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwucWJO3Dj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwucWJO3Dj .dropdown-item.active,
.cid-uwucWJO3Dj .dropdown-item:active {
  background-color: transparent;
}
.cid-uwucWJO3Dj .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwucWJO3Dj .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwucWJO3Dj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwucWJO3Dj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwucWJO3Dj .navbar-buttons {
  text-align: center;
}
.cid-uwucWJO3Dj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwucWJO3Dj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwucWJO3Dj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwucWJO3Dj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwucWJO3Dj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwucWJO3Dj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwucWJO3Dj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwucWJO3Dj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwucWJO3Dj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwucWJO3Dj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwucWJO3Dj .navbar-dropdown {
  position: absolute;
}
.cid-uwucWJO3Dj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwucWJO3Dj a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwucWJO3Dj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwucWJO3Dj .navbar {
    height: 77px;
  }
  .cid-uwucWJO3Dj .navbar.opened {
    height: auto;
  }
  .cid-uwucWJO3Dj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwucWKjhqV {
  background-image: url("../../../assets/images/stephan-eicher-convergence-2000x1333.jpg");
}
.cid-uwucWKjhqV .push__top {
  padding-top: 80px;
}
.cid-uwucWKjhqV .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uwucWKjhqV .title__block {
  width: 70%;
}
.cid-uwucWKjhqV .mbr-section-subtitle,
.cid-uwucWKjhqV .bottom__about__text,
.cid-uwucWKjhqV .bottom__subtitle {
  line-height: 25px;
}
.cid-uwucWKjhqV .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #efefec;
  text-align: right;
}
.cid-uwucWKjhqV .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-uwucWKjhqV .widget__number {
  margin-bottom: 8px;
}
.cid-uwucWKjhqV .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uwucWKjhqV .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uwucWKjhqV .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwucWKjhqV .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uwucWKjhqV .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uwucWKjhqV .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uwucWKjhqV .date__block {
    margin-top: 50px;
  }
  .cid-uwucWKjhqV .mbr-section-title {
    line-height: 1;
  }
  .cid-uwucWKjhqV .push__top {
    padding-top: 30px;
  }
  .cid-uwucWKjhqV .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uwucWKjhqV .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uwucWKjhqV .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uwucWKjhqV .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uwucWKjhqV .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uwucWKjhqV .title__block {
    width: 100%;
  }
  .cid-uwucWKjhqV .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uwucWKjhqV .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uwucWKjhqV .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uwucWKjhqV .divider {
    margin-bottom: 10px;
  }
  .cid-uwucWKjhqV a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uwucWKjhqV .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwucWKjhqV .mbr-figure {
  color: #ffffff;
}
.cid-uxl0UVWkec {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxl0UVWkec img {
  width: 100%;
  object-fit: cover;
}
.cid-uxl0UVWkec .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uxl0UVWkec .img-card {
  justify-content: center;
}
.cid-uxl0UVWkec .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uxl0UVWkec .card-title {
  margin-bottom: 1.2rem;
}
.cid-uxl0UVWkec .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uxl0UVWkec .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uxl0UVWkec .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uxl0UVWkec .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uxl0UVWkec .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uxl0UVWkec .card-title,
.cid-uxl0UVWkec .card-box {
  color: #000000;
  text-align: center;
}
.cid-uxl0UVWkec H3 {
  color: #000000;
  text-align: center;
}
.cid-uwucWLJmvz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwucWLJmvz img {
  width: 100%;
  object-fit: cover;
}
.cid-uwucWLJmvz .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwucWLJmvz .img-card {
  justify-content: center;
}
.cid-uwucWLJmvz .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwucWLJmvz .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwucWLJmvz .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwucWLJmvz .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwucWLJmvz .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwucWLJmvz .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwucWLJmvz .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwucWLJmvz .card-title,
.cid-uwucWLJmvz .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwucWLJmvz H3 {
  color: #000000;
  text-align: center;
}
.cid-uwudOmQzp8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwudOmQzp8 img {
  width: 100%;
  object-fit: cover;
}
.cid-uwudOmQzp8 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwudOmQzp8 .img-card {
  justify-content: center;
}
.cid-uwudOmQzp8 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwudOmQzp8 .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwudOmQzp8 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwudOmQzp8 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwudOmQzp8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwudOmQzp8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwudOmQzp8 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwudOmQzp8 .card-title,
.cid-uwudOmQzp8 .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwudOmQzp8 H3 {
  color: #000000;
  text-align: center;
}
.cid-uxkV9fTKpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uxkV9fTKpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkV9fTKpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxkV9fTKpF .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uxkV9fTKpF .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uxkV9fTKpF .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uxkV9fTKpF .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uxkV9fTKpF .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uxkV9fTKpF .col-text {
    margin-top: 20px;
  }
}
.cid-uxkV9fTKpF .text-wrapper {
  width: 100%;
}
.cid-uxkV9fTKpF .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uxkV9fTKpF .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uxkV9fTKpF .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uxkV9fTKpF .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uxkV9fTKpF .mbr-text {
    padding-right: 0;
  }
}
.cid-uxkV9fTKpF .mbr-section-btn {
  margin-top: 20px;
}
.cid-uxkV9fTKpF .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uxkV9fTKpF .social-container {
    padding-top: 40px;
  }
}
.cid-uxkV9fTKpF .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uxkV9fTKpF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uxkV9fTKpF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uxkV9fTKpF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uxkV9fTKpF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uxkV9fTKpF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uxkV9fTKpF .soc-item:hover:before {
  opacity: 1;
}
.cid-uxkV9fTKpF .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uxkV9fTKpF .col-img {
    order: 1;
  }
}
.cid-uxkV9fTKpF .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uxkV9fTKpF .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uxkV9fTKpF .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-uEn06nf19E {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEn06nf19E img {
  width: 100%;
  object-fit: cover;
}
.cid-uEn06nf19E .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEn06nf19E .img-card {
  justify-content: center;
}
.cid-uEn06nf19E .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEn06nf19E .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEn06nf19E .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEn06nf19E .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEn06nf19E .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEn06nf19E .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEn06nf19E .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEn06nf19E .card-title,
.cid-uEn06nf19E .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEn06nf19E H3 {
  color: #000000;
  text-align: center;
}
.cid-uwucWMnsy1 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwucWMnsy1 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwucWMnsy1 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwucWMnsy1 .title__address {
  margin-bottom: 20px;
}
.cid-uwucWMnsy1 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwucWMnsy1 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwucWMnsy1 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwucWMnsy1 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwucWMnsy1 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwucWMnsy1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwucWMnsy1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwucWMnsy1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwucWMnsy1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwucWMnsy1 .container {
    max-width: 100%;
  }
  .cid-uwucWMnsy1 .container .row {
    margin: 0;
  }
  .cid-uwucWMnsy1 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwucWMnsy1 .title__address,
.cid-uwucWMnsy1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwucWMnsy1 .work__time {
  color: #ffffff;
}
.cid-uwugEWd7kC {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwugEWd7kC .nav-item,
.cid-uwugEWd7kC .nav-link,
.cid-uwugEWd7kC .navbar-caption {
  font-weight: normal;
}
.cid-uwugEWd7kC .navbar-nav {
  counter-reset: number;
}
.cid-uwugEWd7kC .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwugEWd7kC .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwugEWd7kC .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwugEWd7kC .btn {
    white-space: nowrap;
  }
  .cid-uwugEWd7kC .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwugEWd7kC .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwugEWd7kC .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwugEWd7kC .dropdown-toggle::after,
  .cid-uwugEWd7kC .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwugEWd7kC .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwugEWd7kC .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwugEWd7kC .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwugEWd7kC .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwugEWd7kC .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwugEWd7kC .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwugEWd7kC .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwugEWd7kC .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwugEWd7kC .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwugEWd7kC .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwugEWd7kC .nav-item:focus,
.cid-uwugEWd7kC .nav-link:focus {
  outline: none;
}
.cid-uwugEWd7kC .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwugEWd7kC .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwugEWd7kC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwugEWd7kC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwugEWd7kC .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwugEWd7kC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwugEWd7kC ul.navbar-nav li {
  margin: auto;
}
.cid-uwugEWd7kC .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwugEWd7kC .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwugEWd7kC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwugEWd7kC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwugEWd7kC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwugEWd7kC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwugEWd7kC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwugEWd7kC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwugEWd7kC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwugEWd7kC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwugEWd7kC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwugEWd7kC .navbar .container-fluid,
  .cid-uwugEWd7kC .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwugEWd7kC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwugEWd7kC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwugEWd7kC .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwugEWd7kC .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwugEWd7kC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwugEWd7kC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwugEWd7kC .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwugEWd7kC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwugEWd7kC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwugEWd7kC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwugEWd7kC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwugEWd7kC .dropdown-item.active,
.cid-uwugEWd7kC .dropdown-item:active {
  background-color: transparent;
}
.cid-uwugEWd7kC .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwugEWd7kC .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwugEWd7kC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwugEWd7kC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwugEWd7kC .navbar-buttons {
  text-align: center;
}
.cid-uwugEWd7kC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwugEWd7kC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwugEWd7kC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwugEWd7kC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwugEWd7kC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwugEWd7kC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwugEWd7kC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwugEWd7kC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwugEWd7kC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwugEWd7kC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwugEWd7kC .navbar-dropdown {
  position: absolute;
}
.cid-uwugEWd7kC a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwugEWd7kC a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwugEWd7kC .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwugEWd7kC .navbar {
    height: 77px;
  }
  .cid-uwugEWd7kC .navbar.opened {
    height: auto;
  }
  .cid-uwugEWd7kC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwugEWUFdx {
  background-image: url("../../../assets/images/diapositive1-2-1440x810.jpeg");
}
.cid-uwugEWUFdx .push__top {
  padding-top: 80px;
}
.cid-uwugEWUFdx .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uwugEWUFdx .title__block {
  width: 70%;
}
.cid-uwugEWUFdx .mbr-section-subtitle,
.cid-uwugEWUFdx .bottom__about__text,
.cid-uwugEWUFdx .bottom__subtitle {
  line-height: 25px;
}
.cid-uwugEWUFdx .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ff2121;
  text-align: right;
}
.cid-uwugEWUFdx .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-uwugEWUFdx .widget__number {
  margin-bottom: 8px;
}
.cid-uwugEWUFdx .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uwugEWUFdx .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uwugEWUFdx .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwugEWUFdx .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uwugEWUFdx .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uwugEWUFdx .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uwugEWUFdx .date__block {
    margin-top: 50px;
  }
  .cid-uwugEWUFdx .mbr-section-title {
    line-height: 1;
  }
  .cid-uwugEWUFdx .push__top {
    padding-top: 30px;
  }
  .cid-uwugEWUFdx .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uwugEWUFdx .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uwugEWUFdx .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uwugEWUFdx .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uwugEWUFdx .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uwugEWUFdx .title__block {
    width: 100%;
  }
  .cid-uwugEWUFdx .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uwugEWUFdx .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uwugEWUFdx .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uwugEWUFdx .divider {
    margin-bottom: 10px;
  }
  .cid-uwugEWUFdx a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uwugEWUFdx .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwugEWUFdx .mbr-figure {
  color: #ffffff;
}
.cid-uzABea83Fg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzABea83Fg img {
  width: 100%;
  object-fit: cover;
}
.cid-uzABea83Fg .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uzABea83Fg .img-card {
  justify-content: center;
}
.cid-uzABea83Fg .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uzABea83Fg .card-title {
  margin-bottom: 1.2rem;
}
.cid-uzABea83Fg .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uzABea83Fg .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uzABea83Fg .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uzABea83Fg .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uzABea83Fg .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uzABea83Fg .card-title,
.cid-uzABea83Fg .card-box {
  color: #767676;
  text-align: center;
}
.cid-uzABea83Fg H3 {
  color: #000000;
  text-align: center;
}
.cid-uwugEYDQwK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwugEYDQwK img {
  width: 100%;
  object-fit: cover;
}
.cid-uwugEYDQwK .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwugEYDQwK .img-card {
  justify-content: center;
}
.cid-uwugEYDQwK .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwugEYDQwK .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwugEYDQwK .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwugEYDQwK .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwugEYDQwK .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwugEYDQwK .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwugEYDQwK .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwugEYDQwK .card-title,
.cid-uwugEYDQwK .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwugEYDQwK H3 {
  color: #000000;
  text-align: center;
}
.cid-uEn0boMgI0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEn0boMgI0 img {
  width: 100%;
  object-fit: cover;
}
.cid-uEn0boMgI0 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEn0boMgI0 .img-card {
  justify-content: center;
}
.cid-uEn0boMgI0 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEn0boMgI0 .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEn0boMgI0 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEn0boMgI0 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEn0boMgI0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEn0boMgI0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEn0boMgI0 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEn0boMgI0 .card-title,
.cid-uEn0boMgI0 .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEn0boMgI0 H3 {
  color: #000000;
  text-align: center;
}
.cid-uwugEZf9wc .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwugEZf9wc .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwugEZf9wc .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwugEZf9wc .title__address {
  margin-bottom: 20px;
}
.cid-uwugEZf9wc .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwugEZf9wc .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwugEZf9wc .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwugEZf9wc .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwugEZf9wc .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwugEZf9wc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwugEZf9wc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwugEZf9wc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwugEZf9wc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwugEZf9wc .container {
    max-width: 100%;
  }
  .cid-uwugEZf9wc .container .row {
    margin: 0;
  }
  .cid-uwugEZf9wc .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwugEZf9wc .title__address,
.cid-uwugEZf9wc .mbr-section-btn {
  color: #ffffff;
}
.cid-uwugEZf9wc .work__time {
  color: #ffffff;
}
.cid-uwAAAvsaR5 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uwAAAvsaR5 .nav-item,
.cid-uwAAAvsaR5 .nav-link,
.cid-uwAAAvsaR5 .navbar-caption {
  font-weight: normal;
}
.cid-uwAAAvsaR5 .navbar-nav {
  counter-reset: number;
}
.cid-uwAAAvsaR5 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uwAAAvsaR5 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uwAAAvsaR5 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uwAAAvsaR5 .btn {
    white-space: nowrap;
  }
  .cid-uwAAAvsaR5 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uwAAAvsaR5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uwAAAvsaR5 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uwAAAvsaR5 .dropdown-toggle::after,
  .cid-uwAAAvsaR5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uwAAAvsaR5 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwAAAvsaR5 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwAAAvsaR5 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uwAAAvsaR5 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwAAAvsaR5 .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uwAAAvsaR5 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uwAAAvsaR5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uwAAAvsaR5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uwAAAvsaR5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uwAAAvsaR5 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uwAAAvsaR5 .nav-item:focus,
.cid-uwAAAvsaR5 .nav-link:focus {
  outline: none;
}
.cid-uwAAAvsaR5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uwAAAvsaR5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uwAAAvsaR5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uwAAAvsaR5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwAAAvsaR5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uwAAAvsaR5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwAAAvsaR5 ul.navbar-nav li {
  margin: auto;
}
.cid-uwAAAvsaR5 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uwAAAvsaR5 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uwAAAvsaR5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwAAAvsaR5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwAAAvsaR5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwAAAvsaR5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uwAAAvsaR5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwAAAvsaR5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwAAAvsaR5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uwAAAvsaR5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwAAAvsaR5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwAAAvsaR5 .navbar .container-fluid,
  .cid-uwAAAvsaR5 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uwAAAvsaR5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwAAAvsaR5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwAAAvsaR5 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uwAAAvsaR5 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uwAAAvsaR5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwAAAvsaR5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwAAAvsaR5 .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uwAAAvsaR5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwAAAvsaR5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwAAAvsaR5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwAAAvsaR5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwAAAvsaR5 .dropdown-item.active,
.cid-uwAAAvsaR5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwAAAvsaR5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwAAAvsaR5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uwAAAvsaR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uwAAAvsaR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uwAAAvsaR5 .navbar-buttons {
  text-align: center;
}
.cid-uwAAAvsaR5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwAAAvsaR5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uwAAAvsaR5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwAAAvsaR5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwAAAvsaR5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwAAAvsaR5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwAAAvsaR5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwAAAvsaR5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwAAAvsaR5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwAAAvsaR5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwAAAvsaR5 .navbar-dropdown {
  position: absolute;
}
.cid-uwAAAvsaR5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uwAAAvsaR5 a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uwAAAvsaR5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwAAAvsaR5 .navbar {
    height: 77px;
  }
  .cid-uwAAAvsaR5 .navbar.opened {
    height: auto;
  }
  .cid-uwAAAvsaR5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwAAAvZUkV {
  background-image: url("../../../assets/images/paradit-3-1008x1512.jpg");
}
.cid-uwAAAvZUkV .push__top {
  padding-top: 80px;
}
.cid-uwAAAvZUkV .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uwAAAvZUkV .title__block {
  width: 70%;
}
.cid-uwAAAvZUkV .mbr-section-subtitle,
.cid-uwAAAvZUkV .bottom__about__text,
.cid-uwAAAvZUkV .bottom__subtitle {
  line-height: 25px;
}
.cid-uwAAAvZUkV .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-uwAAAvZUkV .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
  text-align: right;
}
.cid-uwAAAvZUkV .widget__number {
  margin-bottom: 8px;
}
.cid-uwAAAvZUkV .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uwAAAvZUkV .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uwAAAvZUkV .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uwAAAvZUkV .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uwAAAvZUkV .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uwAAAvZUkV .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uwAAAvZUkV .date__block {
    margin-top: 50px;
  }
  .cid-uwAAAvZUkV .mbr-section-title {
    line-height: 1;
  }
  .cid-uwAAAvZUkV .push__top {
    padding-top: 30px;
  }
  .cid-uwAAAvZUkV .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uwAAAvZUkV .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uwAAAvZUkV .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uwAAAvZUkV .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uwAAAvZUkV .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uwAAAvZUkV .title__block {
    width: 100%;
  }
  .cid-uwAAAvZUkV .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uwAAAvZUkV .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uwAAAvZUkV .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uwAAAvZUkV .divider {
    margin-bottom: 10px;
  }
  .cid-uwAAAvZUkV a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uwAAAvZUkV .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uwAAAvZUkV .mbr-figure {
  color: #ffffff;
}
.cid-uwAAAyx4dO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwAAAyx4dO img {
  width: 100%;
  object-fit: cover;
}
.cid-uwAAAyx4dO .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uwAAAyx4dO .img-card {
  justify-content: center;
}
.cid-uwAAAyx4dO .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uwAAAyx4dO .card-title {
  margin-bottom: 1.2rem;
}
.cid-uwAAAyx4dO .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uwAAAyx4dO .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwAAAyx4dO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwAAAyx4dO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uwAAAyx4dO .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uwAAAyx4dO .card-title,
.cid-uwAAAyx4dO .card-box {
  color: #767676;
  text-align: center;
}
.cid-uwAAAyx4dO H3 {
  color: #000000;
  text-align: center;
}
.cid-uzHbtTC2es {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzHbtTC2es img {
  width: 100%;
  object-fit: cover;
}
.cid-uzHbtTC2es .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uzHbtTC2es .img-card {
  justify-content: center;
}
.cid-uzHbtTC2es .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uzHbtTC2es .card-title {
  margin-bottom: 1.2rem;
}
.cid-uzHbtTC2es .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uzHbtTC2es .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uzHbtTC2es .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uzHbtTC2es .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uzHbtTC2es .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uzHbtTC2es .card-title,
.cid-uzHbtTC2es .card-box {
  color: #767676;
  text-align: center;
}
.cid-uzHbtTC2es H3 {
  color: #000000;
  text-align: center;
}
.cid-uzHaJ8z8Vs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzHaJ8z8Vs .content__block {
  padding: 30px 15px;
}
.cid-uzHaJ8z8Vs .mbr-text {
  margin-bottom: 30px;
}
.cid-uzHaJ8z8Vs .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-uzHaJ8z8Vs .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-uzHaJ8z8Vs .bottom__text {
  margin: 10px 0;
}
.cid-uzHaJ8z8Vs .btn {
  margin-top: 0;
}
.cid-uzHaJ8z8Vs .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-uzHaJ8z8Vs .image {
  width: 100%;
}
.cid-uzHaJ8z8Vs .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uzHaJ8z8Vs .image {
    margin-bottom: 10px;
  }
  .cid-uzHaJ8z8Vs .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzHaJ8z8Vs .mbr-section-title {
  color: #283742;
}
.cid-uzHaJ8z8Vs .mbr-text,
.cid-uzHaJ8z8Vs .mbr-section-btn {
  color: #6a696c;
}
.cid-uEn0r9X17M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEn0r9X17M img {
  width: 100%;
  object-fit: cover;
}
.cid-uEn0r9X17M .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEn0r9X17M .img-card {
  justify-content: center;
}
.cid-uEn0r9X17M .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEn0r9X17M .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEn0r9X17M .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEn0r9X17M .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEn0r9X17M .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEn0r9X17M .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEn0r9X17M .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEn0r9X17M .card-title,
.cid-uEn0r9X17M .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEn0r9X17M H3 {
  color: #000000;
  text-align: center;
}
.cid-uwAAAzBcHB .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uwAAAzBcHB .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uwAAAzBcHB .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uwAAAzBcHB .title__address {
  margin-bottom: 20px;
}
.cid-uwAAAzBcHB .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uwAAAzBcHB .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uwAAAzBcHB .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwAAAzBcHB .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uwAAAzBcHB .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uwAAAzBcHB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwAAAzBcHB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwAAAzBcHB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwAAAzBcHB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uwAAAzBcHB .container {
    max-width: 100%;
  }
  .cid-uwAAAzBcHB .container .row {
    margin: 0;
  }
  .cid-uwAAAzBcHB .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uwAAAzBcHB .title__address,
.cid-uwAAAzBcHB .mbr-section-btn {
  color: #ffffff;
}
.cid-uwAAAzBcHB .work__time {
  color: #ffffff;
}
.cid-uz0SA0EldI {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uz0SA0EldI .nav-item,
.cid-uz0SA0EldI .nav-link,
.cid-uz0SA0EldI .navbar-caption {
  font-weight: normal;
}
.cid-uz0SA0EldI .navbar-nav {
  counter-reset: number;
}
.cid-uz0SA0EldI .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uz0SA0EldI .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uz0SA0EldI .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uz0SA0EldI .btn {
    white-space: nowrap;
  }
  .cid-uz0SA0EldI .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uz0SA0EldI .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uz0SA0EldI .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uz0SA0EldI .dropdown-toggle::after,
  .cid-uz0SA0EldI .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uz0SA0EldI .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0SA0EldI .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0SA0EldI .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uz0SA0EldI .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0SA0EldI .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uz0SA0EldI .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uz0SA0EldI .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uz0SA0EldI .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uz0SA0EldI .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uz0SA0EldI .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uz0SA0EldI .nav-item:focus,
.cid-uz0SA0EldI .nav-link:focus {
  outline: none;
}
.cid-uz0SA0EldI .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uz0SA0EldI .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uz0SA0EldI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uz0SA0EldI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0SA0EldI .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uz0SA0EldI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0SA0EldI ul.navbar-nav li {
  margin: auto;
}
.cid-uz0SA0EldI .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uz0SA0EldI .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uz0SA0EldI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0SA0EldI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0SA0EldI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0SA0EldI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uz0SA0EldI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz0SA0EldI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0SA0EldI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uz0SA0EldI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0SA0EldI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0SA0EldI .navbar .container-fluid,
  .cid-uz0SA0EldI .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uz0SA0EldI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz0SA0EldI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0SA0EldI .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uz0SA0EldI .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uz0SA0EldI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz0SA0EldI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uz0SA0EldI .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uz0SA0EldI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz0SA0EldI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz0SA0EldI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz0SA0EldI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0SA0EldI .dropdown-item.active,
.cid-uz0SA0EldI .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0SA0EldI .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0SA0EldI .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uz0SA0EldI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uz0SA0EldI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uz0SA0EldI .navbar-buttons {
  text-align: center;
}
.cid-uz0SA0EldI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uz0SA0EldI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uz0SA0EldI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz0SA0EldI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz0SA0EldI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz0SA0EldI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz0SA0EldI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz0SA0EldI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz0SA0EldI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz0SA0EldI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz0SA0EldI .navbar-dropdown {
  position: absolute;
}
.cid-uz0SA0EldI a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0SA0EldI a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uz0SA0EldI .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz0SA0EldI .navbar {
    height: 77px;
  }
  .cid-uz0SA0EldI .navbar.opened {
    height: auto;
  }
  .cid-uz0SA0EldI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0SA1yRiL {
  background-image: url("../../../assets/images/diapositive1-2-1440x810.jpg");
}
.cid-uz0SA1yRiL .push__top {
  padding-top: 80px;
}
.cid-uz0SA1yRiL .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uz0SA1yRiL .title__block {
  width: 70%;
}
.cid-uz0SA1yRiL .mbr-section-subtitle,
.cid-uz0SA1yRiL .bottom__about__text,
.cid-uz0SA1yRiL .bottom__subtitle {
  line-height: 25px;
}
.cid-uz0SA1yRiL .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}
.cid-uz0SA1yRiL .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-uz0SA1yRiL .widget__number {
  margin-bottom: 8px;
}
.cid-uz0SA1yRiL .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uz0SA1yRiL .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uz0SA1yRiL .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uz0SA1yRiL .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uz0SA1yRiL .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uz0SA1yRiL .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uz0SA1yRiL .date__block {
    margin-top: 50px;
  }
  .cid-uz0SA1yRiL .mbr-section-title {
    line-height: 1;
  }
  .cid-uz0SA1yRiL .push__top {
    padding-top: 30px;
  }
  .cid-uz0SA1yRiL .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uz0SA1yRiL .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uz0SA1yRiL .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uz0SA1yRiL .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uz0SA1yRiL .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uz0SA1yRiL .title__block {
    width: 100%;
  }
  .cid-uz0SA1yRiL .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uz0SA1yRiL .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uz0SA1yRiL .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uz0SA1yRiL .divider {
    margin-bottom: 10px;
  }
  .cid-uz0SA1yRiL a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uz0SA1yRiL .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uz0SA1yRiL .mbr-figure {
  color: #ffffff;
}
.cid-uz0SA1yRiL .bottom__subtitle {
  text-align: left;
}
.cid-uz0SA3iRug {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz0SA3iRug img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0SA3iRug .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz0SA3iRug .img-card {
  justify-content: center;
}
.cid-uz0SA3iRug .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz0SA3iRug .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz0SA3iRug .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz0SA3iRug .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz0SA3iRug .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz0SA3iRug .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0SA3iRug .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz0SA3iRug .card-title,
.cid-uz0SA3iRug .card-box {
  color: #767676;
  text-align: center;
}
.cid-uz0SA3iRug H3 {
  color: #000000;
  text-align: center;
}
.cid-uz0SQg8b1p {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz0SQg8b1p img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0SQg8b1p .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz0SQg8b1p .img-card {
  justify-content: center;
}
.cid-uz0SQg8b1p .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz0SQg8b1p .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz0SQg8b1p .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz0SQg8b1p .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz0SQg8b1p .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz0SQg8b1p .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0SQg8b1p .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz0SQg8b1p .card-title,
.cid-uz0SQg8b1p .card-box {
  color: #767676;
  text-align: center;
}
.cid-uz0SQg8b1p H3 {
  color: #000000;
  text-align: center;
}
.cid-uYi1qe0sOj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYi1qe0sOj img {
  width: 100%;
  object-fit: cover;
}
.cid-uYi1qe0sOj .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uYi1qe0sOj .img-card {
  justify-content: center;
}
.cid-uYi1qe0sOj .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uYi1qe0sOj .card-title {
  margin-bottom: 1.2rem;
}
.cid-uYi1qe0sOj .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uYi1qe0sOj .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYi1qe0sOj .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYi1qe0sOj .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYi1qe0sOj .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uYi1qe0sOj .card-title,
.cid-uYi1qe0sOj .card-box {
  color: #767676;
  text-align: center;
}
.cid-uYi1qe0sOj H3 {
  color: #000000;
  text-align: center;
}
.cid-uYi1qe0sOj .card-title,
.cid-uYi1qe0sOj .card-box DIV {
  text-align: justify;
}
.cid-uYi1Xrsoor {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYi1Xrsoor img {
  width: 100%;
  object-fit: cover;
}
.cid-uYi1Xrsoor .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uYi1Xrsoor .img-card {
  justify-content: center;
}
.cid-uYi1Xrsoor .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uYi1Xrsoor .card-title {
  margin-bottom: 1.2rem;
}
.cid-uYi1Xrsoor .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uYi1Xrsoor .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYi1Xrsoor .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYi1Xrsoor .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYi1Xrsoor .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uYi1Xrsoor .card-title,
.cid-uYi1Xrsoor .card-box {
  color: #767676;
  text-align: center;
}
.cid-uYi1Xrsoor H3 {
  color: #000000;
  text-align: center;
}
.cid-uYi1Xrsoor .card-title,
.cid-uYi1Xrsoor .card-box DIV {
  text-align: justify;
}
.cid-uEn0kRhYAm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEn0kRhYAm img {
  width: 100%;
  object-fit: cover;
}
.cid-uEn0kRhYAm .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEn0kRhYAm .img-card {
  justify-content: center;
}
.cid-uEn0kRhYAm .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEn0kRhYAm .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEn0kRhYAm .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEn0kRhYAm .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEn0kRhYAm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEn0kRhYAm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEn0kRhYAm .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEn0kRhYAm .card-title,
.cid-uEn0kRhYAm .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEn0kRhYAm H3 {
  color: #000000;
  text-align: center;
}
.cid-uz0SA3NonR .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uz0SA3NonR .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uz0SA3NonR .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uz0SA3NonR .title__address {
  margin-bottom: 20px;
}
.cid-uz0SA3NonR .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uz0SA3NonR .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uz0SA3NonR .mbr-section-btn {
  margin-top: 40px;
}
.cid-uz0SA3NonR .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uz0SA3NonR .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uz0SA3NonR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uz0SA3NonR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uz0SA3NonR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uz0SA3NonR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uz0SA3NonR .container {
    max-width: 100%;
  }
  .cid-uz0SA3NonR .container .row {
    margin: 0;
  }
  .cid-uz0SA3NonR .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uz0SA3NonR .title__address,
.cid-uz0SA3NonR .mbr-section-btn {
  color: #ffffff;
}
.cid-uz0SA3NonR .work__time {
  color: #ffffff;
}
.cid-uz0TO38cuR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uz0TO38cuR .nav-item,
.cid-uz0TO38cuR .nav-link,
.cid-uz0TO38cuR .navbar-caption {
  font-weight: normal;
}
.cid-uz0TO38cuR .navbar-nav {
  counter-reset: number;
}
.cid-uz0TO38cuR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uz0TO38cuR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uz0TO38cuR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uz0TO38cuR .btn {
    white-space: nowrap;
  }
  .cid-uz0TO38cuR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uz0TO38cuR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uz0TO38cuR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uz0TO38cuR .dropdown-toggle::after,
  .cid-uz0TO38cuR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uz0TO38cuR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0TO38cuR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0TO38cuR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uz0TO38cuR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0TO38cuR .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uz0TO38cuR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uz0TO38cuR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uz0TO38cuR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uz0TO38cuR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uz0TO38cuR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uz0TO38cuR .nav-item:focus,
.cid-uz0TO38cuR .nav-link:focus {
  outline: none;
}
.cid-uz0TO38cuR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uz0TO38cuR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uz0TO38cuR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uz0TO38cuR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0TO38cuR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uz0TO38cuR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0TO38cuR ul.navbar-nav li {
  margin: auto;
}
.cid-uz0TO38cuR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uz0TO38cuR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uz0TO38cuR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0TO38cuR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0TO38cuR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0TO38cuR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uz0TO38cuR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz0TO38cuR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0TO38cuR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uz0TO38cuR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0TO38cuR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0TO38cuR .navbar .container-fluid,
  .cid-uz0TO38cuR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uz0TO38cuR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz0TO38cuR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0TO38cuR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uz0TO38cuR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uz0TO38cuR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz0TO38cuR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uz0TO38cuR .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uz0TO38cuR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz0TO38cuR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz0TO38cuR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz0TO38cuR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0TO38cuR .dropdown-item.active,
.cid-uz0TO38cuR .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0TO38cuR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0TO38cuR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uz0TO38cuR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uz0TO38cuR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uz0TO38cuR .navbar-buttons {
  text-align: center;
}
.cid-uz0TO38cuR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uz0TO38cuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uz0TO38cuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz0TO38cuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz0TO38cuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz0TO38cuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz0TO38cuR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz0TO38cuR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz0TO38cuR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz0TO38cuR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz0TO38cuR .navbar-dropdown {
  position: absolute;
}
.cid-uz0TO38cuR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uz0TO38cuR a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uz0TO38cuR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz0TO38cuR .navbar {
    height: 77px;
  }
  .cid-uz0TO38cuR .navbar.opened {
    height: auto;
  }
  .cid-uz0TO38cuR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0TO3OCRP {
  background-image: url("../../../assets/images/diapositive1-4-1440x810.jpeg");
}
.cid-uz0TO3OCRP .push__top {
  padding-top: 80px;
}
.cid-uz0TO3OCRP .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uz0TO3OCRP .title__block {
  width: 70%;
}
.cid-uz0TO3OCRP .mbr-section-subtitle,
.cid-uz0TO3OCRP .bottom__about__text,
.cid-uz0TO3OCRP .bottom__subtitle {
  line-height: 25px;
}
.cid-uz0TO3OCRP .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #003cd3;
  text-align: right;
}
.cid-uz0TO3OCRP .mbr-section-title {
  line-height: 57px;
  color: #199bfc;
  text-align: right;
}
.cid-uz0TO3OCRP .widget__number {
  margin-bottom: 8px;
}
.cid-uz0TO3OCRP .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uz0TO3OCRP .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uz0TO3OCRP .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uz0TO3OCRP .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uz0TO3OCRP .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uz0TO3OCRP .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uz0TO3OCRP .date__block {
    margin-top: 50px;
  }
  .cid-uz0TO3OCRP .mbr-section-title {
    line-height: 1;
  }
  .cid-uz0TO3OCRP .push__top {
    padding-top: 30px;
  }
  .cid-uz0TO3OCRP .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uz0TO3OCRP .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uz0TO3OCRP .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uz0TO3OCRP .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uz0TO3OCRP .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uz0TO3OCRP .title__block {
    width: 100%;
  }
  .cid-uz0TO3OCRP .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uz0TO3OCRP .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uz0TO3OCRP .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uz0TO3OCRP .divider {
    margin-bottom: 10px;
  }
  .cid-uz0TO3OCRP a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uz0TO3OCRP .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uz0TO3OCRP .mbr-figure {
  color: #ffffff;
}
.cid-uz0TO5cmBh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz0TO5cmBh img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0TO5cmBh .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz0TO5cmBh .img-card {
  justify-content: center;
}
.cid-uz0TO5cmBh .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz0TO5cmBh .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz0TO5cmBh .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz0TO5cmBh .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz0TO5cmBh .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz0TO5cmBh .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0TO5cmBh .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz0TO5cmBh .card-title,
.cid-uz0TO5cmBh .card-box {
  color: #767676;
  text-align: center;
}
.cid-uz0TO5cmBh H3 {
  color: #000000;
  text-align: center;
}
.cid-uz0TO5T6Dz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz0TO5T6Dz img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0TO5T6Dz .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uz0TO5T6Dz .img-card {
  justify-content: center;
}
.cid-uz0TO5T6Dz .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uz0TO5T6Dz .card-title {
  margin-bottom: 1.2rem;
}
.cid-uz0TO5T6Dz .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uz0TO5T6Dz .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uz0TO5T6Dz .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uz0TO5T6Dz .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0TO5T6Dz .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uz0TO5T6Dz .card-title,
.cid-uz0TO5T6Dz .card-box {
  color: #767676;
  text-align: center;
}
.cid-uz0TO5T6Dz H3 {
  color: #000000;
  text-align: center;
}
.cid-uEn0gm9tGr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEn0gm9tGr img {
  width: 100%;
  object-fit: cover;
}
.cid-uEn0gm9tGr .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uEn0gm9tGr .img-card {
  justify-content: center;
}
.cid-uEn0gm9tGr .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uEn0gm9tGr .card-title {
  margin-bottom: 1.2rem;
}
.cid-uEn0gm9tGr .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uEn0gm9tGr .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEn0gm9tGr .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uEn0gm9tGr .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEn0gm9tGr .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uEn0gm9tGr .card-title,
.cid-uEn0gm9tGr .card-box {
  color: #767676;
  text-align: center;
}
.cid-uEn0gm9tGr H3 {
  color: #000000;
  text-align: center;
}
.cid-uz0TO6xDC7 .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uz0TO6xDC7 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uz0TO6xDC7 .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uz0TO6xDC7 .title__address {
  margin-bottom: 20px;
}
.cid-uz0TO6xDC7 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uz0TO6xDC7 .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uz0TO6xDC7 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uz0TO6xDC7 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uz0TO6xDC7 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uz0TO6xDC7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uz0TO6xDC7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uz0TO6xDC7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uz0TO6xDC7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uz0TO6xDC7 .container {
    max-width: 100%;
  }
  .cid-uz0TO6xDC7 .container .row {
    margin: 0;
  }
  .cid-uz0TO6xDC7 .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uz0TO6xDC7 .title__address,
.cid-uz0TO6xDC7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uz0TO6xDC7 .work__time {
  color: #ffffff;
}
.cid-uB13rUlKvy {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uB13rUlKvy .nav-item,
.cid-uB13rUlKvy .nav-link,
.cid-uB13rUlKvy .navbar-caption {
  font-weight: normal;
}
.cid-uB13rUlKvy .navbar-nav {
  counter-reset: number;
}
.cid-uB13rUlKvy .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uB13rUlKvy .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uB13rUlKvy .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uB13rUlKvy .btn {
    white-space: nowrap;
  }
  .cid-uB13rUlKvy .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uB13rUlKvy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uB13rUlKvy .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uB13rUlKvy .dropdown-toggle::after,
  .cid-uB13rUlKvy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uB13rUlKvy .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uB13rUlKvy .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uB13rUlKvy .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uB13rUlKvy .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uB13rUlKvy .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uB13rUlKvy .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uB13rUlKvy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uB13rUlKvy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uB13rUlKvy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uB13rUlKvy .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uB13rUlKvy .nav-item:focus,
.cid-uB13rUlKvy .nav-link:focus {
  outline: none;
}
.cid-uB13rUlKvy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uB13rUlKvy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uB13rUlKvy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uB13rUlKvy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB13rUlKvy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uB13rUlKvy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB13rUlKvy ul.navbar-nav li {
  margin: auto;
}
.cid-uB13rUlKvy .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uB13rUlKvy .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uB13rUlKvy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB13rUlKvy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB13rUlKvy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB13rUlKvy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uB13rUlKvy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uB13rUlKvy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB13rUlKvy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uB13rUlKvy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB13rUlKvy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB13rUlKvy .navbar .container-fluid,
  .cid-uB13rUlKvy .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uB13rUlKvy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uB13rUlKvy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB13rUlKvy .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uB13rUlKvy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uB13rUlKvy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uB13rUlKvy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uB13rUlKvy .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uB13rUlKvy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uB13rUlKvy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB13rUlKvy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB13rUlKvy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB13rUlKvy .dropdown-item.active,
.cid-uB13rUlKvy .dropdown-item:active {
  background-color: transparent;
}
.cid-uB13rUlKvy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB13rUlKvy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uB13rUlKvy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uB13rUlKvy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uB13rUlKvy .navbar-buttons {
  text-align: center;
}
.cid-uB13rUlKvy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uB13rUlKvy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uB13rUlKvy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uB13rUlKvy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uB13rUlKvy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uB13rUlKvy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uB13rUlKvy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB13rUlKvy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uB13rUlKvy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uB13rUlKvy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB13rUlKvy .navbar-dropdown {
  position: absolute;
}
.cid-uB13rUlKvy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uB13rUlKvy a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uB13rUlKvy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB13rUlKvy .navbar {
    height: 77px;
  }
  .cid-uB13rUlKvy .navbar.opened {
    height: auto;
  }
  .cid-uB13rUlKvy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB13rUV6LV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB13rUV6LV .content__block {
  padding: 30px 15px;
}
.cid-uB13rUV6LV .mbr-text {
  margin-bottom: 30px;
}
.cid-uB13rUV6LV .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-uB13rUV6LV .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-uB13rUV6LV .bottom__text {
  margin: 10px 0;
}
.cid-uB13rUV6LV .btn {
  margin-top: 0;
}
.cid-uB13rUV6LV .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-uB13rUV6LV .image {
  width: 100%;
}
.cid-uB13rUV6LV .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uB13rUV6LV .image {
    margin-bottom: 10px;
  }
  .cid-uB13rUV6LV .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uB13rUV6LV .mbr-section-title {
  color: #283742;
}
.cid-uB13rUV6LV .mbr-text,
.cid-uB13rUV6LV .mbr-section-btn {
  color: #6a696c;
}
.cid-tOyxBAXqij {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .nav-item,
.cid-tOyxBAXqij .nav-link,
.cid-tOyxBAXqij .navbar-caption {
  font-weight: normal;
}
.cid-tOyxBAXqij .navbar-nav {
  counter-reset: number;
}
.cid-tOyxBAXqij .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tOyxBAXqij .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tOyxBAXqij .btn {
    white-space: nowrap;
  }
  .cid-tOyxBAXqij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tOyxBAXqij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tOyxBAXqij .dropdown-toggle::after,
  .cid-tOyxBAXqij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tOyxBAXqij .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tOyxBAXqij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tOyxBAXqij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tOyxBAXqij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tOyxBAXqij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tOyxBAXqij .nav-item:focus,
.cid-tOyxBAXqij .nav-link:focus {
  outline: none;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tOyxBAXqij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOyxBAXqij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOyxBAXqij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOyxBAXqij ul.navbar-nav li {
  margin: auto;
}
.cid-tOyxBAXqij .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-tOyxBAXqij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOyxBAXqij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOyxBAXqij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOyxBAXqij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOyxBAXqij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOyxBAXqij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOyxBAXqij .navbar .container-fluid,
  .cid-tOyxBAXqij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOyxBAXqij .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tOyxBAXqij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tOyxBAXqij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tOyxBAXqij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tOyxBAXqij .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOyxBAXqij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOyxBAXqij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOyxBAXqij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOyxBAXqij .dropdown-item.active,
.cid-tOyxBAXqij .dropdown-item:active {
  background-color: transparent;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOyxBAXqij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-tOyxBAXqij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tOyxBAXqij .navbar-buttons {
  text-align: center;
}
.cid-tOyxBAXqij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOyxBAXqij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOyxBAXqij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOyxBAXqij .navbar-dropdown {
  position: absolute;
}
.cid-tOyxBAXqij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tOyxBAXqij a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-tOyxBAXqij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOyxBAXqij .navbar {
    height: 77px;
  }
  .cid-tOyxBAXqij .navbar.opened {
    height: auto;
  }
  .cid-tOyxBAXqij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEgr7zIxp8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2674ae;
}
.cid-uEgr7zIxp8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEgr7zIxp8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEgr7zIxp8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEgr7zIxp8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEgr7zIxp8 .content-head {
  max-width: 800px;
}
.cid-uYhFOOMdca {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #f5f7fd;
}
.cid-uYhFOOMdca .nav-item,
.cid-uYhFOOMdca .nav-link,
.cid-uYhFOOMdca .navbar-caption {
  font-weight: normal;
}
.cid-uYhFOOMdca .navbar-nav {
  counter-reset: number;
}
.cid-uYhFOOMdca .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uYhFOOMdca .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uYhFOOMdca .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uYhFOOMdca .btn {
    white-space: nowrap;
  }
  .cid-uYhFOOMdca .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uYhFOOMdca .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uYhFOOMdca .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uYhFOOMdca .dropdown-toggle::after,
  .cid-uYhFOOMdca .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uYhFOOMdca .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uYhFOOMdca .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uYhFOOMdca .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uYhFOOMdca .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uYhFOOMdca .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-uYhFOOMdca .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uYhFOOMdca .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uYhFOOMdca .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uYhFOOMdca .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uYhFOOMdca .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uYhFOOMdca .nav-item:focus,
.cid-uYhFOOMdca .nav-link:focus {
  outline: none;
}
.cid-uYhFOOMdca .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uYhFOOMdca .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uYhFOOMdca .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uYhFOOMdca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhFOOMdca .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uYhFOOMdca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYhFOOMdca ul.navbar-nav li {
  margin: auto;
}
.cid-uYhFOOMdca .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd;
}
.cid-uYhFOOMdca .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f5f7fd !important;
}
.cid-uYhFOOMdca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYhFOOMdca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYhFOOMdca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYhFOOMdca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uYhFOOMdca .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYhFOOMdca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYhFOOMdca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYhFOOMdca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYhFOOMdca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYhFOOMdca .navbar .container-fluid,
  .cid-uYhFOOMdca .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uYhFOOMdca .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYhFOOMdca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYhFOOMdca .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uYhFOOMdca .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uYhFOOMdca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYhFOOMdca .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uYhFOOMdca .navbar.navbar-short {
  background: #f5f7fd !important;
  min-height: 90px;
}
.cid-uYhFOOMdca .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYhFOOMdca .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYhFOOMdca .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYhFOOMdca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYhFOOMdca .dropdown-item.active,
.cid-uYhFOOMdca .dropdown-item:active {
  background-color: transparent;
}
.cid-uYhFOOMdca .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYhFOOMdca .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uYhFOOMdca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fd;
}
.cid-uYhFOOMdca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uYhFOOMdca .navbar-buttons {
  text-align: center;
}
.cid-uYhFOOMdca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uYhFOOMdca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uYhFOOMdca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYhFOOMdca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYhFOOMdca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYhFOOMdca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYhFOOMdca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYhFOOMdca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYhFOOMdca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYhFOOMdca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYhFOOMdca .navbar-dropdown {
  position: absolute;
}
.cid-uYhFOOMdca a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uYhFOOMdca a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-uYhFOOMdca .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYhFOOMdca .navbar {
    height: 77px;
  }
  .cid-uYhFOOMdca .navbar.opened {
    height: auto;
  }
  .cid-uYhFOOMdca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYhFOVBcqK {
  background-image: url("../../../assets/images/unnamed-14-1350x759.jpg");
}
.cid-uYhFOVBcqK .push__top {
  padding-top: 80px;
}
.cid-uYhFOVBcqK .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
}
.cid-uYhFOVBcqK .title__block {
  width: 70%;
}
.cid-uYhFOVBcqK .mbr-section-subtitle,
.cid-uYhFOVBcqK .bottom__about__text,
.cid-uYhFOVBcqK .bottom__subtitle {
  line-height: 25px;
}
.cid-uYhFOVBcqK .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #2674ae;
  text-align: right;
}
.cid-uYhFOVBcqK .mbr-section-title {
  line-height: 57px;
  color: #d90a2c;
  text-align: right;
}
.cid-uYhFOVBcqK .widget__number {
  margin-bottom: 8px;
}
.cid-uYhFOVBcqK .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uYhFOVBcqK .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uYhFOVBcqK .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYhFOVBcqK .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uYhFOVBcqK .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
.cid-uYhFOVBcqK .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-uYhFOVBcqK .mbr-media {
  display: inline-block;
}
.cid-uYhFOVBcqK .mbr-figure {
  align-self: flex-start;
}
.cid-uYhFOVBcqK .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-uYhFOVBcqK .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-uYhFOVBcqK .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uYhFOVBcqK .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-uYhFOVBcqK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-uYhFOVBcqK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYhFOVBcqK .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYhFOVBcqK a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uYhFOVBcqK a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-uYhFOVBcqK .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uYhFOVBcqK .date__block {
    margin-top: 50px;
  }
  .cid-uYhFOVBcqK .mbr-section-title {
    line-height: 1;
  }
  .cid-uYhFOVBcqK .push__top {
    padding-top: 30px;
  }
  .cid-uYhFOVBcqK .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uYhFOVBcqK .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uYhFOVBcqK .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uYhFOVBcqK .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uYhFOVBcqK .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uYhFOVBcqK .title__block {
    width: 100%;
  }
  .cid-uYhFOVBcqK .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uYhFOVBcqK .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uYhFOVBcqK .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uYhFOVBcqK .divider {
    margin-bottom: 10px;
  }
  .cid-uYhFOVBcqK a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uYhFOVBcqK .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uYhFOVBcqK .mbr-figure {
  color: #ffffff;
}
.cid-uYhFOZJYcx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uYhFOZJYcx .title__block {
  padding: 50px 15px;
}
.cid-uYhFOZJYcx .image {
  display: block;
  position: relative;
}
.cid-uYhFOZJYcx .image img {
  height: 100%;
  object-fit: cover;
}
.cid-uYhFOZJYcx .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-uYhFOZJYcx .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-uYhFOZJYcx .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-uYhFOZJYcx .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-uYhFOZJYcx .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-uYhFOZJYcx .widget .widget__text {
  margin: 5px 0;
}
.cid-uYhFOZJYcx .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYhFOZJYcx .btn {
  margin-top: 0;
}
.cid-uYhFOZJYcx .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-uYhFOZJYcx .mbr-media {
  display: inline-block;
}
.cid-uYhFOZJYcx .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uYhFOZJYcx .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-uYhFOZJYcx .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-uYhFOZJYcx .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uYhFOZJYcx .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-uYhFOZJYcx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-uYhFOZJYcx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYhFOZJYcx .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYhFOZJYcx a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uYhFOZJYcx a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-uYhFOZJYcx .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-uYhFOZJYcx .image {
    padding: 0;
  }
  .cid-uYhFOZJYcx .container,
  .cid-uYhFOZJYcx .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uYhFOZJYcx .widget {
    margin-left: 0;
  }
  .cid-uYhFOZJYcx .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-uYhFOZJYcx a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uYhFOZJYcx .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-uYhFOZJYcx .image img {
    max-height: 400px;
  }
}
.cid-uYhFOZJYcx .mbr-text,
.cid-uYhFOZJYcx .mbr-section-btn {
  text-align: center;
}
.cid-uYhFP1HYc2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYhFP1HYc2 img {
  width: 100%;
  object-fit: cover;
}
.cid-uYhFP1HYc2 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uYhFP1HYc2 .img-card {
  justify-content: center;
}
.cid-uYhFP1HYc2 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uYhFP1HYc2 .card-title {
  margin-bottom: 1.2rem;
}
.cid-uYhFP1HYc2 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uYhFP1HYc2 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYhFP1HYc2 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYhFP1HYc2 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYhFP1HYc2 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uYhFP1HYc2 .card-title,
.cid-uYhFP1HYc2 .card-box {
  color: #767676;
  text-align: center;
}
.cid-uYhFP1HYc2 H3 {
  color: #000000;
  text-align: center;
}
.cid-uYhFP4au8P {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYhFP4au8P img {
  width: 100%;
  object-fit: cover;
}
.cid-uYhFP4au8P .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uYhFP4au8P .img-card {
  justify-content: center;
}
.cid-uYhFP4au8P .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uYhFP4au8P .card-title {
  margin-bottom: 1.2rem;
}
.cid-uYhFP4au8P .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uYhFP4au8P .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYhFP4au8P .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYhFP4au8P .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYhFP4au8P .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uYhFP4au8P .card-title,
.cid-uYhFP4au8P .card-box {
  color: #767676;
  text-align: center;
}
.cid-uYhFP4au8P H3 {
  color: #000000;
  text-align: center;
}
.cid-uYhFP7IayE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhFP7IayE .content__block {
  padding: 30px 15px;
}
.cid-uYhFP7IayE .mbr-text {
  margin-bottom: 30px;
}
.cid-uYhFP7IayE .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-uYhFP7IayE .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-uYhFP7IayE .bottom__text {
  margin: 10px 0;
}
.cid-uYhFP7IayE .btn {
  margin-top: 0;
}
.cid-uYhFP7IayE .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-uYhFP7IayE .image {
  width: 100%;
}
.cid-uYhFP7IayE .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYhFP7IayE .image {
    margin-bottom: 10px;
  }
  .cid-uYhFP7IayE .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uYhFP7IayE .mbr-section-title {
  color: #283742;
}
.cid-uYhFP7IayE .mbr-text,
.cid-uYhFP7IayE .mbr-section-btn {
  color: #6a696c;
}
.cid-uYhFP8m5Vp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhFP8m5Vp .content__block {
  padding: 30px 15px;
}
.cid-uYhFP8m5Vp .mbr-text {
  margin-bottom: 30px;
}
.cid-uYhFP8m5Vp .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-uYhFP8m5Vp .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-uYhFP8m5Vp .bottom__text {
  margin: 10px 0;
}
.cid-uYhFP8m5Vp .btn {
  margin-top: 0;
}
.cid-uYhFP8m5Vp .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-uYhFP8m5Vp .image {
  width: 100%;
}
.cid-uYhFP8m5Vp .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYhFP8m5Vp .image {
    margin-bottom: 10px;
  }
  .cid-uYhFP8m5Vp .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uYhFP8m5Vp .mbr-section-title {
  color: #283742;
}
.cid-uYhFP8m5Vp .mbr-text,
.cid-uYhFP8m5Vp .mbr-section-btn {
  color: #6a696c;
}
.cid-uYhFPbJNNT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYhFPbJNNT img {
  width: 100%;
  object-fit: cover;
}
.cid-uYhFPbJNNT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uYhFPbJNNT .img-card {
  justify-content: center;
}
.cid-uYhFPbJNNT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uYhFPbJNNT .card-title {
  margin-bottom: 1.2rem;
}
.cid-uYhFPbJNNT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uYhFPbJNNT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYhFPbJNNT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYhFPbJNNT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYhFPbJNNT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uYhFPbJNNT .card-title,
.cid-uYhFPbJNNT .card-box {
  color: #767676;
  text-align: center;
}
.cid-uYhFPbJNNT H3 {
  color: #000000;
  text-align: center;
}
.cid-uYhFPcBT4Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYhFPcBT4Z img {
  width: 100%;
  object-fit: cover;
}
.cid-uYhFPcBT4Z .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uYhFPcBT4Z .img-card {
  justify-content: center;
}
.cid-uYhFPcBT4Z .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uYhFPcBT4Z .card-title {
  margin-bottom: 1.2rem;
}
.cid-uYhFPcBT4Z .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uYhFPcBT4Z .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYhFPcBT4Z .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYhFPcBT4Z .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYhFPcBT4Z .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uYhFPcBT4Z .card-title,
.cid-uYhFPcBT4Z .card-box {
  color: #767676;
  text-align: center;
}
.cid-uYhFPcBT4Z H3 {
  color: #000000;
  text-align: center;
}
.cid-uYhFPfGLPk {
  background-image: url("../../../assets/images/d-beran-20221212-7-600x480.jpeg");
  position: relative;
  overflow: hidden;
}
.cid-uYhFPfGLPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhFPfGLPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYhFPfGLPk.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-uYhFPfGLPk .container {
  position: static;
  margin: auto auto 0;
}
.cid-uYhFPfGLPk .mbr-section-title {
  color: #FFFFFF;
}
.cid-uYhFPfGLPk .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uYhFPfGLPk .text-box {
  position: relative;
}
.cid-uYhFPfGLPk .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-uYhFPfGLPk .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-uYhFPfGLPk .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYhFPfGLPk .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uYhFPfGLPk .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uYhFPfGLPk .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-uYhFPfGLPk .video-col {
    top: 30%;
  }
}
.cid-uYhFPfGLPk .mbr-media {
  position: relative;
}
.cid-uYhFPfGLPk .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uYhFPfGLPk .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uYhFPfGLPk .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-uYhFPfGLPk .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-uYhFPfGLPk .video-icon-bg-box a {
  padding: 50px;
}
.cid-uYhFPfGLPk .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-uYhFPfGLPk .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-uYhFPfGLPk .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uYhFPfGLPk .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-uYhFPfGLPk .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-uYhFPfGLPk .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-uYhFPfGLPk .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-uYhFPfGLPk .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uYhFPfGLPk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYhFPfGLPk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYhFPfGLPk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYhFPfGLPk .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-uYhFPfGLPk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYhFPi4MLE .main_wrapper {
  position: relative;
  height: 760px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-uYhFPi4MLE .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-uYhFPi4MLE .block_wrapper {
  height: 100%;
  background-color: rgba(52, 29, 116, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-uYhFPi4MLE .title__address {
  margin-bottom: 20px;
}
.cid-uYhFPi4MLE .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-uYhFPi4MLE .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uYhFPi4MLE .mbr-section-btn {
  margin-top: 40px;
}
.cid-uYhFPi4MLE .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uYhFPi4MLE .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uYhFPi4MLE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYhFPi4MLE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYhFPi4MLE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYhFPi4MLE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uYhFPi4MLE .container {
    max-width: 100%;
  }
  .cid-uYhFPi4MLE .container .row {
    margin: 0;
  }
  .cid-uYhFPi4MLE .block_wrapper {
    height: 100%;
    background-color: #341d74;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-uYhFPi4MLE .title__address,
.cid-uYhFPi4MLE .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhFPi4MLE .work__time {
  color: #ffffff;
}
