.mbr-section-btn .btn {
  border-radius: 50px !important;
}
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.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #0a6915 !important;
}
.bg-info {
  background-color: #cd3c00 !important;
}
.bg-warning {
  background-color: #0f2468 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #cd3c00;
  border-color: #cd3c00;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd3c00;
  border-color: #cd3c00;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-info:hover {
  background-color: #9a2d00 !important;
  border-color: #9a2d00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0a6915 !important;
  border-color: #0a6915 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a6915;
  border-color: #0a6915;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a6915 !important;
  border-color: #0a6915 !important;
}
.btn-success:hover {
  background-color: #063a0c !important;
  border-color: #063a0c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2468 !important;
  border-color: #0f2468 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0f2468;
  border-color: #0f2468;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0f2468 !important;
  border-color: #0f2468 !important;
}
.btn-warning:hover {
  background-color: #09153b !important;
  border-color: #09153b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cd3c00;
  color: #cd3c00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #cd3c00 !important;
  border-color: #cd3c00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cd3c00;
  color: #cd3c00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #cd3c00 !important;
  border-color: #cd3c00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0a6915;
  color: #0a6915;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #0a6915 !important;
  border-color: #0a6915;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0a6915 !important;
  border-color: #0a6915 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0f2468;
  color: #0f2468;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #0f2468 !important;
  border-color: #0f2468;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2468 !important;
  border-color: #0f2468 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
}
.text-secondary {
  color: #cd3c00 !important;
}
.text-success {
  color: #0a6915 !important;
}
.text-info {
  color: #cd3c00 !important;
}
.text-warning {
  color: #0f2468 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #671e00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #010c02 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #671e00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #02050f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #0a6915;
}
.alert-info {
  background-color: #cd3c00;
}
.alert-warning {
  background-color: #0f2468;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #15dd2c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffb89a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #1f4bd7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #cd3c00 !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-to6PmyOA4H {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #031c47;
}
.cid-to6PmyOA4H .nav-item,
.cid-to6PmyOA4H .nav-link,
.cid-to6PmyOA4H .navbar-caption {
  font-weight: normal;
}
.cid-to6PmyOA4H .navbar-nav {
  counter-reset: number;
}
.cid-to6PmyOA4H .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-to6PmyOA4H .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar {
    min-height: 120px !important;
  }
  .cid-to6PmyOA4H .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-to6PmyOA4H .btn {
    white-space: nowrap;
  }
  .cid-to6PmyOA4H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-to6PmyOA4H .dropdown-toggle::after,
  .cid-to6PmyOA4H .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-to6PmyOA4H .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  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-to6PmyOA4H .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-to6PmyOA4H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .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-to6PmyOA4H .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #fafafa;
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-to6PmyOA4H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-to6PmyOA4H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-to6PmyOA4H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-to6PmyOA4H .nav-item:focus,
.cid-to6PmyOA4H .nav-link:focus {
  outline: none;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-to6PmyOA4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to6PmyOA4H ul.navbar-nav li {
  margin: auto;
}
.cid-to6PmyOA4H .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #031c47;
}
.cid-to6PmyOA4H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #031c47 !important;
}
.cid-to6PmyOA4H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to6PmyOA4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.6rem - 1rem);
  }
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-to6PmyOA4H .navbar {
    padding: 10px 0;
  }
  .cid-to6PmyOA4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to6PmyOA4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to6PmyOA4H .navbar .container-fluid,
  .cid-to6PmyOA4H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to6PmyOA4H .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-to6PmyOA4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to6PmyOA4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-to6PmyOA4H .navbar.navbar-short {
  background: #031c47 !important;
  min-height: 90px;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to6PmyOA4H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to6PmyOA4H .dropdown-item.active,
.cid-to6PmyOA4H .dropdown-item:active {
  background-color: transparent;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031c47;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-to6PmyOA4H .navbar-buttons {
  text-align: center;
}
.cid-to6PmyOA4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-to6PmyOA4H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-to6PmyOA4H .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-to6PmyOA4H .navbar {
    height: 77px;
  }
  .cid-to6PmyOA4H .navbar.opened {
    height: auto;
  }
  .cid-to6PmyOA4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA2jg0nJgP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-4011-2000x1335.jpg");
}
.cid-uA2jg0nJgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2jg0nJgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2jg0nJgP .row {
  flex-direction: row-reverse;
}
.cid-uA2jg0nJgP .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uA2jg0nJgP .col-text {
    padding-left: 28px;
  }
}
.cid-uA2jg0nJgP .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uA2jg0nJgP .col-img {
    padding-right: 28px;
  }
}
.cid-uA2jg0nJgP .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uA2jg0nJgP .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uA2jg0nJgP .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uA2jg0nJgP .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-uA2jg0nJgP .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uA2jg0nJgP .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uA2jg0nJgP .mbr-section-btn {
    width: 100%;
  }
}
.cid-uA2jg0nJgP .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -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;
}
@media (max-width: 991px) {
  .cid-uA2jg0nJgP .image-wrapper {
    height: 360px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uA2jg0nJgP .image-wrapper {
    height: auto;
  }
}
.cid-uA2jg0nJgP .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-v7SXt5tyEk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-5365-2000x1335.jpeg");
}
.cid-v7SXt5tyEk .container > .row {
  background-color: #031c47;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-v7SXt5tyEk .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-v7SXt5tyEk .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-v7SXt5tyEk .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-v7SXt5tyEk .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-v7SXt5tyEk .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v7SXt5tyEk .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-v7SXt5tyEk .bot {
    padding-bottom: 20px;
  }
}
.cid-v7SXt5tyEk .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-v7SXt5tyEk .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-v7SXt5tyEk .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-v7SXt5tyEk .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-v7SXt5tyEk .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-v7SXt5tyEk .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-v7SXt5tyEk .icons__block {
    margin-top: 40px;
  }
}
.cid-v7SXt5tyEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7SXt5tyEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to6OSM49bg {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-5948-700x464.jpg");
}
.cid-to6OSM49bg .position {
  z-index: 10;
}
.cid-to6OSM49bg .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ffffff;
}
.cid-to6OSM49bg .mbr-section-title {
  margin-bottom: 0;
}
.cid-to6OSM49bg .mbr-text {
  margin-top: 30px;
}
.cid-to6OSM49bg .mbr-section-btn {
  margin-top: 30px;
}
.cid-to6OSM49bg .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-to6OSM49bg .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-to6OSM49bg .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-to6OSM49bg .info__block-item {
    margin-right: 10px;
  }
}
.cid-to6OSM49bg .title__item,
.cid-to6OSM49bg .text__item {
  margin-bottom: 0;
}
.cid-to6OSM49bg .text__item {
  line-height: 1.35;
  text-align: left;
  color: #ffffff;
}
.cid-to6OSM49bg .animated-element {
  color: #ffffff;
}
.cid-to6OSM49bg .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-to6OSM49bg .mbr-section-title,
.cid-to6OSM49bg .typed-text {
  color: #ffffff;
  text-align: left;
}
.cid-to6OSM49bg .title__item {
  color: #ffffff;
}
.cid-to6OSM49bg .mbr-text,
.cid-to6OSM49bg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uA2AWFBz7y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uA2AWFBz7y .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uA2AWFBz7y .price {
  margin-top: 5px;
}
.cid-uA2AWFBz7y .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uA2AWFBz7y .mbr-section-btn {
  margin-top: 10px;
}
.cid-uA2AWFBz7y .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uA2AWFBz7y .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uA2AWFBz7y .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uA2AWFBz7y .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uA2AWFBz7y .content__block,
  .cid-uA2AWFBz7y .price__block {
    margin-bottom: 30px;
  }
}
.cid-uA2AWFBz7y .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uA2AWFBz7y .mbr-text,
.cid-uA2AWFBz7y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA2v87j9du {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-1359-446x297.jpg");
}
.cid-uA2v87j9du .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uA2v87j9du .card-img {
  padding: 0 0 2rem;
}
.cid-uA2v87j9du .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uA2v87j9du .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-uA2v87j9du .card-title {
    text-align: center;
  }
  .cid-uA2v87j9du p.mbr-text {
    text-align: center;
  }
}
.cid-uA2v87j9du .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2v87j9du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2v87j9du .card-title {
  text-align: center;
}
.cid-to7dg6b7Vx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-4724-840x560.jpg");
}
.cid-to7dg6b7Vx .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .price {
  margin-top: 5px;
}
.cid-to7dg6b7Vx .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-to7dg6b7Vx .mbr-section-btn {
  margin-top: 10px;
}
.cid-to7dg6b7Vx .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-to7dg6b7Vx .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-to7dg6b7Vx .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-to7dg6b7Vx .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-to7dg6b7Vx .content__block,
  .cid-to7dg6b7Vx .price__block {
    margin-bottom: 30px;
  }
}
.cid-to7dg6b7Vx .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .mbr-text,
.cid-to7dg6b7Vx .mbr-section-btn {
  color: #ffffff;
}
.cid-to7dg6b7Vx .mbr-section-title {
  color: #ffffff;
}
.cid-uA3aFG8IUP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uA3aFG8IUP .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uA3aFG8IUP .price {
  margin-top: 5px;
}
.cid-uA3aFG8IUP .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uA3aFG8IUP .mbr-section-btn {
  margin-top: 10px;
}
.cid-uA3aFG8IUP .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uA3aFG8IUP .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uA3aFG8IUP .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uA3aFG8IUP .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uA3aFG8IUP .content__block,
  .cid-uA3aFG8IUP .price__block {
    margin-bottom: 30px;
  }
}
.cid-uA3aFG8IUP .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uA3aFG8IUP .mbr-text,
.cid-uA3aFG8IUP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA3aFG8IUP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzVxnbIsvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uzVxnbIsvj .content__block {
  padding: 50px 15px;
}
.cid-uzVxnbIsvj .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uzVxnbIsvj .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzVxnbIsvj .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uzVxnbIsvj .image {
  perspective: 3500px;
  position: relative;
}
.cid-uzVxnbIsvj .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(3, 28, 71, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uzVxnbIsvj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uzVxnbIsvj .content__block {
    padding: 30px 15px;
  }
  .cid-uzVxnbIsvj .mbr-figure {
    padding: 0;
  }
  .cid-uzVxnbIsvj .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(3, 28, 71, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uzVxnbIsvj .lg-push {
    right: 3%;
  }
  .cid-uzVxnbIsvj .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uzVxnbIsvj .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uzVxnbIsvj .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-uA2R53Sy6R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/rnhr-2025-1-1076x592.png");
}
.cid-uA2R53Sy6R .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uA2R53Sy6R .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uA2R53Sy6R .mbr-text {
  margin: 10px 0 30px;
}
.cid-uA2R53Sy6R .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-uA2R53Sy6R .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-uA2R53Sy6R .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA2R53Sy6R .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uA2R53Sy6R .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-uA2R53Sy6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2R53Sy6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2R53Sy6R .mbr-section-title {
  color: #ffffff;
}
.cid-uA345uKBOz {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uA345uKBOz .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA345uKBOz .wrap:hover {
  background-color: #031c47;
}
@media (max-width: 767px) {
  .cid-uA345uKBOz .wrap {
    padding: 20px;
  }
}
.cid-uA345uKBOz .icon__block {
  margin-bottom: 10px;
}
.cid-uA345uKBOz .title__text {
  margin-bottom: 15px;
}
.cid-uA345uKBOz .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uA345uKBOz .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uA345uKBOz .count {
  padding: 5px 0;
}
.cid-uA345uKBOz .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uA345uKBOz .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-uA345uKBOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA345uKBOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/conference1.jpg");
}
.cid-uA345uKBOz .items {
  color: #ffffff;
}
.cid-uA345uKBOz .title__text,
.cid-uA345uKBOz .icon__block {
  color: #ffffff;
}
.cid-uA344e3rHw {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-uA344e3rHw .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-uA344e3rHw .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uA344e3rHw .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uA344e3rHw .bot {
    padding-bottom: 20px;
  }
}
.cid-uA344e3rHw .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uA344e3rHw .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uA344e3rHw .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uA344e3rHw .border__left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uA344e3rHw .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uA344e3rHw .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uA344e3rHw .icons__block {
    margin-top: 40px;
  }
}
.cid-uA344e3rHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA344e3rHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("");
}
.cid-uAoIjQ9ABJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uAoIjQ9ABJ .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uAoIjQ9ABJ .price {
  margin-top: 5px;
}
.cid-uAoIjQ9ABJ .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uAoIjQ9ABJ .mbr-section-btn {
  margin-top: 10px;
}
.cid-uAoIjQ9ABJ .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uAoIjQ9ABJ .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uAoIjQ9ABJ .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uAoIjQ9ABJ .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uAoIjQ9ABJ .content__block,
  .cid-uAoIjQ9ABJ .price__block {
    margin-bottom: 30px;
  }
}
.cid-uAoIjQ9ABJ .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uAoIjQ9ABJ .mbr-text,
.cid-uAoIjQ9ABJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uAoIjQ9ABJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAoIljXk6O {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-2243-2000x1335.jpg");
}
.cid-uAoIljXk6O .image {
  width: 100%;
  perspective: 700px;
}
.cid-uAoIljXk6O .image img {
  transition: transform 0.5s;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uAoIljXk6O .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uAoIljXk6O .image2 {
  width: 100%;
}
.cid-uAoIljXk6O .image2 img {
  object-fit: cover;
  border-radius: 6px;
}
.cid-uAoIljXk6O .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uAoIljXk6O .mbr-section-btn {
  margin-top: 30px;
}
.cid-uAoIljXk6O .btn {
  margin-top: 0;
}
@media (min-width: 1250px) {
  .cid-uAoIljXk6O .lg-push-1 {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uAoIljXk6O .image {
    margin-bottom: 20px;
  }
}
.cid-uAoIljXk6O .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-uAoIljXk6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAoIljXk6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAoIljXk6O .mbr-text,
.cid-uAoIljXk6O .mbr-section-btn {
  color: #ffffff;
}
.cid-uAoIljXk6O .mbr-section-title {
  color: #ffffff;
}
.cid-uAoImaHnbd {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-03-04-at-12.30.15-pm-1599x720.jpg");
}
.cid-uAoImaHnbd .image {
  width: 100%;
  perspective: 700px;
}
.cid-uAoImaHnbd .image img {
  transition: transform 0.5s;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uAoImaHnbd .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uAoImaHnbd .image2 {
  width: 100%;
}
.cid-uAoImaHnbd .image2 img {
  object-fit: cover;
  border-radius: 6px;
}
.cid-uAoImaHnbd .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uAoImaHnbd .mbr-section-btn {
  margin-top: 30px;
}
.cid-uAoImaHnbd .btn {
  margin-top: 0;
}
@media (min-width: 1250px) {
  .cid-uAoImaHnbd .lg-push-1 {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uAoImaHnbd .image {
    margin-bottom: 20px;
  }
}
.cid-uAoImaHnbd .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-uAoImaHnbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAoImaHnbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAoImaHnbd .mbr-text,
.cid-uAoImaHnbd .mbr-section-btn {
  color: #ffffff;
}
.cid-uAoImaHnbd .mbr-section-title {
  color: #ffffff;
}
.cid-v7YUT44kEn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-v7YUT44kEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YUT44kEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YUT44kEn .items-wrap {
  justify-content: center;
}
.cid-v7YUT44kEn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-v7YUT44kEn .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7YUT44kEn .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v7YUT44kEn .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7YUT44kEn .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v7YUT44kEn .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7YUT44kEn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v7YUT44kEn .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v7YUT44kEn .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v7YUT44kEn .item-desc {
  color: #ffffff;
}
.cid-v7T1KqcAiG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-v7T1KqcAiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T1KqcAiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T1KqcAiG .items-wrap {
  justify-content: center;
}
.cid-v7T1KqcAiG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-v7T1KqcAiG .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7T1KqcAiG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v7T1KqcAiG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7T1KqcAiG .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v7T1KqcAiG .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7T1KqcAiG .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v7T1KqcAiG .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v7T1KqcAiG .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v7T1KqcAiG .item-desc {
  color: #ffffff;
}
.cid-v7T1MZjLi9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-v7T1MZjLi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T1MZjLi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T1MZjLi9 .items-wrap {
  justify-content: center;
}
.cid-v7T1MZjLi9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-v7T1MZjLi9 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7T1MZjLi9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v7T1MZjLi9 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7T1MZjLi9 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v7T1MZjLi9 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7T1MZjLi9 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v7T1MZjLi9 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v7T1MZjLi9 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v7T1MZjLi9 .item-desc {
  color: #ffffff;
}
.cid-v7T1LQAbAH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-v7T1LQAbAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T1LQAbAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T1LQAbAH .items-wrap {
  justify-content: center;
}
.cid-v7T1LQAbAH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-v7T1LQAbAH .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7T1LQAbAH .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v7T1LQAbAH .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7T1LQAbAH .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v7T1LQAbAH .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7T1LQAbAH .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v7T1LQAbAH .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v7T1LQAbAH .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v7T1LQAbAH .item-desc {
  color: #ffffff;
}
.cid-v7T4egFXxV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-v7T4egFXxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T4egFXxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T4egFXxV .items-wrap {
  justify-content: center;
}
.cid-v7T4egFXxV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-v7T4egFXxV .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7T4egFXxV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v7T4egFXxV .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7T4egFXxV .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v7T4egFXxV .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7T4egFXxV .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v7T4egFXxV .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v7T4egFXxV .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v7T4egFXxV .item-desc {
  color: #ffffff;
}
.cid-v7T5eS7X7F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-v7T5eS7X7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T5eS7X7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T5eS7X7F .items-wrap {
  justify-content: center;
}
.cid-v7T5eS7X7F .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-v7T5eS7X7F .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7T5eS7X7F .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v7T5eS7X7F .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7T5eS7X7F .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-v7T5eS7X7F .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7T5eS7X7F .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v7T5eS7X7F .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v7T5eS7X7F .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v7T5eS7X7F .item-desc {
  color: #ffffff;
}
.cid-uA6YKFSwqQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uA6YKFSwqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6YKFSwqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6YKFSwqQ .items-wrap {
  justify-content: center;
}
.cid-uA6YKFSwqQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA6YKFSwqQ .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA6YKFSwqQ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA6YKFSwqQ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA6YKFSwqQ .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA6YKFSwqQ .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA6YKFSwqQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA6YKFSwqQ .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA6YKFSwqQ .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA6YKFSwqQ .item-desc {
  color: #ffffff;
}
.cid-uA745ER7RS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uA745ER7RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA745ER7RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA745ER7RS .items-wrap {
  justify-content: center;
}
.cid-uA745ER7RS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA745ER7RS .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA745ER7RS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA745ER7RS .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA745ER7RS .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA745ER7RS .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA745ER7RS .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA745ER7RS .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA745ER7RS .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA745ER7RS .item-desc {
  color: #ffffff;
}
.cid-uA75Jlu1uj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uA75Jlu1uj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA75Jlu1uj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA75Jlu1uj .items-wrap {
  justify-content: center;
}
.cid-uA75Jlu1uj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA75Jlu1uj .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA75Jlu1uj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA75Jlu1uj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA75Jlu1uj .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA75Jlu1uj .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA75Jlu1uj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA75Jlu1uj .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA75Jlu1uj .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA75Jlu1uj .item-desc {
  color: #ffffff;
}
.cid-uA79wAqKDw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uA79wAqKDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA79wAqKDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA79wAqKDw .items-wrap {
  justify-content: center;
}
.cid-uA79wAqKDw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA79wAqKDw .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA79wAqKDw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA79wAqKDw .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA79wAqKDw .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA79wAqKDw .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA79wAqKDw .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA79wAqKDw .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA79wAqKDw .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA79wAqKDw .item-desc {
  color: #ffffff;
}
.cid-uA7bcGIjZb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uA7bcGIjZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7bcGIjZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7bcGIjZb .items-wrap {
  justify-content: center;
}
.cid-uA7bcGIjZb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA7bcGIjZb .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA7bcGIjZb .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA7bcGIjZb .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA7bcGIjZb .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA7bcGIjZb .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7bcGIjZb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA7bcGIjZb .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA7bcGIjZb .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA7bcGIjZb .item-desc {
  color: #ffffff;
}
.cid-uzQx8K35li {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/eac-992x558.jpg");
}
.cid-uzQx8K35li .mbr-section-subtitle {
  margin-top: 30px;
  color: #888888;
  text-align: right;
}
.cid-uzQx8K35li .title__block {
  padding-bottom: 40px;
}
.cid-uzQx8K35li .image {
  width: 100%;
  perspective: 700px;
}
.cid-uzQx8K35li .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uzQx8K35li .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uzQx8K35li .text__block {
  margin-top: 25px;
}
.cid-uzQx8K35li .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uzQx8K35li .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uzQx8K35li .title__block {
    padding-bottom: 30px;
  }
}
.cid-uzQx8K35li .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQx8K35li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQx8K35li .mbr-section-title {
  color: #ffffff;
}
.cid-uzQx8K35li .card__title {
  color: #ffffff;
}
.cid-to7xGl59kp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #031c47;
}
.cid-to7xGl59kp .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-to7xGl59kp .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-to7xGl59kp .mbr-text {
  margin: 10px 0;
  color: #ffffff;
  text-align: center;
}
.cid-to7xGl59kp .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-to7xGl59kp .btn-primary:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
@media (max-width: 767px) {
  .cid-to7xGl59kp .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-to7xGl59kp .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-to7wBwZXlA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-6801-2000x1325.jpg");
}
.cid-to7wBwZXlA .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to7wBwZXlA .wrap:hover {
  background-color: #031c47;
}
@media (max-width: 767px) {
  .cid-to7wBwZXlA .wrap {
    padding: 20px;
  }
}
.cid-to7wBwZXlA .icon__block {
  margin-bottom: 10px;
}
.cid-to7wBwZXlA .title__text {
  margin-bottom: 15px;
}
.cid-to7wBwZXlA .mbr-text {
  margin-bottom: 20px;
}
.cid-to7wBwZXlA .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-to7wBwZXlA .count {
  padding: 5px 0;
}
.cid-to7wBwZXlA .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-to7wBwZXlA .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-to7wBwZXlA .items {
  color: #ffffff;
}
.cid-uDeUSYaZbt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uDeUSYaZbt .card-wrapper {
  border-radius: 10px;
  background-color: #031c47;
  padding: 1rem;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-uDeUSYaZbt .card-wrapper {
    padding: 3rem;
  }
}
.cid-uDeUSYaZbt .mbr-section-title {
  margin: 0;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDeUSYaZbt .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uDeUSYaZbt .mbr-text {
  line-height: 1.72;
  color: #ffffff;
  text-align: left;
}
.cid-uDeUSYaZbt .mbr-section-subtitle {
  font-weight: 500;
  line-height: 1.2;
}
.cid-uDeUSYaZbt .article-text {
  margin-bottom: 30px;
}
.cid-uDeUSYaZbt .card-container {
  padding: 0 0;
}
@media (min-width: 992px) {
  .cid-uDeUSYaZbt .card-container {
    padding: 0 3rem;
  }
}
.cid-v7T7aq9V8T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-7868-2000x1333.jpg");
}
.cid-v7T7aq9V8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T7aq9V8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T7aq9V8T .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v7T7aq9V8T .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .cid-v7T7aq9V8T .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v7T7aq9V8T .content-wrapper .content-wrap {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
.cid-v7T7aq9V8T .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-v7T7aq9V8T .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-v7T7aq9V8T .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #031c47;
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7T7aq9V8T .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v7T7aq9V8T .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #fffaf5;
  width: 50%;
  padding-left: 0;
  padding-right: 80px;
  border-left: none;
  border-right: 3px solid #fffaf5;
}
@media (max-width: 1199px) {
  .cid-v7T7aq9V8T .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #fffaf5;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-v7T7aq9V8T .content-wrapper .items-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .items-wrapper {
    padding-left: 0;
    border-right: none;
    border-top: 3px solid #fffaf5;
  }
}
.cid-v7T7aq9V8T .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-v7T7aq9V8T .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v7T7aq9V8T .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7T7aq9V8T .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-v7T7aq9V8T .mbr-section-title {
  color: #050f0f;
}
.cid-v7T7aq9V8T .mbr-text {
  color: #ffffff;
}
.cid-v7T7aq9V8T .item-title {
  color: #ffffff;
}
.cid-v7T7aq9V8T .item-text {
  color: #ffffff;
}
.cid-v7T7aq9V8T .mbr-section-title,
.cid-v7T7aq9V8T .icon-wrapper {
  color: #ffffff;
}
.cid-v7T7P29CD5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-7868-2000x1333.jpg");
}
.cid-v7T7P29CD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T7P29CD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T7P29CD5 .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v7T7P29CD5 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v7T7P29CD5 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-v7T7P29CD5 .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7T7P29CD5 .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v7T7P29CD5 .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v7T7P29CD5 .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-v7T7P29CD5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-v7T7P29CD5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #031c47;
}
@media (max-width: 992px) {
  .cid-v7T7P29CD5 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7T7P29CD5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v7T7P29CD5 .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #fffaf5;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-v7T7P29CD5 .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7T7P29CD5 .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #fffaf5;
    padding-left: 0;
    width: 100%;
  }
}
.cid-v7T7P29CD5 .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-v7T7P29CD5 .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-v7T7P29CD5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v7T7P29CD5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7T7P29CD5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-v7T7P29CD5 .mbr-section-title {
  color: #050f0f;
}
.cid-v7T7P29CD5 .mbr-text {
  color: #ffffff;
}
.cid-v7T7P29CD5 .item-title {
  color: #ffffff;
}
.cid-v7T7P29CD5 .item-text {
  color: #ffffff;
}
.cid-v7T7P29CD5 .mbr-section-title,
.cid-v7T7P29CD5 .icon-wrapper {
  color: #ffffff;
}
.cid-uA3dWSL9Qe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dsc-9077-2000x1333.jpg");
}
.cid-uA3dWSL9Qe .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #232226;
}
.cid-uA3dWSL9Qe img {
  width: 100%;
}
.cid-uA3dWSL9Qe p {
  margin-top: 6rem;
}
.cid-uA3dWSL9Qe .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uA3dWSL9Qe h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uA3dWSL9Qe .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uA3dWSL9Qe p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA3dWSL9Qe .back {
    width: 100%;
    height: 75%;
  }
  .cid-uA3dWSL9Qe .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uA3dWSL9Qe p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3dWSL9Qe .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uA3dWSL9Qe h4 {
    right: 2rem;
  }
}
.cid-uA3dWSL9Qe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3dWSL9Qe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3dWSL9Qe .mbr-text,
.cid-uA3dWSL9Qe .mbr-section-btn {
  color: #ffffff;
}
.cid-uA3dWSL9Qe H3 {
  color: #ffffff;
}
.cid-uA3dWSL9Qe H1 {
  color: #ffffff;
}
.cid-uAe8MCynns .push__top {
  padding-top: 80px;
}
.cid-uAe8MCynns .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
}
.cid-uAe8MCynns .title__block {
  width: 70%;
}
.cid-uAe8MCynns .mbr-section-subtitle,
.cid-uAe8MCynns .bottom__about__text,
.cid-uAe8MCynns .bottom__subtitle {
  line-height: 25px;
}
.cid-uAe8MCynns .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-uAe8MCynns .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
}
.cid-uAe8MCynns .widget__number {
  margin-bottom: 8px;
}
.cid-uAe8MCynns .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uAe8MCynns .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uAe8MCynns .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uAe8MCynns .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uAe8MCynns .bottom__about {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uAe8MCynns .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uAe8MCynns .date__block {
    margin-top: 50px;
  }
  .cid-uAe8MCynns .mbr-section-title {
    line-height: 1;
  }
  .cid-uAe8MCynns .push__top {
    padding-top: 30px;
  }
  .cid-uAe8MCynns .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uAe8MCynns .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uAe8MCynns .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uAe8MCynns .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uAe8MCynns .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uAe8MCynns .title__block {
    width: 100%;
  }
  .cid-uAe8MCynns .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uAe8MCynns .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uAe8MCynns .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uAe8MCynns .divider {
    margin-bottom: 10px;
  }
  .cid-uAe8MCynns a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uAe8MCynns .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uAe8MCynns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAe8MCynns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/conference1.jpg");
}
.cid-uA3mKO5lp8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uA3mKO5lp8 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uA3mKO5lp8 .price {
  margin-top: 5px;
}
.cid-uA3mKO5lp8 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uA3mKO5lp8 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uA3mKO5lp8 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uA3mKO5lp8 .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uA3mKO5lp8 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uA3mKO5lp8 .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uA3mKO5lp8 .content__block,
  .cid-uA3mKO5lp8 .price__block {
    margin-bottom: 30px;
  }
}
.cid-uA3mKO5lp8 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uA3mKO5lp8 .mbr-text,
.cid-uA3mKO5lp8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA3mKO5lp8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA3lLfcF5h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9077-2000x1333.jpg");
}
.cid-uA3lLfcF5h .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA3lLfcF5h .wrap:hover {
  background-color: #232226;
}
@media (max-width: 767px) {
  .cid-uA3lLfcF5h .wrap {
    padding: 20px;
  }
}
.cid-uA3lLfcF5h .icon__block {
  margin-bottom: 10px;
}
.cid-uA3lLfcF5h .title__text {
  margin-bottom: 15px;
}
.cid-uA3lLfcF5h .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uA3lLfcF5h .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uA3lLfcF5h .count {
  padding: 5px 0;
}
.cid-uA3lLfcF5h .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uA3lLfcF5h .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-uA3lLfcF5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3lLfcF5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3lLfcF5h .title__text,
.cid-uA3lLfcF5h .icon__block {
  color: #ffffff;
}
.cid-uA3lLfcF5h .items {
  color: #ffffff;
}
.cid-uA3hxJJs9U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-1596-2000x1333.jpg");
}
.cid-uA3hxJJs9U .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #232226 !important;
}
.cid-uA3hxJJs9U .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uA3hxJJs9U .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uA3hxJJs9U .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uA3hxJJs9U .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-uA3hxJJs9U .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uA3hxJJs9U .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .subicon-title,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .subicon-text,
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uA3hxJJs9U .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uA3hxJJs9U .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .subicon-title {
  color: #ffffff;
}
.cid-uA3hxJJs9U .main-wrapper .icon-main .process-icon .subicon-text {
  color: #ffffff;
}
.cid-uA3hE6qOJx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232226;
}
.cid-uA3hE6qOJx .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uA3hE6qOJx .price {
  margin-top: 5px;
}
.cid-uA3hE6qOJx .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uA3hE6qOJx .mbr-section-btn {
  margin-top: 10px;
}
.cid-uA3hE6qOJx .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uA3hE6qOJx .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uA3hE6qOJx .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uA3hE6qOJx .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uA3hE6qOJx .content__block,
  .cid-uA3hE6qOJx .price__block {
    margin-bottom: 30px;
  }
}
.cid-uA3hE6qOJx .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uA3hE6qOJx .mbr-text,
.cid-uA3hE6qOJx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA3hE6qOJx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA3nyoDcMr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9077-2000x1333.jpg");
}
.cid-uA3nyoDcMr .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uA3nyoDcMr .wrap:hover {
  background-color: #232226;
}
@media (max-width: 767px) {
  .cid-uA3nyoDcMr .wrap {
    padding: 20px;
  }
}
.cid-uA3nyoDcMr .icon__block {
  margin-bottom: 10px;
}
.cid-uA3nyoDcMr .title__text {
  margin-bottom: 15px;
}
.cid-uA3nyoDcMr .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uA3nyoDcMr .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uA3nyoDcMr .count {
  padding: 5px 0;
}
.cid-uA3nyoDcMr .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uA3nyoDcMr .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-uA3nyoDcMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3nyoDcMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3nyoDcMr .title__text,
.cid-uA3nyoDcMr .icon__block {
  color: #ffffff;
}
.cid-uA3nyoDcMr .items {
  color: #ffffff;
}
.cid-uA3hIPhl4a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dsc-1596-2000x1333.jpg");
}
.cid-uA3hIPhl4a .card-box {
  background-color: #232226;
  padding: 4rem 4rem;
  margin: 0.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .cid-uA3hIPhl4a .row {
    padding: 0 4rem;
  }
}
.cid-uA3hIPhl4a .container {
  max-width: 1500px;
}
.cid-uA3hIPhl4a .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uA3hIPhl4a .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
  padding-bottom: 2rem;
  display: block;
}
.cid-uA3hIPhl4a P {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uA3hIPhl4a .card-box {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3hIPhl4a .card-box {
    padding: 2rem 1rem;
  }
}
.cid-uA3hIPhl4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3hIPhl4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3sxnRAac {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232226;
}
.cid-uA3sxnRAac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3sxnRAac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3sxnRAac .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffffff;
  background-color: #232226;
}
@media (max-width: 992px) {
  .cid-uA3sxnRAac .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uA3sxnRAac .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uA3sxnRAac .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA3sxnRAac .content-wrapper .mbr-section-title span {
  color: #232226;
}
.cid-uA3sxnRAac .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uA3sxnRAac .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uA3sxnRAac .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffffff;
  height: 100%;
  box-shadow: 1px 0 1px #ffffff;
}
@media (max-width: 992px) {
  .cid-uA3sxnRAac .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uA3sxnRAac .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #232226;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uA3sxnRAac .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-uA3sxnRAac .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA3sxnRAac .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA3sxnRAac .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA3sxnRAac .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uAeWvURSKD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232226;
}
.cid-uAeWvURSKD .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uAeWvURSKD .price {
  margin-top: 5px;
}
.cid-uAeWvURSKD .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uAeWvURSKD .mbr-section-btn {
  margin-top: 10px;
}
.cid-uAeWvURSKD .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uAeWvURSKD .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uAeWvURSKD .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uAeWvURSKD .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uAeWvURSKD .content__block,
  .cid-uAeWvURSKD .price__block {
    margin-bottom: 30px;
  }
}
.cid-uAeWvURSKD .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uAeWvURSKD .mbr-text,
.cid-uAeWvURSKD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uAeWvURSKD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v7U6wkBzZH {
  padding-top: 2rem;
  background-color: #232226;
  overflow: hidden;
}
.cid-v7U6wkBzZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7U6wkBzZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7U6wkBzZH .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-v7U6wkBzZH .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v7U6wkBzZH .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v7U6wkBzZH .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v7U6wkBzZH .content-wrapper .border_1 {
  left: 0;
}
.cid-v7U6wkBzZH .content-wrapper .border_2 {
  right: 0;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7U6wkBzZH .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7U6wkBzZH .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7U6wkBzZH .items-wrapper {
  margin: 0 -10px;
}
.cid-v7U6wkBzZH .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v7U6wkBzZH .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7U6wkBzZH .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v7U6wkBzZH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7U6wkBzZH .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #000000;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7U6wkBzZH .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7U6wkBzZH .mbr-label,
.cid-v7U6wkBzZH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7U6wkBzZH .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7U6wkBzZH .mbr-text,
.cid-v7U6wkBzZH .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7U6wkBzZH .item-label {
  color: #ff6900;
}
.cid-v7U6wkBzZH .item-title {
  color: #0f172a;
}
.cid-v7U6wkBzZH .item-text {
  color: #475569;
}
.cid-v7U6wkBzZH .list {
  color: #475569;
}
.cid-v7U6wkBzZH .item-title,
.cid-v7U6wkBzZH .mbr-section-btn {
  text-align: left;
}
.cid-v7U6wkBzZH .list,
.cid-v7U6wkBzZH .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-v7UigQXQTk {
  padding-top: 2rem;
  background-color: #232226;
  overflow: hidden;
}
.cid-v7UigQXQTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7UigQXQTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7UigQXQTk .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-v7UigQXQTk .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v7UigQXQTk .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v7UigQXQTk .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v7UigQXQTk .content-wrapper .border_1 {
  left: 0;
}
.cid-v7UigQXQTk .content-wrapper .border_2 {
  right: 0;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7UigQXQTk .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UigQXQTk .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7UigQXQTk .items-wrapper {
  margin: 0 -10px;
}
.cid-v7UigQXQTk .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v7UigQXQTk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UigQXQTk .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v7UigQXQTk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7UigQXQTk .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v7UigQXQTk .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #031c47;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7UigQXQTk .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7UigQXQTk .mbr-label,
.cid-v7UigQXQTk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7UigQXQTk .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7UigQXQTk .mbr-text,
.cid-v7UigQXQTk .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7UigQXQTk .item-label {
  color: #ff6900;
}
.cid-v7UigQXQTk .item-title {
  color: #0f172a;
}
.cid-v7UigQXQTk .item-text {
  color: #475569;
}
.cid-v7UigQXQTk .list {
  color: #475569;
}
.cid-v7UigQXQTk .item-title,
.cid-v7UigQXQTk .mbr-section-btn {
  text-align: left;
}
.cid-v7UigQXQTk .list,
.cid-v7UigQXQTk .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-v7UjXBVhLz {
  padding-top: 2rem;
  background-color: #232226;
  overflow: hidden;
}
.cid-v7UjXBVhLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7UjXBVhLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7UjXBVhLz .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-v7UjXBVhLz .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v7UjXBVhLz .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v7UjXBVhLz .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v7UjXBVhLz .content-wrapper .border_1 {
  left: 0;
}
.cid-v7UjXBVhLz .content-wrapper .border_2 {
  right: 0;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7UjXBVhLz .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UjXBVhLz .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7UjXBVhLz .items-wrapper {
  margin: 0 -10px;
}
.cid-v7UjXBVhLz .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v7UjXBVhLz .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UjXBVhLz .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v7UjXBVhLz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7UjXBVhLz .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #031c47;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7UjXBVhLz .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7UjXBVhLz .mbr-label,
.cid-v7UjXBVhLz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7UjXBVhLz .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7UjXBVhLz .mbr-text,
.cid-v7UjXBVhLz .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7UjXBVhLz .item-label {
  color: #ff6900;
}
.cid-v7UjXBVhLz .item-title {
  color: #0f172a;
}
.cid-v7UjXBVhLz .item-text {
  color: #475569;
}
.cid-v7UjXBVhLz .list {
  color: #475569;
}
.cid-v7UjXBVhLz .item-title,
.cid-v7UjXBVhLz .mbr-section-btn {
  text-align: left;
}
.cid-v7UjXBVhLz .list,
.cid-v7UjXBVhLz .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-v7UlDiANar {
  padding-top: 2rem;
  background-color: #232226;
  overflow: hidden;
}
.cid-v7UlDiANar .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7UlDiANar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7UlDiANar .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-v7UlDiANar .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v7UlDiANar .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v7UlDiANar .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v7UlDiANar .content-wrapper .border_1 {
  left: 0;
}
.cid-v7UlDiANar .content-wrapper .border_2 {
  right: 0;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7UlDiANar .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UlDiANar .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7UlDiANar .items-wrapper {
  margin: 0 -10px;
}
.cid-v7UlDiANar .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v7UlDiANar .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UlDiANar .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v7UlDiANar .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7UlDiANar .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v7UlDiANar .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #031c47;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7UlDiANar .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7UlDiANar .mbr-label,
.cid-v7UlDiANar .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7UlDiANar .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7UlDiANar .mbr-text,
.cid-v7UlDiANar .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7UlDiANar .item-label {
  color: #ff6900;
}
.cid-v7UlDiANar .item-title {
  color: #0f172a;
}
.cid-v7UlDiANar .item-text {
  color: #475569;
}
.cid-v7UlDiANar .list {
  color: #475569;
}
.cid-v7UlDiANar .item-title,
.cid-v7UlDiANar .mbr-section-btn {
  text-align: left;
}
.cid-v7UlDiANar .list,
.cid-v7UlDiANar .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-v7UbCaFBc5 {
  padding-top: 2rem;
  background-color: #232226;
  overflow: hidden;
}
.cid-v7UbCaFBc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7UbCaFBc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7UbCaFBc5 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-v7UbCaFBc5 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v7UbCaFBc5 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v7UbCaFBc5 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v7UbCaFBc5 .content-wrapper .border_1 {
  left: 0;
}
.cid-v7UbCaFBc5 .content-wrapper .border_2 {
  right: 0;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7UbCaFBc5 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UbCaFBc5 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7UbCaFBc5 .items-wrapper {
  margin: 0 -10px;
}
.cid-v7UbCaFBc5 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v7UbCaFBc5 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UbCaFBc5 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v7UbCaFBc5 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #031c47;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7UbCaFBc5 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7UbCaFBc5 .mbr-label,
.cid-v7UbCaFBc5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7UbCaFBc5 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7UbCaFBc5 .mbr-text,
.cid-v7UbCaFBc5 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7UbCaFBc5 .item-label {
  color: #ff6900;
}
.cid-v7UbCaFBc5 .item-title {
  color: #0f172a;
}
.cid-v7UbCaFBc5 .item-text {
  color: #475569;
}
.cid-v7UbCaFBc5 .list {
  color: #475569;
}
.cid-v7UbCaFBc5 .item-title,
.cid-v7UbCaFBc5 .mbr-section-btn {
  text-align: left;
}
.cid-v7UbCaFBc5 .list,
.cid-v7UbCaFBc5 .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-totmaVoNhi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-totmaVoNhi .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-totmaVoNhi .price {
  margin-top: 5px;
}
.cid-totmaVoNhi .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-totmaVoNhi .mbr-section-btn {
  margin-top: 10px;
}
.cid-totmaVoNhi .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-totmaVoNhi .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-totmaVoNhi .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-totmaVoNhi .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-totmaVoNhi .content__block,
  .cid-totmaVoNhi .price__block {
    margin-bottom: 30px;
  }
}
.cid-totmaVoNhi .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-totmaVoNhi .mbr-text,
.cid-totmaVoNhi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-totmaVoNhi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzcTxXcHLq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #031c47;
}
.cid-uzcTxXcHLq .item__head {
  width: 100%;
}
.cid-uzcTxXcHLq .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-uzcTxXcHLq .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uzcTxXcHLq .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-uzcTxXcHLq .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-uzcTxXcHLq .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcTxXcHLq .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-uzcTxXcHLq .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-uzcTxXcHLq .content__block {
    margin-bottom: 50px;
  }
}
.cid-uzcTxXcHLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcTxXcHLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcTxXcHLq .item__head {
  text-align: center;
  color: #ffffff;
}
.cid-uzcTxXcHLq .bot__text {
  color: #ffffff;
}
.cid-uzcW38Qavu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-uzcW38Qavu .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uzcW38Qavu .price {
  margin-top: 5px;
}
.cid-uzcW38Qavu .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uzcW38Qavu .mbr-section-btn {
  margin-top: 10px;
}
.cid-uzcW38Qavu .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uzcW38Qavu .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uzcW38Qavu .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uzcW38Qavu .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uzcW38Qavu .content__block,
  .cid-uzcW38Qavu .price__block {
    margin-bottom: 30px;
  }
}
.cid-uzcW38Qavu .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uzcW38Qavu .mbr-text,
.cid-uzcW38Qavu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uzcW38Qavu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v7UAVyA8Wy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #031c47;
}
.cid-v7UAVyA8Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7UAVyA8Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7UAVyA8Wy .container {
    padding: 0 30px;
  }
}
.cid-v7UAVyA8Wy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v7UAVyA8Wy .item {
  margin-bottom: 40px;
}
.cid-v7UAVyA8Wy .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v7UAVyA8Wy .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v7UAVyA8Wy .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-v7UAVyA8Wy .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7UAVyA8Wy .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-v7UAVyA8Wy .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UAVyA8Wy .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-v7UAVyA8Wy .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-v7UAVyA8Wy .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-v7UAVyA8Wy .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-v7UAVyA8Wy .item-price {
  color: #031c47;
  text-align: center;
}
.cid-v7UAVyA8Wy .item-title {
  color: #144031;
}
.cid-v7UAVyA8Wy .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7UAVyA8Wy .item-title,
.cid-v7UAVyA8Wy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7Uz22P3uh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #031c47;
}
.cid-v7Uz22P3uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Uz22P3uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Uz22P3uh .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7Uz22P3uh .card {
    margin-bottom: 40px;
  }
}
.cid-v7Uz22P3uh .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v7Uz22P3uh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v7Uz22P3uh .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7Uz22P3uh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Uz22P3uh .mbr-label {
  color: #be0000;
}
.cid-v7Uz22P3uh .mbr-section-title {
  color: #ffffff;
}
.cid-v7Uz22P3uh .mbr-text {
  color: #ffffff;
}
.cid-uA3HcfbLDe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #031c47;
}
@media (min-width: 1500px) {
  .cid-uA3HcfbLDe .container {
    max-width: 1400px;
  }
}
.cid-uA3HcfbLDe .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uA3HcfbLDe .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uA3HcfbLDe .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uA3HcfbLDe .main-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uA3HcfbLDe .card {
  transition: all 0.3s;
}
.cid-uA3HcfbLDe .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #031c47;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uA3HcfbLDe .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-uA3HcfbLDe .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uA3HcfbLDe .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-uA3HcfbLDe .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-uA3HcfbLDe .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-uA3HcfbLDe .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-uA3HcfbLDe .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uA3HcfbLDe .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-uA3HcfbLDe .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-uA3HcfbLDe .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-uA3HcfbLDe .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-uA3HcfbLDe .btn[class*="-outline"]:active,
.cid-uA3HcfbLDe .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uA3HcfbLDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3HcfbLDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3HcfbLDe .card-title,
.cid-uA3HcfbLDe .card-box {
  color: #ffffff;
}
.cid-totyvCt33Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031c47;
}
.cid-totyvCt33Y .content__block {
  padding: 50px 15px;
}
.cid-totyvCt33Y .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-totyvCt33Y .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-totyvCt33Y .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-totyvCt33Y .image {
  perspective: 3500px;
  position: relative;
}
.cid-totyvCt33Y .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(3, 28, 71, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(3, 28, 71, 0.99));
}
.cid-totyvCt33Y .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-totyvCt33Y .content__block {
    padding: 30px 15px;
  }
  .cid-totyvCt33Y .mbr-figure {
    padding: 0;
  }
  .cid-totyvCt33Y .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(3, 28, 71, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-totyvCt33Y .lg-push {
    right: 1%;
  }
  .cid-totyvCt33Y .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-totyvCt33Y .lg-push {
    left: 1%;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-totyvCt33Y .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-totyvCt33Y .mbr-text,
.cid-totyvCt33Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uA3GOitoqW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uA3GOitoqW .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #031c47;
}
.cid-uA3GOitoqW img {
  width: 100%;
}
.cid-uA3GOitoqW p {
  margin-top: 6rem;
}
.cid-uA3GOitoqW .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uA3GOitoqW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uA3GOitoqW .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uA3GOitoqW p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA3GOitoqW .back {
    width: 100%;
    height: 75%;
  }
  .cid-uA3GOitoqW .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uA3GOitoqW p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3GOitoqW .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uA3GOitoqW h4 {
    right: 2rem;
  }
}
.cid-uA3GOitoqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3GOitoqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3GOitoqW .mbr-text,
.cid-uA3GOitoqW .mbr-section-btn {
  color: #ffffff;
}
.cid-uA3GOitoqW H3 {
  color: #ffffff;
}
.cid-uA3GOitoqW H1 {
  color: #ffffff;
}
.cid-uA7lp9pUFB .push__top {
  padding-top: 80px;
}
.cid-uA7lp9pUFB .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
}
.cid-uA7lp9pUFB .title__block {
  width: 70%;
}
.cid-uA7lp9pUFB .mbr-section-subtitle,
.cid-uA7lp9pUFB .bottom__about__text,
.cid-uA7lp9pUFB .bottom__subtitle {
  line-height: 25px;
}
.cid-uA7lp9pUFB .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uA7lp9pUFB .mbr-section-title {
  line-height: 57px;
}
.cid-uA7lp9pUFB .widget__number {
  margin-bottom: 8px;
}
.cid-uA7lp9pUFB .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uA7lp9pUFB .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uA7lp9pUFB .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7lp9pUFB .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uA7lp9pUFB .bottom__about {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uA7lp9pUFB .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uA7lp9pUFB .date__block {
    margin-top: 50px;
  }
  .cid-uA7lp9pUFB .mbr-section-title {
    line-height: 1;
  }
  .cid-uA7lp9pUFB .push__top {
    padding-top: 30px;
  }
  .cid-uA7lp9pUFB .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uA7lp9pUFB .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uA7lp9pUFB .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uA7lp9pUFB .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uA7lp9pUFB .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uA7lp9pUFB .title__block {
    width: 100%;
  }
  .cid-uA7lp9pUFB .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uA7lp9pUFB .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uA7lp9pUFB .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uA7lp9pUFB .divider {
    margin-bottom: 10px;
  }
  .cid-uA7lp9pUFB a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uA7lp9pUFB .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uA7lp9pUFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7lp9pUFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/conference1.jpg");
}
.cid-uA3GS7xGiS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-3684-2000x1335.jpg");
}
.cid-uA3GS7xGiS .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uA3GS7xGiS .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uA3GS7xGiS .title__block {
  padding-bottom: 40px;
}
.cid-uA3GS7xGiS .image {
  width: 100%;
  perspective: 700px;
}
.cid-uA3GS7xGiS .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uA3GS7xGiS .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uA3GS7xGiS .text__block {
  margin-top: 25px;
}
.cid-uA3GS7xGiS .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uA3GS7xGiS .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uA3GS7xGiS .title__block {
    padding-bottom: 30px;
  }
}
.cid-uA3GS7xGiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3GS7xGiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyU9OL42CZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #031c47;
}
.cid-uyU9OL42CZ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uyU9OL42CZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uyU9OL42CZ .col + .mbr-section-btn .btn,
.cid-uyU9OL42CZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uyU9OL42CZ .col + .mbr-section-btn .btn,
  .cid-uyU9OL42CZ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uyU9OL42CZ .dragArea > *:nth-last-child(2).col,
  .cid-uyU9OL42CZ .dragArea > *:nth-last-child(2).col-auto,
  .cid-uyU9OL42CZ .col + .mbr-section-btn,
  .cid-uyU9OL42CZ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uyU9OL42CZ .dragArea {
    flex-direction: column;
  }
}
.cid-uyU9OL42CZ .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uyU9OL42CZ .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uyU9OL42CZ .stripe {
  border-bottom: 1px solid #fc5d1b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uyU9OL42CZ .form-group {
  max-width: 220px;
}
.cid-uyU9OL42CZ .mbr-section-btn {
  padding-left: 0;
}
.cid-uyU9OL42CZ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uyU9OL42CZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uyU9OL42CZ .mbr-text {
  color: #444;
}
.cid-uyU9OL42CZ h5 {
  margin-bottom: 0;
}
.cid-uyU9OL42CZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uyU9OL42CZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyU9OL42CZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uyU9OL42CZ .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyU9OL42CZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uyU9OL42CZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uyU9OL42CZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uyU9OL42CZ .social-list a:hover {
  opacity: 0.4;
}
.cid-uyU9OL42CZ .media-container-row > div {
  padding: 0px;
}
.cid-uyU9OL42CZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyU9OL42CZ .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uyU9OL42CZ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uyU9OL42CZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uyU9OL42CZ .social-list,
  .cid-uyU9OL42CZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uyU9OL42CZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uyU9OL42CZ .form-group {
    max-width: 180px;
  }
}
.cid-uyU9OL42CZ .links span {
  color: #9e9e9e;
}
.cid-uyU9OL42CZ .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uyU9OL42CZ .logo-title {
  text-align: center;
}
.cid-uyU9OL42CZ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uyU9OL42CZ .logo-title,
.cid-uyU9OL42CZ .logo {
  color: #ffffff;
}
