body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f67601 !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f67601 !important;
  border-color: #f67601 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f67601;
  border-color: #f67601;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f67601 !important;
  border-color: #f67601 !important;
}
.btn-primary:hover {
  background-color: #c35e01 !important;
  border-color: #c35e01 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #f67601 !important;
  border-color: #f67601 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #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: #f67601;
  color: #f67601;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #f67601 !important;
  border-color: #f67601;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f67601 !important;
  border-color: #f67601 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #f67601 !important;
  border-color: #f67601 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #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: #f67601 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !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: #904501 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !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: #f67601 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f67601;
  border-color: #f67601;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f67601;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe0c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f67601;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f67601;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f67601;
  border-bottom-color: #f67601;
}
.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: #f67601 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-uLJfwJHgvi {
  z-index: 1000;
  width: 100%;
}
.cid-uLJfwJHgvi nav.navbar {
  position: fixed;
}
.cid-uLJfwJHgvi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJfwJHgvi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJfwJHgvi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJfwJHgvi .dropdown-item:hover,
.cid-uLJfwJHgvi .dropdown-item:focus {
  background: #f67601 !important;
  color: white !important;
}
.cid-uLJfwJHgvi .dropdown-item:hover span {
  color: white;
}
.cid-uLJfwJHgvi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJfwJHgvi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJfwJHgvi .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJfwJHgvi .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJfwJHgvi .nav-link {
  position: relative;
}
.cid-uLJfwJHgvi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLJfwJHgvi .container {
    flex-wrap: nowrap;
  }
}
.cid-uLJfwJHgvi .dropdown-menu,
.cid-uLJfwJHgvi .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJfwJHgvi .nav-item:focus,
.cid-uLJfwJHgvi .nav-link:focus {
  outline: none;
}
.cid-uLJfwJHgvi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJfwJHgvi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJfwJHgvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJfwJHgvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJfwJHgvi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJfwJHgvi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJfwJHgvi .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uLJfwJHgvi .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJfwJHgvi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJfwJHgvi .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJfwJHgvi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJfwJHgvi .navbar.collapsed {
  justify-content: center;
}
.cid-uLJfwJHgvi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJfwJHgvi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJfwJHgvi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLJfwJHgvi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJfwJHgvi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJfwJHgvi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLJfwJHgvi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJfwJHgvi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJfwJHgvi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJfwJHgvi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJfwJHgvi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJfwJHgvi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJfwJHgvi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJfwJHgvi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLJfwJHgvi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJfwJHgvi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJfwJHgvi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJfwJHgvi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJfwJHgvi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJfwJHgvi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJfwJHgvi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJfwJHgvi .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uLJfwJHgvi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uLJfwJHgvi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJfwJHgvi .dropdown-item.active,
.cid-uLJfwJHgvi .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJfwJHgvi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJfwJHgvi .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJfwJHgvi .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJfwJHgvi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJfwJHgvi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJfwJHgvi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJfwJHgvi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJfwJHgvi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJfwJHgvi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJfwJHgvi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uLJfwJHgvi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJfwJHgvi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJfwJHgvi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJfwJHgvi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJfwJHgvi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJfwJHgvi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJfwJHgvi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJfwJHgvi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJfwJHgvi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJfwJHgvi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJfwJHgvi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLJfwJHgvi .navbar {
    height: 70px;
  }
  .cid-uLJfwJHgvi .navbar.opened {
    height: auto;
  }
  .cid-uLJfwJHgvi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLJfwJHgvi .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uLJfwJHgvi .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-uLJfwJHgvi .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLJfwJHgvi .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uLJfwJHgvi .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uLJfwJHgvi .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uLJfwJHgvi .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uLJfwJHgvi .navbar {
    padding: 5px 0 !important;
  }
  .cid-uLJfwJHgvi .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uLJfwJHgvi .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-uLJfwJHgvi .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uLJfwJHgvi .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uLJfwJHgvi .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uLJfwJHgvi .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uLJfwJHgvi .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uLJfwJHgvi .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uLJfwJHgvi .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uLJfwJHgvi .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uLJfwJHgvi .btn-container {
    display: none;
  }
}
.cid-uLJelVMSUH {
  background-image: url("../../../assets/images/360-f-1002117866-b0ieyutsebidnemjusok3njp0ecjd2my.jpg");
}
.cid-uLJelVMSUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJelVMSUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJelVMSUH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLJelVMSUH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLJelVMSUH .container {
    padding: 0 20px;
  }
}
.cid-uLJelVMSUH .card {
  justify-content: center;
}
.cid-uLJelVMSUH .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uLJelVMSUH .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLJelVMSUH .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uLJelVMSUH .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLJelVMSUH .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLJelVMSUH .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uLJelVMSUH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLJelVMSUH .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uLJelVMSUH .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLJelVMSUH .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uLJelVMSUH .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLJelVMSUH .image-wrapper {
    padding-left: 0;
  }
}
.cid-uLJelVMSUH .image-wrapper .image-wrap {
  padding-right: 116px;
  padding-right: 0;
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-uLJelVMSUH .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uLJelVMSUH .image-wrapper .image-wrap {
    padding-left: 0;
  }
}
.cid-uLJelVMSUH .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLJelVMSUH .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLJelVMSUH .mbr-section-title {
  color: #ffffff;
}
.cid-uLJelVMSUH .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uLJelVMSUH .mbr-section-title,
.cid-uLJelVMSUH .mbr-section-btn {
  text-align: right;
}
.cid-uLJPF4ZM1F {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-5948-700x464.jpg");
}
.cid-uLJPF4ZM1F .position {
  z-index: 10;
}
.cid-uLJPF4ZM1F .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ffffff;
}
.cid-uLJPF4ZM1F .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLJPF4ZM1F .mbr-text {
  margin-top: 30px;
}
.cid-uLJPF4ZM1F .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLJPF4ZM1F .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uLJPF4ZM1F .divider {
  background-color: #f67601;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uLJPF4ZM1F .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uLJPF4ZM1F .info__block-item {
    margin-right: 10px;
  }
}
.cid-uLJPF4ZM1F .title__item,
.cid-uLJPF4ZM1F .text__item {
  margin-bottom: 0;
}
.cid-uLJPF4ZM1F .text__item {
  line-height: 1.35;
  text-align: left;
  color: #ffffff;
}
.cid-uLJPF4ZM1F .animated-element {
  color: #ffffff;
}
.cid-uLJPF4ZM1F .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-uLJPF4ZM1F .mbr-section-title,
.cid-uLJPF4ZM1F .typed-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLJPF4ZM1F .title__item {
  color: #ffffff;
}
.cid-uLJPF4ZM1F .mbr-text,
.cid-uLJPF4ZM1F .mbr-section-btn {
  color: #ffffff;
}
.cid-uLJhwggavQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLJhwggavQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJhwggavQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJhwggavQ .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uLJhwggavQ .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uLJhwggavQ .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uLJhwggavQ .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLJhwggavQ .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uLJhwggavQ .mbr-desc,
.cid-uLJhwggavQ .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uLJhwggavQ .mbr-text,
.cid-uLJhwggavQ .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uLJiZdF3nZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cid-uLJiZdF3nZ .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #17161a 43%, #232226 100%);
}
.cid-uLJiZdF3nZ .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #17161a 43%, #232226 100%);
}
.cid-uLJiZdF3nZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJiZdF3nZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJiZdF3nZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLJiZdF3nZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLJiZdF3nZ .container {
    padding: 0 30px;
  }
}
.cid-uLJiZdF3nZ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLJiZdF3nZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLJiZdF3nZ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLJiZdF3nZ .text-wrapper {
  border-left: 1px solid #f67601;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uLJiZdF3nZ .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uLJiZdF3nZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLJiZdF3nZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLJiZdF3nZ .mbr-text {
  color: #ffffff;
}
.cid-uLJjGmmsPN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cid-uLJjGmmsPN .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #17161a 43%, #232226 100%);
}
.cid-uLJjGmmsPN .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #17161a 43%, #232226 100%);
}
.cid-uLJjGmmsPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJjGmmsPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJjGmmsPN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLJjGmmsPN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLJjGmmsPN .container {
    padding: 0 30px;
  }
}
.cid-uLJjGmmsPN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLJjGmmsPN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLJjGmmsPN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLJjGmmsPN .text-wrapper {
  border-left: 1px solid #f67601;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uLJjGmmsPN .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uLJjGmmsPN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLJjGmmsPN .mbr-section-title {
  color: #ffffff;
}
.cid-uLJjGmmsPN .mbr-text {
  color: #ffffff;
}
.cid-uLJkg5qYSj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cid-uLJkg5qYSj .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #17161a 43%, #232226 100%);
}
.cid-uLJkg5qYSj .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #17161a 43%, #232226 100%);
}
.cid-uLJkg5qYSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJkg5qYSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJkg5qYSj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLJkg5qYSj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLJkg5qYSj .container {
    padding: 0 30px;
  }
}
.cid-uLJkg5qYSj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLJkg5qYSj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLJkg5qYSj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLJkg5qYSj .text-wrapper {
  border-left: 1px solid #f67601;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uLJkg5qYSj .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uLJkg5qYSj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLJkg5qYSj .mbr-section-title {
  color: #ffffff;
}
.cid-uLJkg5qYSj .mbr-text {
  color: #ffffff;
}
.cid-uLJnJwX6J8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLJnJwX6J8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJnJwX6J8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJnJwX6J8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLJnJwX6J8 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uLJnJwX6J8 .container {
    padding: 0 15px;
  }
}
.cid-uLJnJwX6J8 .content-wrapper {
  padding-left: 76px;
  padding-left: 0;
  padding-right: 76px;
}
@media (max-width: 1200px) {
  .cid-uLJnJwX6J8 .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uLJnJwX6J8 .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uLJnJwX6J8 .content-wrapper {
    padding-left: 0;
    padding-right: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uLJnJwX6J8 .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLJnJwX6J8 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #f67601;
}
.cid-uLJnJwX6J8 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #f67601;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uLJnJwX6J8 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLJnJwX6J8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLJnJwX6J8 .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLJnJwX6J8 .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uLJnJwX6J8 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uLJnJwX6J8 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uLJnJwX6J8 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uLJnJwX6J8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uLJnJwX6J8 .mbr-desc,
.cid-uLJnJwX6J8 .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uLJPD8OZrS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-4725-840x560.jpg");
  overflow: hidden;
}
.cid-uLJPD8OZrS .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-uLJPD8OZrS .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLJPD8OZrS .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uLJPD8OZrS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uLJPD8OZrS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLJPD8OZrS .embla__slide .slide-content {
  width: 100%;
}
.cid-uLJPD8OZrS .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #000000;
}
.cid-uLJPD8OZrS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uLJPD8OZrS .embla__button--next,
.cid-uLJPD8OZrS .embla__button--prev {
  display: flex;
}
.cid-uLJPD8OZrS .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLJPD8OZrS .embla__button:hover {
  opacity: .5 !important;
}
.cid-uLJPD8OZrS .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uLJPD8OZrS .embla__button.embla__button--next {
  right: 0;
}
.cid-uLJPD8OZrS .embla {
  position: relative;
  width: 100%;
}
.cid-uLJPD8OZrS .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uLJPD8OZrS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLJPD8OZrS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLJPD8OZrS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLJgDqfGzu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc-5948-700x464.jpg");
}
.cid-uLJgDqfGzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJgDqfGzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJgDqfGzu .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLJgDqfGzu .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uLJgDqfGzu .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uLJgDqfGzu .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLJgDqfGzu .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uLJgDqfGzu .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uLJgDqfGzu .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uLJgDqfGzu .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uLJgDqfGzu .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLJgDqfGzu .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLJgDqfGzu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uLJgDqfGzu .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #f67601;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uLJgDqfGzu .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLJgDqfGzu .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #f67601;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uLJgDqfGzu .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uLJgDqfGzu .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uLJgDqfGzu .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uLJgDqfGzu .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLJgDqfGzu .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uLJgDqfGzu .mbr-section-title {
  color: #050f0f;
}
.cid-uLJgDqfGzu .mbr-text {
  color: #ffffff;
}
.cid-uLJgDqfGzu .item-title {
  color: #ffffff;
}
.cid-uLJgDqfGzu .item-text {
  color: #ffffff;
}
.cid-uLJgDqfGzu .mbr-section-title,
.cid-uLJgDqfGzu .icon-wrapper {
  color: #ffffff;
}
.cid-uLJHM3cbDV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc-4936-840x560.jpg");
}
.cid-uLJHM3cbDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJHM3cbDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJHM3cbDV .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uLJHM3cbDV .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .cid-uLJHM3cbDV .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uLJHM3cbDV .content-wrapper .content-wrap {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
.cid-uLJHM3cbDV .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uLJHM3cbDV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uLJHM3cbDV .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLJHM3cbDV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uLJHM3cbDV .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #f67601;
  width: 50%;
  padding-left: 0;
  padding-right: 80px;
  border-left: none;
  border-right: 3px solid #f67601;
}
@media (max-width: 1199px) {
  .cid-uLJHM3cbDV .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #f67601;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-uLJHM3cbDV .content-wrapper .items-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .items-wrapper {
    padding-left: 0;
    border-right: none;
    border-top: 3px solid #f67601;
  }
}
.cid-uLJHM3cbDV .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uLJHM3cbDV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uLJHM3cbDV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLJHM3cbDV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uLJHM3cbDV .mbr-section-title {
  color: #050f0f;
}
.cid-uLJHM3cbDV .mbr-text {
  color: #ffffff;
}
.cid-uLJHM3cbDV .item-title {
  color: #ffffff;
}
.cid-uLJHM3cbDV .item-text {
  color: #ffffff;
}
.cid-uLJHM3cbDV .mbr-section-title,
.cid-uLJHM3cbDV .icon-wrapper {
  color: #ffffff;
}
.cid-uLJJaLAPZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-4724-840x560.jpg");
}
.cid-uLJJaLAPZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJJaLAPZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJJaLAPZ8 .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLJJaLAPZ8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLJJaLAPZ8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLJJaLAPZ8 .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uLJJaLAPZ8 .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uLJJaLAPZ8 .item {
    margin-bottom: 14px;
  }
}
.cid-uLJJaLAPZ8 .item .item-wrapper {
  border: 1px solid #f67601;
  overflow: hidden;
  background-color: #000000;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLJJaLAPZ8 .item .item-wrapper {
    display: block;
  }
}
.cid-uLJJaLAPZ8 .item .item-wrapper .item-content {
  padding: 24px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uLJJaLAPZ8 .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uLJJaLAPZ8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLJJaLAPZ8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLJJaLAPZ8 .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uLJJaLAPZ8 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uLJJaLAPZ8 .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLJJaLAPZ8 .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLJJaLAPZ8 .mbr-section-title {
  color: #ffffff;
}
.cid-uLJJaLAPZ8 .item-title {
  color: #ffffff;
}
.cid-uLJJaLAPZ8 .item-text {
  color: #ffffff;
}
.cid-uLJMDIT5y8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-5774-2000x1325.jpg");
}
.cid-uLJMDIT5y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJMDIT5y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJMDIT5y8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uLJMDIT5y8 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uLJMDIT5y8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLJMDIT5y8 .container {
    padding: 0 16px;
  }
}
.cid-uLJMDIT5y8 .row-content {
  margin: 0 -24px;
}
.cid-uLJMDIT5y8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLJMDIT5y8 .content-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uLJMDIT5y8 .card {
  padding: 0 24px;
}
.cid-uLJMDIT5y8 .card .text-wrapper {
  background-image: linear-gradient(135deg, #ffffff, #ffffff 34%, #f67601 67%, #f67601) !important;
  padding: 5px;
  border-radius: 2em;
  position: sticky;
  top: 16px;
}
@media (max-width: 992px) {
  .cid-uLJMDIT5y8 .card .text-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cid-uLJMDIT5y8 .card .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uLJMDIT5y8 .card .text-wrapper .text-wrap {
    padding: 16px;
  }
}
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:hover::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:focus::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:focus::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:focus::after,
.cid-uLJMDIT5y8 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uLJMDIT5y8 .card .items-wrapper .item {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uLJMDIT5y8 .card .items-wrapper .item {
    margin-bottom: 24px;
  }
}
.cid-uLJMDIT5y8 .card .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uLJMDIT5y8 .card .items-wrapper .item .item-wrapper {
  background-image: linear-gradient(135deg, #ffffff, #ffffff 34%, #f67601 67%, #f67601) !important;
  border-radius: 2em !important;
  padding: 5px;
}
.cid-uLJMDIT5y8 .card .items-wrapper .item .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLJMDIT5y8 .card .items-wrapper .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uLJMDIT5y8 .card .items-wrapper .item .item-wrapper .card-box .card-number {
  display: inline-flex;
  width: 60px;
  margin-bottom: 0;
  -webkit-text-stroke-color: #000000;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-right: 10px;
}
.cid-uLJMDIT5y8 .card .items-wrapper .item .item-wrapper .card-box .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uLJMDIT5y8 .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-uLJMDIT5y8 .mbr-text {
  color: #333333;
}
.cid-uLJMDIT5y8 .card-text {
  color: #000000;
}
.cid-uLJMDIT5y8 .mbr-text,
.cid-uLJMDIT5y8 .mbr-section-btn {
  color: #000000;
}
.cid-uLJPIIjhId {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLJPIIjhId .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-uLJPIIjhId .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uLJPIIjhId .mbr-text {
  margin: 10px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLJPIIjhId .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uLJPIIjhId .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-uLJPIIjhId .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uLJPIIjhId .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-uLJPJnnGwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-6801-2000x1325.jpg");
}
.cid-uLJPJnnGwL .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLJPJnnGwL .wrap:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uLJPJnnGwL .wrap {
    padding: 20px;
  }
}
.cid-uLJPJnnGwL .icon__block {
  margin-bottom: 10px;
}
.cid-uLJPJnnGwL .title__text {
  margin-bottom: 15px;
}
.cid-uLJPJnnGwL .mbr-text {
  margin-bottom: 20px;
}
.cid-uLJPJnnGwL .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #f67601;
}
.cid-uLJPJnnGwL .count {
  padding: 5px 0;
}
.cid-uLJPJnnGwL .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uLJPJnnGwL .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #f67601;
}
.cid-uLJPJnnGwL .items {
  color: #ffffff;
}
.cid-uOzcPT5Geh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOzcPT5Geh .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}
.cid-uOzcPT5Geh img,
.cid-uOzcPT5Geh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOzcPT5Geh .item:focus,
.cid-uOzcPT5Geh span:focus {
  outline: none;
}
.cid-uOzcPT5Geh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOzcPT5Geh .item {
    margin-bottom: 1rem;
  }
}
.cid-uOzcPT5Geh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOzcPT5Geh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOzcPT5Geh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOzcPT5Geh .mbr-text,
.cid-uOzcPT5Geh .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uOzcPT5Geh .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzcPT5Geh .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uLJPJNmAzZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-6579-2000x1325.jpg");
}
.cid-uLJPJNmAzZ .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uLJPJNmAzZ .price {
  margin-top: 5px;
}
.cid-uLJPJNmAzZ .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uLJPJNmAzZ .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLJPJNmAzZ .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uLJPJNmAzZ .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uLJPJNmAzZ .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uLJPJNmAzZ .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-uLJPJNmAzZ .content__block,
  .cid-uLJPJNmAzZ .price__block {
    margin-bottom: 30px;
  }
}
.cid-uLJPJNmAzZ .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uLJPJNmAzZ .mbr-text,
.cid-uLJPJNmAzZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uLJPJNmAzZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLJPKtgelT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJPKtgelT .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}
.cid-uLJPKtgelT .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLJPKtgelT .block__left,
.cid-uLJPKtgelT .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uLJPKtgelT .block__left,
  .cid-uLJPKtgelT .block__right {
    padding: 30px;
  }
}
.cid-uLJPKtgelT .title__block {
  position: relative;
  z-index: 2;
}
.cid-uLJPKtgelT .left__image {
  background-image: url("../../../assets/images/dsc-5912-2000x1325.jpg");
}
.cid-uLJPKtgelT .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.cid-uLJPKtgelT .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.cid-uLJPKtgelT .right__image {
  background-image: url("../../../assets/images/dsc-5921-2000x1325.jpg");
}
.cid-uLJPKtgelT .left__image,
.cid-uLJPKtgelT .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uLJPKtgelT .container,
  .cid-uLJPKtgelT .container-fluid,
  .cid-uLJPKtgelT .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uLJPKtgelT .wrap_left,
  .cid-uLJPKtgelT .wrap_right {
    padding: 0;
  }
}
.cid-uLJPKtgelT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJPKtgelT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJPKtgelT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPKtgelT .mbr-text,
.cid-uLJPKtgelT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPKOrUAk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJPKOrUAk .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}
.cid-uLJPKOrUAk .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLJPKOrUAk .block__left,
.cid-uLJPKOrUAk .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uLJPKOrUAk .block__left,
  .cid-uLJPKOrUAk .block__right {
    padding: 30px;
  }
}
.cid-uLJPKOrUAk .title__block {
  position: relative;
  z-index: 2;
}
.cid-uLJPKOrUAk .left__image {
  background-image: url("../../../assets/images/dsc-5775-2000x1325.jpg");
}
.cid-uLJPKOrUAk .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.cid-uLJPKOrUAk .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.cid-uLJPKOrUAk .right__image {
  background-image: url("../../../assets/images/dsc-5774-2000x1325.jpg");
}
.cid-uLJPKOrUAk .left__image,
.cid-uLJPKOrUAk .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uLJPKOrUAk .container,
  .cid-uLJPKOrUAk .container-fluid,
  .cid-uLJPKOrUAk .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uLJPKOrUAk .wrap_left,
  .cid-uLJPKOrUAk .wrap_right {
    padding: 0;
  }
}
.cid-uLJPKOrUAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJPKOrUAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJPKOrUAk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPKOrUAk .mbr-text,
.cid-uLJPKOrUAk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPLfwAJ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJPLfwAJ4 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}
.cid-uLJPLfwAJ4 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLJPLfwAJ4 .block__left,
.cid-uLJPLfwAJ4 .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uLJPLfwAJ4 .block__left,
  .cid-uLJPLfwAJ4 .block__right {
    padding: 30px;
  }
}
.cid-uLJPLfwAJ4 .title__block {
  position: relative;
  z-index: 2;
}
.cid-uLJPLfwAJ4 .left__image {
  background-image: url("../../../assets/images/dsc-6449-2000x1325.jpg");
}
.cid-uLJPLfwAJ4 .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.cid-uLJPLfwAJ4 .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.cid-uLJPLfwAJ4 .right__image {
  background-image: url("../../../assets/images/dsc-6276-2000x1325.jpg");
}
.cid-uLJPLfwAJ4 .left__image,
.cid-uLJPLfwAJ4 .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uLJPLfwAJ4 .container,
  .cid-uLJPLfwAJ4 .container-fluid,
  .cid-uLJPLfwAJ4 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uLJPLfwAJ4 .wrap_left,
  .cid-uLJPLfwAJ4 .wrap_right {
    padding: 0;
  }
}
.cid-uLJPLfwAJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJPLfwAJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJPLfwAJ4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPLfwAJ4 .mbr-text,
.cid-uLJPLfwAJ4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPLNooxE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-6718-2000x1325.jpg");
}
.cid-uLJPLNooxE .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLJPLNooxE .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uLJPLNooxE .title__block {
  padding-bottom: 40px;
}
.cid-uLJPLNooxE .image {
  width: 100%;
  perspective: 700px;
}
.cid-uLJPLNooxE .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uLJPLNooxE .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uLJPLNooxE .text__block {
  margin-top: 25px;
}
.cid-uLJPLNooxE .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.cid-uLJPLNooxE .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uLJPLNooxE .title__block {
    padding-bottom: 30px;
  }
}
.cid-uLJPLNooxE .card__title DIV {
  text-align: center;
}
.cid-uLJPLNooxE .card__title {
  text-align: left;
  color: #ffffff;
}
.cid-uLJPLNooxE .mbr-section-title {
  color: #ffffff;
}
.cid-uLK0vCQmEw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLK0vCQmEw .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLK0vCQmEw .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uLK0vCQmEw .mbr-text {
  margin: 10px 0;
  color: #ffffff;
}
.cid-uLK0vCQmEw .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uLK0vCQmEw .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-uLK0vCQmEw .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uLK0vCQmEw .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-uLK0vCQmEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK0vCQmEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK0y1SLa4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLK0y1SLa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK0y1SLa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK0y1SLa4 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK0y1SLa4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK0y1SLa4 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK0y1SLa4 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK0y1SLa4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK0y1SLa4 .mbr-section-title {
  color: #000000;
}
.cid-uLK0y1SLa4 .mbr-desc {
  color: #ffffff;
}
.cid-uLK0y1SLa4 .mbr-text {
  color: #000000;
}
.cid-uLK0y1SLa4 .mbr-text,
.cid-uLK0y1SLa4 .text-wrapper {
  color: #000000;
}
.cid-uLK0y1SLa4 .mbr-section-title,
.cid-uLK0y1SLa4 .mbr-section-btn {
  color: #000000;
}
.cid-uLK0zS2ygn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLK0zS2ygn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK0zS2ygn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK0zS2ygn .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK0zS2ygn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK0zS2ygn .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK0zS2ygn .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK0zS2ygn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK0zS2ygn .mbr-section-title {
  color: #000000;
}
.cid-uLK0zS2ygn .mbr-desc {
  color: #000000;
}
.cid-uLK0zS2ygn .mbr-text {
  color: #000000;
}
.cid-uLK0zS2ygn .mbr-text,
.cid-uLK0zS2ygn .text-wrapper {
  color: #000000;
}
.cid-uLK0zS2ygn .mbr-section-title,
.cid-uLK0zS2ygn .mbr-section-btn {
  color: #000000;
}
.cid-uLK0Btjwqu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK0Btjwqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK0Btjwqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK0Btjwqu .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK0Btjwqu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK0Btjwqu .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK0Btjwqu .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK0Btjwqu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK0Btjwqu .mbr-section-title {
  color: #000000;
}
.cid-uLK0Btjwqu .mbr-desc {
  color: #ffffff;
}
.cid-uLK0Btjwqu .mbr-text {
  color: #000000;
}
.cid-uLK0Btjwqu .mbr-text,
.cid-uLK0Btjwqu .text-wrapper {
  color: #fafafa;
}
.cid-uLK0Btjwqu .mbr-section-title,
.cid-uLK0Btjwqu .mbr-section-btn {
  color: #000000;
}
.cid-uLK1reGLJH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLK1reGLJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK1reGLJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK1reGLJH .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK1reGLJH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK1reGLJH .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK1reGLJH .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK1reGLJH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK1reGLJH .mbr-section-title {
  color: #000000;
}
.cid-uLK1reGLJH .mbr-desc {
  color: #000000;
}
.cid-uLK1reGLJH .mbr-text {
  color: #000000;
}
.cid-uLK1reGLJH .mbr-text,
.cid-uLK1reGLJH .text-wrapper {
  color: #000000;
}
.cid-uLK1reGLJH .mbr-section-title,
.cid-uLK1reGLJH .mbr-section-btn {
  color: #000000;
}
.cid-uLK1N34Shs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLK1N34Shs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK1N34Shs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK1N34Shs .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK1N34Shs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK1N34Shs .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK1N34Shs .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK1N34Shs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK1N34Shs .mbr-section-title {
  color: #000000;
}
.cid-uLK1N34Shs .mbr-desc {
  color: #000000;
}
.cid-uLK1N34Shs .mbr-text {
  color: #000000;
}
.cid-uLK1N34Shs .mbr-text,
.cid-uLK1N34Shs .text-wrapper {
  color: #000000;
}
.cid-uLK1N34Shs .mbr-section-title,
.cid-uLK1N34Shs .mbr-section-btn {
  color: #000000;
}
.cid-uLK1YUUBsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK1YUUBsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK1YUUBsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK1YUUBsW .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK1YUUBsW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK1YUUBsW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK1YUUBsW .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK1YUUBsW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK1YUUBsW .mbr-section-title {
  color: #000000;
}
.cid-uLK1YUUBsW .mbr-desc {
  color: #ffffff;
}
.cid-uLK1YUUBsW .mbr-text {
  color: #000000;
}
.cid-uLK1YUUBsW .mbr-text,
.cid-uLK1YUUBsW .text-wrapper {
  color: #fafafa;
}
.cid-uLK1YUUBsW .mbr-section-title,
.cid-uLK1YUUBsW .mbr-section-btn {
  color: #000000;
}
.cid-uLK20ffpFa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLK20ffpFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK20ffpFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK20ffpFa .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK20ffpFa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK20ffpFa .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK20ffpFa .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK20ffpFa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK20ffpFa .mbr-section-title {
  color: #000000;
}
.cid-uLK20ffpFa .mbr-desc {
  color: #000000;
}
.cid-uLK20ffpFa .mbr-text {
  color: #000000;
}
.cid-uLK20ffpFa .mbr-text,
.cid-uLK20ffpFa .text-wrapper {
  color: #000000;
}
.cid-uLK20ffpFa .mbr-section-title,
.cid-uLK20ffpFa .mbr-section-btn {
  color: #000000;
}
.cid-uLK239Xt45 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK239Xt45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK239Xt45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK239Xt45 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK239Xt45 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK239Xt45 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK239Xt45 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK239Xt45 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK239Xt45 .mbr-section-title {
  color: #000000;
}
.cid-uLK239Xt45 .mbr-desc {
  color: #ffffff;
}
.cid-uLK239Xt45 .mbr-text {
  color: #000000;
}
.cid-uLK239Xt45 .mbr-text,
.cid-uLK239Xt45 .text-wrapper {
  color: #fafafa;
}
.cid-uLK239Xt45 .mbr-section-title,
.cid-uLK239Xt45 .mbr-section-btn {
  color: #000000;
}
.cid-uLK22mKslo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLK22mKslo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK22mKslo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK22mKslo .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK22mKslo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK22mKslo .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK22mKslo .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK22mKslo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK22mKslo .mbr-section-title {
  color: #000000;
}
.cid-uLK22mKslo .mbr-desc {
  color: #000000;
}
.cid-uLK22mKslo .mbr-text {
  color: #000000;
}
.cid-uLK22mKslo .mbr-text,
.cid-uLK22mKslo .text-wrapper {
  color: #000000;
}
.cid-uLK22mKslo .mbr-section-title,
.cid-uLK22mKslo .mbr-section-btn {
  color: #000000;
}
.cid-uLK3wl8rMA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK3wl8rMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK3wl8rMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK3wl8rMA .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK3wl8rMA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK3wl8rMA .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK3wl8rMA .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK3wl8rMA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK3wl8rMA .mbr-section-title {
  color: #000000;
}
.cid-uLK3wl8rMA .mbr-desc {
  color: #ffffff;
}
.cid-uLK3wl8rMA .mbr-text {
  color: #000000;
}
.cid-uLK3wl8rMA .mbr-text,
.cid-uLK3wl8rMA .text-wrapper {
  color: #fafafa;
}
.cid-uLK3wl8rMA .mbr-section-title,
.cid-uLK3wl8rMA .mbr-section-btn {
  color: #000000;
}
.cid-uLK2VaKDFT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLK2VaKDFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK2VaKDFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK2VaKDFT .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK2VaKDFT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK2VaKDFT .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK2VaKDFT .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK2VaKDFT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK2VaKDFT .mbr-section-title {
  color: #000000;
}
.cid-uLK2VaKDFT .mbr-desc {
  color: #ffffff;
}
.cid-uLK2VaKDFT .mbr-text {
  color: #000000;
}
.cid-uLK2VaKDFT .mbr-text,
.cid-uLK2VaKDFT .text-wrapper {
  color: #ffffff;
}
.cid-uLK2VaKDFT .mbr-section-title,
.cid-uLK2VaKDFT .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK4eTqdBF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLK4eTqdBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK4eTqdBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK4eTqdBF .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK4eTqdBF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK4eTqdBF .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK4eTqdBF .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK4eTqdBF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK4eTqdBF .mbr-section-title {
  color: #000000;
}
.cid-uLK4eTqdBF .mbr-desc {
  color: #000000;
}
.cid-uLK4eTqdBF .mbr-text {
  color: #000000;
}
.cid-uLK4eTqdBF .mbr-text,
.cid-uLK4eTqdBF .text-wrapper {
  color: #ffffff;
}
.cid-uLK4eTqdBF .mbr-section-title,
.cid-uLK4eTqdBF .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK4BShfv7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLK4BShfv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK4BShfv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK4BShfv7 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK4BShfv7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK4BShfv7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK4BShfv7 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK4BShfv7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK4BShfv7 .mbr-section-title {
  color: #000000;
}
.cid-uLK4BShfv7 .mbr-desc {
  color: #ffffff;
}
.cid-uLK4BShfv7 .mbr-text {
  color: #000000;
}
.cid-uLK4BShfv7 .mbr-text,
.cid-uLK4BShfv7 .text-wrapper {
  color: #fafafa;
}
.cid-uLK4BShfv7 .mbr-section-title,
.cid-uLK4BShfv7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK3WY2FNi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLK3WY2FNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK3WY2FNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK3WY2FNi .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK3WY2FNi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK3WY2FNi .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK3WY2FNi .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK3WY2FNi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK3WY2FNi .mbr-section-title {
  color: #000000;
}
.cid-uLK3WY2FNi .mbr-desc {
  color: #000000;
}
.cid-uLK3WY2FNi .mbr-text {
  color: #000000;
}
.cid-uLK3WY2FNi .mbr-text,
.cid-uLK3WY2FNi .text-wrapper {
  color: #ffffff;
}
.cid-uLK3WY2FNi .mbr-section-title,
.cid-uLK3WY2FNi .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK53GC3Jp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLK53GC3Jp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK53GC3Jp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK53GC3Jp .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK53GC3Jp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK53GC3Jp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK53GC3Jp .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK53GC3Jp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK53GC3Jp .mbr-section-title {
  color: #000000;
}
.cid-uLK53GC3Jp .mbr-desc {
  color: #ffffff;
}
.cid-uLK53GC3Jp .mbr-text {
  color: #000000;
}
.cid-uLK53GC3Jp .mbr-text,
.cid-uLK53GC3Jp .text-wrapper {
  color: #fafafa;
}
.cid-uLK53GC3Jp .mbr-section-title,
.cid-uLK53GC3Jp .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK5893po0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLK5893po0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK5893po0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK5893po0 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK5893po0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK5893po0 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK5893po0 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK5893po0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK5893po0 .mbr-section-title {
  color: #000000;
}
.cid-uLK5893po0 .mbr-desc {
  color: #000000;
}
.cid-uLK5893po0 .mbr-text {
  color: #000000;
}
.cid-uLK5893po0 .mbr-text,
.cid-uLK5893po0 .text-wrapper {
  color: #ffffff;
}
.cid-uLK5893po0 .mbr-section-title,
.cid-uLK5893po0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK5asDJDi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLK5asDJDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK5asDJDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK5asDJDi .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK5asDJDi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK5asDJDi .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK5asDJDi .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK5asDJDi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK5asDJDi .mbr-section-title {
  color: #000000;
}
.cid-uLK5asDJDi .mbr-desc {
  color: #ffffff;
}
.cid-uLK5asDJDi .mbr-text {
  color: #000000;
}
.cid-uLK5asDJDi .mbr-text,
.cid-uLK5asDJDi .text-wrapper {
  color: #fafafa;
}
.cid-uLK5asDJDi .mbr-section-title,
.cid-uLK5asDJDi .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK5bhbDyj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLK5bhbDyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK5bhbDyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK5bhbDyj .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK5bhbDyj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK5bhbDyj .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK5bhbDyj .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK5bhbDyj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK5bhbDyj .mbr-section-title {
  color: #000000;
}
.cid-uLK5bhbDyj .mbr-desc {
  color: #000000;
}
.cid-uLK5bhbDyj .mbr-text {
  color: #000000;
}
.cid-uLK5bhbDyj .mbr-text,
.cid-uLK5bhbDyj .text-wrapper {
  color: #ffffff;
}
.cid-uLK5bhbDyj .mbr-section-title,
.cid-uLK5bhbDyj .mbr-section-btn {
  color: #ffffff;
}
.cid-uLK5clRx29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLK5clRx29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK5clRx29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK5clRx29 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLK5clRx29 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLK5clRx29 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLK5clRx29 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLK5clRx29 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLK5clRx29 .mbr-section-title {
  color: #000000;
}
.cid-uLK5clRx29 .mbr-desc {
  color: #ffffff;
}
.cid-uLK5clRx29 .mbr-text {
  color: #000000;
}
.cid-uLK5clRx29 .mbr-text,
.cid-uLK5clRx29 .text-wrapper {
  color: #fafafa;
}
.cid-uLK5clRx29 .mbr-section-title,
.cid-uLK5clRx29 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLJUpdvHOC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJUpdvHOC .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uLJUpdvHOC .price {
  margin-top: 5px;
}
.cid-uLJUpdvHOC .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uLJUpdvHOC .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLJUpdvHOC .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uLJUpdvHOC .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uLJUpdvHOC .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uLJUpdvHOC .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-uLJUpdvHOC .content__block,
  .cid-uLJUpdvHOC .price__block {
    margin-bottom: 30px;
  }
}
.cid-uLJUpdvHOC .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uLJUpdvHOC .mbr-text,
.cid-uLJUpdvHOC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uLJUpdvHOC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJUq0kp05 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLJUq0kp05 .item__head {
  width: 100%;
}
.cid-uLJUq0kp05 .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-uLJUq0kp05 .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uLJUq0kp05 .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-uLJUq0kp05 .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-uLJUq0kp05 .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-uLJUq0kp05 .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-uLJUq0kp05 .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-uLJUq0kp05 .content__block {
    margin-bottom: 50px;
  }
}
.cid-uLJUq0kp05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJUq0kp05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA17I4TMf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOA17I4TMf .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-uOA17I4TMf .wrap {
  margin-top: 20px;
}
.cid-uOA17I4TMf .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-uOA17I4TMf .wrap__card {
    padding: 20px;
  }
}
.cid-uOA17I4TMf .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-uOA17I4TMf .item2 {
  color: #000000;
  background-color: #ffffff;
}
.cid-uOA17I4TMf .item3 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-uOA17I4TMf .card__title {
  margin: 0px 0px 10px;
  color: #000000;
}
.cid-uOA17I4TMf .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-uOA17I4TMf .mbr-text,
.cid-uOA17I4TMf .mbr-section-btn,
.cid-uOA17I4TMf .price__list_check {
  margin-top: 25px;
}
.cid-uOA17I4TMf .mbr-text,
.cid-uOA17I4TMf .card__time {
  margin-bottom: 0;
}
.cid-uOA17I4TMf .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uOA17I4TMf .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uOA17I4TMf .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-uOA17I4TMf .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-uOA17I4TMf .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.cid-uOA17I4TMf .footnote {
  margin: 20px 0 10px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOA17I4TMf .footnote {
    margin-bottom: 30px;
  }
}
.cid-uOA17I4TMf .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-uOA17I4TMf .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-uOA17I4TMf .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-uOA17I4TMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA17I4TMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA17I4TMf .card__price {
  color: #000000;
}
.cid-uOA17I4TMf .mbr-text,
.cid-uOA17I4TMf .mbr-section-btn,
.cid-uOA17I4TMf .price__list_check,
.cid-uOA17I4TMf .price__list_close,
.cid-uOA17I4TMf .time__block {
  color: #000000;
}
.cid-uOA17I4TMf .mbr-section-title {
  color: #ffffff;
}
.cid-uOzXQN02w1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOzXQN02w1 .image {
  width: 100%;
  perspective: 700px;
}
.cid-uOzXQN02w1 .image img {
  transition: transform 0.5s;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uOzXQN02w1 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uOzXQN02w1 .image2 {
  width: 100%;
}
.cid-uOzXQN02w1 .image2 img {
  object-fit: cover;
  border-radius: 6px;
}
.cid-uOzXQN02w1 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOzXQN02w1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uOzXQN02w1 .btn {
  margin-top: 0;
}
@media (min-width: 1250px) {
  .cid-uOzXQN02w1 .lg-push-1 {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uOzXQN02w1 .image {
    margin-bottom: 20px;
  }
}
.cid-uOzXQN02w1 .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-uOzXQN02w1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzXQN02w1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzXQN02w1 .mbr-text,
.cid-uOzXQN02w1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOzXQN02w1 .mbr-section-title {
  color: #ffffff;
}
.cid-uOA021GHUj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uOA021GHUj .container {
    max-width: 1400px;
  }
}
.cid-uOA021GHUj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f67601;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uOA021GHUj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uOA021GHUj .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uOA021GHUj .main-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uOA021GHUj .card {
  transition: all 0.3s;
}
.cid-uOA021GHUj .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #000000;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uOA021GHUj .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-uOA021GHUj .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uOA021GHUj .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-uOA021GHUj .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-uOA021GHUj .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-uOA021GHUj .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-uOA021GHUj .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uOA021GHUj .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-uOA021GHUj .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-uOA021GHUj .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-uOA021GHUj .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-uOA021GHUj .btn[class*="-outline"]:active,
.cid-uOA021GHUj .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uOA021GHUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA021GHUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA021GHUj .card-title,
.cid-uOA021GHUj .card-box {
  color: #ffffff;
}
.cid-uLJUwqPjif {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJUwqPjif .content__block {
  padding: 50px 15px;
}
.cid-uLJUwqPjif .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #f67601;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLJUwqPjif .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLJUwqPjif .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uLJUwqPjif .image {
  perspective: 3500px;
  position: relative;
}
.cid-uLJUwqPjif .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-uLJUwqPjif .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLJUwqPjif .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLJUwqPjif .mbr-section-btn .btn-white-outline:hover {
  color: #f67601 !important;
}
@media (max-width: 991px) {
  .cid-uLJUwqPjif .content__block {
    padding: 30px 15px;
  }
  .cid-uLJUwqPjif .mbr-figure {
    padding: 0;
  }
  .cid-uLJUwqPjif .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uLJUwqPjif .lg-push {
    right: 1%;
  }
  .cid-uLJUwqPjif .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uLJUwqPjif .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-uLJUwqPjif .lg-push {
    left: 1%;
  }
  .cid-uLJUwqPjif .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-uLJUwqPjif .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-uLJUwqPjif .mbr-text,
.cid-uLJUwqPjif .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uM76QXdFfW {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/conference-logos.jpg");
}
.cid-uM76QXdFfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM76QXdFfW .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-uM76QXdFfW .container {
    padding: 0 30px;
  }
}
.cid-uM76QXdFfW .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uM76QXdFfW .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uM76QXdFfW .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uM76QXdFfW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uM76QXdFfW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uM76QXdFfW .mbr-section-title {
  color: #ffffff;
}
.cid-uM76QXdFfW .mbr-text,
.cid-uM76QXdFfW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM76QXdFfW .mbr-section-title,
.cid-uM76QXdFfW .mbr-section-btn {
  text-align: center;
}
.cid-uM76Wv37xT {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uM76Wv37xT .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uM76Wv37xT .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uM76Wv37xT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM76Wv37xT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM76Wv37xT H1 {
  text-align: left;
  color: #000000;
}
.cid-uLJUx1F4ec {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uLJUx1F4ec .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uLJUx1F4ec .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJUx1F4ec .col + .mbr-section-btn .btn,
.cid-uLJUx1F4ec .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uLJUx1F4ec .col + .mbr-section-btn .btn,
  .cid-uLJUx1F4ec .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uLJUx1F4ec .dragArea > *:nth-last-child(2).col,
  .cid-uLJUx1F4ec .dragArea > *:nth-last-child(2).col-auto,
  .cid-uLJUx1F4ec .col + .mbr-section-btn,
  .cid-uLJUx1F4ec .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uLJUx1F4ec .dragArea {
    flex-direction: column;
  }
}
.cid-uLJUx1F4ec .btn-primary {
  border: 1px solid #f67601 !important;
}
.cid-uLJUx1F4ec .btn-primary:hover {
  border: 1px solid #f67601 !important;
}
.cid-uLJUx1F4ec .stripe {
  border-bottom: 1px solid #fc5d1b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJUx1F4ec .form-group {
  max-width: 220px;
}
.cid-uLJUx1F4ec .mbr-section-btn {
  padding-left: 0;
}
.cid-uLJUx1F4ec .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJUx1F4ec .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uLJUx1F4ec .mbr-text {
  color: #444;
}
.cid-uLJUx1F4ec h5 {
  margin-bottom: 0;
}
.cid-uLJUx1F4ec .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJUx1F4ec .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJUx1F4ec .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJUx1F4ec .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-uLJUx1F4ec .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-uLJUx1F4ec .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJUx1F4ec .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJUx1F4ec .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJUx1F4ec .media-container-row > div {
  padding: 0px;
}
.cid-uLJUx1F4ec .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJUx1F4ec .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJUx1F4ec .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJUx1F4ec .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJUx1F4ec .social-list,
  .cid-uLJUx1F4ec .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLJUx1F4ec h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJUx1F4ec .form-group {
    max-width: 180px;
  }
}
.cid-uLJUx1F4ec .links span {
  color: #9e9e9e;
}
.cid-uLJUx1F4ec .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJUx1F4ec .logo-title {
  text-align: center;
}
.cid-uLJUx1F4ec .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uLJUx1F4ec .logo-title,
.cid-uLJUx1F4ec .logo {
  color: #ffffff;
}
