.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.72rem;
}
/* ---- 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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #006f73 !important;
}
.bg-info {
  background-color: #3d2b14 !important;
}
.bg-warning {
  background-color: #120741 !important;
}
.bg-danger {
  background-color: #efa84a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #120741 !important;
  border-color: #120741 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #120741;
  border-color: #120741;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #120741 !important;
  border-color: #120741 !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #3d2b14 !important;
  border-color: #3d2b14 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3d2b14;
  border-color: #3d2b14;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d2b14 !important;
  border-color: #3d2b14 !important;
}
.btn-info:hover {
  background-color: #171007 !important;
  border-color: #171007 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006f73 !important;
  border-color: #006f73 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #006f73;
  border-color: #006f73;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #006f73 !important;
  border-color: #006f73 !important;
}
.btn-success:hover {
  background-color: #003e40 !important;
  border-color: #003e40 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #120741 !important;
  border-color: #120741 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #120741;
  border-color: #120741;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #120741 !important;
  border-color: #120741 !important;
}
.btn-warning:hover {
  background-color: #050213 !important;
  border-color: #050213 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efa84a !important;
  border-color: #efa84a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #efa84a;
  border-color: #efa84a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #efa84a !important;
  border-color: #efa84a !important;
}
.btn-danger:hover {
  background-color: #eb911b !important;
  border-color: #eb911b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #120741;
  color: #120741;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #120741 !important;
  border-color: #120741;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #120741 !important;
  border-color: #120741 !important;
}
.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #3d2b14;
  color: #3d2b14;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #3d2b14 !important;
  border-color: #3d2b14;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3d2b14 !important;
  border-color: #3d2b14 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #006f73;
  color: #006f73;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #006f73 !important;
  border-color: #006f73;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006f73 !important;
  border-color: #006f73 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #120741;
  color: #120741;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #120741 !important;
  border-color: #120741;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #120741 !important;
  border-color: #120741 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #efa84a;
  color: #efa84a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #efa84a !important;
  border-color: #efa84a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efa84a !important;
  border-color: #efa84a !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #120741 !important;
}
.text-success {
  color: #006f73 !important;
}
.text-info {
  color: #3d2b14 !important;
}
.text-warning {
  color: #120741 !important;
}
.text-danger {
  color: #efa84a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000d0d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c27611 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #006f73;
}
.alert-info {
  background-color: #3d2b14;
}
.alert-warning {
  background-color: #120741;
}
.alert-danger {
  background-color: #efa84a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00eaf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cea169;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6343eb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.72rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #120741 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-to6PmyOA4H {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #120741;
}
.cid-to6PmyOA4H .nav-item,
.cid-to6PmyOA4H .nav-link,
.cid-to6PmyOA4H .navbar-caption {
  font-weight: normal;
}
.cid-to6PmyOA4H .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar {
    min-height: 120px !important;
  }
  .cid-to6PmyOA4H .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-to6PmyOA4H .btn {
    white-space: nowrap;
  }
  .cid-to6PmyOA4H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-to6PmyOA4H .dropdown-toggle::after,
  .cid-to6PmyOA4H .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-to6PmyOA4H .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #fafafa;
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-to6PmyOA4H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-to6PmyOA4H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-to6PmyOA4H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-to6PmyOA4H .nav-item:focus,
.cid-to6PmyOA4H .nav-link:focus {
  outline: none;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-to6PmyOA4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to6PmyOA4H ul.navbar-nav li {
  margin: auto;
}
.cid-to6PmyOA4H .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #120741;
}
.cid-to6PmyOA4H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #120741 !important;
}
.cid-to6PmyOA4H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-to6PmyOA4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to6PmyOA4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-to6PmyOA4H .navbar {
    padding: 10px 0;
  }
  .cid-to6PmyOA4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to6PmyOA4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to6PmyOA4H .navbar .container-fluid,
  .cid-to6PmyOA4H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to6PmyOA4H .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-to6PmyOA4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to6PmyOA4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-to6PmyOA4H .navbar.navbar-short {
  background: #120741 !important;
  min-height: 90px;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to6PmyOA4H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to6PmyOA4H .dropdown-item.active,
.cid-to6PmyOA4H .dropdown-item:active {
  background-color: transparent;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #120741;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-to6PmyOA4H .navbar-buttons {
  text-align: center;
}
.cid-to6PmyOA4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efa84a;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-to6PmyOA4H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-to6PmyOA4H .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to6PmyOA4H .navbar {
    height: 77px;
  }
  .cid-to6PmyOA4H .navbar.opened {
    height: auto;
  }
  .cid-to6PmyOA4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgutr9IJg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-5914-2000x1325.jpg");
}
.cid-vgutr9IJg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgutr9IJg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgutr9IJg1 .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vgutr9IJg1 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgutr9IJg1 .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-vgutr9IJg1 .content-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-vgutr9IJg1 .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vgutr9IJg1 .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-vgutr9IJg1 .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-vgutr9IJg1 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-vgutr9IJg1 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vgutr9IJg1 .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vgutr9IJg1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgutr9IJg1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgutr9IJg1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgutr9IJg1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgutr9IJg1 .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}
.cid-vgutr9IJg1 .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgutr9IJg1 .image-wrapper img {
    height: 300px;
  }
}
.cid-vgutr9IJg1 .mbr-tag_1,
.cid-vgutr9IJg1 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgutr9IJg1 .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-vgutr9IJg1 .mbr-section-title {
  color: #808080;
}
.cid-vgutr9IJg1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgutr9IJg1 .mbr-text,
.cid-vgutr9IJg1 .text-wrapper {
  color: #808080;
  text-align: center;
}
.cid-vgutr9IJg1 .mbr-section-title,
.cid-vgutr9IJg1 .mbr-section-btn {
  text-align: center;
}
.cid-uzVnVQ9FBQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-5948-700x464.jpg");
}
.cid-uzVnVQ9FBQ .title__wrap {
  margin-bottom: 30px;
}
.cid-uzVnVQ9FBQ .title__block {
  margin-bottom: 10px;
}
.cid-uzVnVQ9FBQ .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
  color: #12044d;
}
.cid-uzVnVQ9FBQ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uzVnVQ9FBQ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uzVnVQ9FBQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzVnVQ9FBQ .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
}
.cid-uzVnVQ9FBQ .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 200px;
  margin-bottom: 30px;
}
.cid-uzVnVQ9FBQ .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzVnVQ9FBQ .image:hover .text__block {
  transform: translateY(0);
}
.cid-uzVnVQ9FBQ .image:hover .social__wrap {
  opacity: 1;
}
.cid-uzVnVQ9FBQ .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uzVnVQ9FBQ .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(0);
}
.cid-uzVnVQ9FBQ .text__title,
.cid-uzVnVQ9FBQ .text__descr {
  margin-bottom: 0;
}
.cid-uzVnVQ9FBQ .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uzVnVQ9FBQ .icons {
  display: inline-block;
}
.cid-uzVnVQ9FBQ .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzVnVQ9FBQ .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #ffffff !important;
}
.cid-uzVnVQ9FBQ .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uzVnVQ9FBQ .social__wrap .border__radius span:hover {
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .cid-uzVnVQ9FBQ .buttons {
    justify-content: flex-start;
  }
}
.cid-uzVnVQ9FBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzVnVQ9FBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to7dg6b7Vx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-4724-840x560.jpg");
}
.cid-to7dg6b7Vx .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .price {
  margin-top: 5px;
}
.cid-to7dg6b7Vx .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-to7dg6b7Vx .mbr-section-btn {
  margin-top: 10px;
}
.cid-to7dg6b7Vx .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-to7dg6b7Vx .btn-md:hover {
  background-color: #120741 !important;
  border-color: #120741 !important;
}
.cid-to7dg6b7Vx .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-to7dg6b7Vx .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-to7dg6b7Vx .content__block,
  .cid-to7dg6b7Vx .price__block {
    margin-bottom: 30px;
  }
}
.cid-to7dg6b7Vx .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .mbr-text,
.cid-to7dg6b7Vx .mbr-section-btn {
  color: #ffffff;
}
.cid-to7dg6b7Vx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9fNAWFBE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/compliance1.jpeg");
}
.cid-uA9fNAWFBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9fNAWFBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9fNAWFBE p {
    max-width: 95%;
  }
}
.cid-uA9fNAWFBE .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA9fNAWFBE .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA9fNAWFBE .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #120741;
  font-size: 1.5rem;
}
.cid-uA9fNAWFBE .mbr-section-title {
  color: #f5f7fd;
}
.cid-uA9fNAWFBE .mbr-text,
.cid-uA9fNAWFBE .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9fNAWFBE .mbr-section-subtitle,
.cid-uA9fNAWFBE .align-wrapper {
  color: #04492e;
}
.cid-uA9fNAWFBE .mbr-section-title2 {
  color: #04492e;
}
.cid-uA9fNAWFBE .mbr-text2,
.cid-uA9fNAWFBE .mbr-section-btn {
  color: #ffffff;
}
.cid-uzVxnbIsvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efa84a;
}
.cid-uzVxnbIsvj .content__block {
  padding: 50px 15px;
}
.cid-uzVxnbIsvj .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uzVxnbIsvj .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uzVxnbIsvj .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uzVxnbIsvj .image {
  perspective: 3500px;
  position: relative;
}
.cid-uzVxnbIsvj .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(239, 168, 74, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uzVxnbIsvj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uzVxnbIsvj .content__block {
    padding: 30px 15px;
  }
  .cid-uzVxnbIsvj .mbr-figure {
    padding: 0;
  }
  .cid-uzVxnbIsvj .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(239, 168, 74, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uzVxnbIsvj .lg-push {
    right: 5%;
  }
  .cid-uzVxnbIsvj .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uzVxnbIsvj .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uzVxnbIsvj .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzVxnbIsvj .mbr-section-title {
  color: #ffffff;
}
.cid-vguxR4DkvS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #120741;
}
.cid-vguxR4DkvS .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vguxR4DkvS .wrap:hover {
  background-color: #efa84a;
}
@media (max-width: 767px) {
  .cid-vguxR4DkvS .wrap {
    padding: 20px;
  }
}
.cid-vguxR4DkvS .icon__block {
  margin-bottom: 10px;
}
.cid-vguxR4DkvS .title__text {
  margin-bottom: 15px;
}
.cid-vguxR4DkvS .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vguxR4DkvS .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-vguxR4DkvS .count {
  padding: 5px 0;
}
.cid-vguxR4DkvS .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-vguxR4DkvS .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-vguxR4DkvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vguxR4DkvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vguxR4DkvS .title__text,
.cid-vguxR4DkvS .icon__block {
  color: #ffffff;
}
.cid-vguxR4DkvS .items {
  color: #ffffff;
}
.cid-vguzzyTVOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #120741;
}
.cid-vguzzyTVOc .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vguzzyTVOc .wrap:hover {
  background-color: #efa84a;
}
@media (max-width: 767px) {
  .cid-vguzzyTVOc .wrap {
    padding: 20px;
  }
}
.cid-vguzzyTVOc .icon__block {
  margin-bottom: 10px;
}
.cid-vguzzyTVOc .title__text {
  margin-bottom: 15px;
}
.cid-vguzzyTVOc .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vguzzyTVOc .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-vguzzyTVOc .count {
  padding: 5px 0;
}
.cid-vguzzyTVOc .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-vguzzyTVOc .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-vguzzyTVOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vguzzyTVOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vguzzyTVOc .title__text,
.cid-vguzzyTVOc .icon__block {
  color: #ffffff;
}
.cid-vguzzyTVOc .items {
  color: #ffffff;
}
.cid-uA9fRUjJQC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/energy-startups-660.jpg");
}
@media (max-width: 991px) {
  .cid-uA9fRUjJQC .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uA9fRUjJQC .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uA9fRUjJQC .card-wrap {
  background: #120741;
  border-radius: 30px;
  height: 100%;
}
.cid-uA9fRUjJQC .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-uA9fRUjJQC .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uA9fRUjJQC .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-uA9fRUjJQC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uA9fRUjJQC .mbr-section-title {
  color: #ffffff;
}
.cid-uA9fRUjJQC .card-title {
  color: #ffffff;
}
.cid-uA9g0z8SnO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efa84a;
}
.cid-uA9g0z8SnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9g0z8SnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9g0z8SnO .items-wrap {
  justify-content: center;
}
.cid-uA9g0z8SnO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA9g0z8SnO .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA9g0z8SnO .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA9g0z8SnO .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA9g0z8SnO .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA9g0z8SnO .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9g0z8SnO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA9g0z8SnO .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA9g0z8SnO .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA9g0z8SnO .item-desc {
  color: #ffffff;
}
.cid-uA9g3I8g3e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efa84a;
}
.cid-uA9g3I8g3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9g3I8g3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9g3I8g3e .items-wrap {
  justify-content: center;
}
.cid-uA9g3I8g3e .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA9g3I8g3e .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA9g3I8g3e .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA9g3I8g3e .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA9g3I8g3e .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA9g3I8g3e .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9g3I8g3e .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA9g3I8g3e .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA9g3I8g3e .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA9g3I8g3e .item-desc {
  color: #ffffff;
}
.cid-uA9g5yEdC6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efa84a;
}
.cid-uA9g5yEdC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9g5yEdC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9g5yEdC6 .items-wrap {
  justify-content: center;
}
.cid-uA9g5yEdC6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA9g5yEdC6 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA9g5yEdC6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA9g5yEdC6 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA9g5yEdC6 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA9g5yEdC6 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9g5yEdC6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA9g5yEdC6 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA9g5yEdC6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA9g5yEdC6 .item-desc {
  color: #ffffff;
}
.cid-uA9g7amKx6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efa84a;
}
.cid-uA9g7amKx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9g7amKx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9g7amKx6 .items-wrap {
  justify-content: center;
}
.cid-uA9g7amKx6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA9g7amKx6 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA9g7amKx6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA9g7amKx6 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA9g7amKx6 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA9g7amKx6 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9g7amKx6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA9g7amKx6 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA9g7amKx6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA9g7amKx6 .item-desc {
  color: #ffffff;
}
.cid-uA9g95Q2aj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efa84a;
}
.cid-uA9g95Q2aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9g95Q2aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9g95Q2aj .items-wrap {
  justify-content: center;
}
.cid-uA9g95Q2aj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uA9g95Q2aj .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uA9g95Q2aj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uA9g95Q2aj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA9g95Q2aj .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uA9g95Q2aj .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9g95Q2aj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uA9g95Q2aj .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uA9g95Q2aj .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uA9g95Q2aj .item-desc {
  color: #ffffff;
}
.cid-vgzy7gzagN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-7868-2000x1333.jpg");
}
.cid-vgzy7gzagN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgzy7gzagN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgzy7gzagN .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vgzy7gzagN .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-vgzy7gzagN .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-vgzy7gzagN .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgzy7gzagN .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vgzy7gzagN .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-vgzy7gzagN .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-vgzy7gzagN .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-vgzy7gzagN .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #120741;
}
@media (max-width: 992px) {
  .cid-vgzy7gzagN .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgzy7gzagN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgzy7gzagN .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #ffffff;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-vgzy7gzagN .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgzy7gzagN .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #ffffff;
    padding-left: 0;
    width: 100%;
  }
}
.cid-vgzy7gzagN .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-vgzy7gzagN .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-vgzy7gzagN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vgzy7gzagN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgzy7gzagN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-vgzy7gzagN .mbr-section-title {
  color: #050f0f;
}
.cid-vgzy7gzagN .mbr-text {
  color: #ffffff;
}
.cid-vgzy7gzagN .item-title {
  color: #ffffff;
}
.cid-vgzy7gzagN .item-text {
  color: #ffffff;
}
.cid-vgzy7gzagN .mbr-section-title,
.cid-vgzy7gzagN .icon-wrapper {
  color: #ffffff;
}
.cid-vgtGsW9S5D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #120741;
}
.cid-vgtGsW9S5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtGsW9S5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtGsW9S5D .card {
  justify-content: center;
}
.cid-vgtGsW9S5D .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgtGsW9S5D .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vgtGsW9S5D .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgtGsW9S5D .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgtGsW9S5D .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgtGsW9S5D .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgtGsW9S5D .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgtGsW9S5D .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #120741 50%, transparent 120%);
}
.cid-vgtGsW9S5D .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vgtGsW9S5D .mbr-section-title {
  color: #808080;
}
.cid-vgtGsW9S5D .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgtGsW9S5D .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vgtGsW9S5D .mbr-section-title,
.cid-vgtGsW9S5D .mbr-section-btn {
  text-align: center;
}
.cid-vgtFVnhJgK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #120741;
}
.cid-vgtFVnhJgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtFVnhJgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtFVnhJgK .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-vgtFVnhJgK .items-wrapper .item {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgtFVnhJgK .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-vgtFVnhJgK .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgtFVnhJgK .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgtFVnhJgK .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  min-width: 56px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c1c;
}
.cid-vgtFVnhJgK .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vgtFVnhJgK .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vgtFVnhJgK .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgtFVnhJgK .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgtFVnhJgK .item-title {
  color: #ffffff;
}
.cid-vgtFVnhJgK .item-text {
  color: #ffffff;
}
.cid-toiyDVdozs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-4724-840x560.jpg");
}
.cid-toiyDVdozs .title__block {
  padding: 30px 15px;
}
.cid-toiyDVdozs .mbr-text {
  margin-bottom: 30px;
}
.cid-toiyDVdozs .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-toiyDVdozs .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-toiyDVdozs .bottom__text {
  margin: 10px 0;
  color: #ffffff;
}
.cid-toiyDVdozs .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-toiyDVdozs .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-toiyDVdozs .btn {
  margin-top: 0;
}
.cid-toiyDVdozs .btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-toiyDVdozs img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-toiyDVdozs .image {
    margin-bottom: 10px;
  }
  .cid-toiyDVdozs .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-toiyDVdozs .mbr-text,
.cid-toiyDVdozs .mbr-section-btn {
  color: #ffffff;
}
.cid-toiyDVdozs .mbr-section-title {
  color: #ffffff;
}
.cid-toiyH7ML8D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #120741;
}
.cid-toiyH7ML8D .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-toiyH7ML8D .price {
  margin-top: 5px;
}
.cid-toiyH7ML8D .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-toiyH7ML8D .mbr-section-btn {
  margin-top: 10px;
}
.cid-toiyH7ML8D .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-toiyH7ML8D .btn-md:hover {
  background-color: #120741 !important;
  border-color: #120741 !important;
}
.cid-toiyH7ML8D .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-toiyH7ML8D .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-toiyH7ML8D .content__block,
  .cid-toiyH7ML8D .price__block {
    margin-bottom: 30px;
  }
}
.cid-toiyH7ML8D .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-toiyH7ML8D .mbr-text,
.cid-toiyH7ML8D .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-toiyH7ML8D .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uA9hnHFxec {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/award-bg-1440x952.jpg");
}
.cid-uA9hnHFxec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9hnHFxec .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uA9hnHFxec .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uA9hnHFxec .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-uA9hnHFxec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9hnHFxec img {
  border-radius: 3rem;
}
.cid-uA9hnHFxec .mbr-text,
.cid-uA9hnHFxec .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vgtVe1BwOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/55-2000x739.jpg");
}
@media (max-width: 991px) {
  .cid-vgtVe1BwOU .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vgtVe1BwOU .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vgtVe1BwOU .card-wrap {
  background: #efa84a;
  border-radius: 30px;
  height: 100%;
}
.cid-vgtVe1BwOU .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-vgtVe1BwOU .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-vgtVe1BwOU .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-vgtVe1BwOU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vgtVe1BwOU .mbr-section-title {
  color: #ffffff;
}
.cid-vgtVe1BwOU .mbr-section-title DIV {
  text-align: left;
}
.cid-vgtVe1BwOU .card-title {
  color: #ffffff;
}
.cid-vgz8aj3Va1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/55-2000x739.jpg");
}
@media (max-width: 991px) {
  .cid-vgz8aj3Va1 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vgz8aj3Va1 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vgz8aj3Va1 .card-wrap {
  background: #efa84a;
  border-radius: 30px;
  height: 100%;
}
.cid-vgz8aj3Va1 .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-vgz8aj3Va1 .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-vgz8aj3Va1 .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-vgz8aj3Va1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vgz8aj3Va1 .mbr-section-title {
  color: #ffffff;
}
.cid-vgz8aj3Va1 .mbr-section-title DIV {
  text-align: left;
}
.cid-vgz8aj3Va1 .card-title {
  color: #ffffff;
}
.cid-uHiIDmJZEc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #3d2b14;
}
.cid-uHiIDmJZEc .item-img,
.cid-uHiIDmJZEc .img-wrap,
.cid-uHiIDmJZEc img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uHiIDmJZEc img,
.cid-uHiIDmJZEc .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uHiIDmJZEc img,
  .cid-uHiIDmJZEc .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uHiIDmJZEc .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uHiIDmJZEc .item:focus,
.cid-uHiIDmJZEc span:focus {
  outline: none;
}
.cid-uHiIDmJZEc .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uHiIDmJZEc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHiIDmJZEc .item {
    margin-bottom: 1rem;
  }
}
.cid-uHiIDmJZEc h5 {
  margin: 0;
}
.cid-uHiIDmJZEc .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uHiIDmJZEc .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uHiIDmJZEc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uHiIDmJZEc .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uHiIDmJZEc .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uHiIDmJZEc .item-wrapper {
    height: auto;
  }
}
.cid-uHiIDmJZEc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uHiIDmJZEc .item-title {
  text-align: center;
}
.cid-uHiIDmJZEc .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uHiIDmJZEc .mbr-text,
.cid-uHiIDmJZEc .item .mbr-section-btn {
  text-align: center;
}
.cid-uHiIDmJZEc .mbr-section-subtitle,
.cid-uHiIDmJZEc .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-vgza6y8AC3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc-5913-2000x1325.jpg");
}
.cid-vgza6y8AC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgza6y8AC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgza6y8AC3 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vgza6y8AC3 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vgza6y8AC3 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgza6y8AC3 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #071565;
}
.cid-vgza6y8AC3 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vgza6y8AC3 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgza6y8AC3 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgza6y8AC3 .items-wrapper {
  margin: 0 -10px;
}
.cid-vgza6y8AC3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgza6y8AC3 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgza6y8AC3 .item .item-wrapper {
  height: 100%;
  background-color: #3d2b14;
  padding: 8px;
}
.cid-vgza6y8AC3 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #efa84a;
}
.cid-vgza6y8AC3 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vgza6y8AC3 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vgza6y8AC3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgza6y8AC3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgza6y8AC3 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgza6y8AC3 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgza6y8AC3 .mbr-label,
.cid-vgza6y8AC3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgza6y8AC3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgza6y8AC3 .mbr-text,
.cid-vgza6y8AC3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgza6y8AC3 .item-title {
  color: #000000;
}
.cid-vgza6y8AC3 .item-text {
  color: #ffffff;
}
.cid-vgza6y8AC3 .item-title,
.cid-vgza6y8AC3 .mbr-section-btn,
.cid-vgza6y8AC3 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vgza6y8AC3 P {
  color: #ffffff;
}
.cid-vgzbjRFY5o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3d2b14;
}
.cid-vgzbjRFY5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgzbjRFY5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgzbjRFY5o .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgzbjRFY5o .mbr-section-title {
  color: #ffffff;
}
.cid-vgzbjRFY5o .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgzbjRFY5o .cards-row {
  row-gap: 32px;
}
.cid-vgzbjRFY5o .item {
  border-radius: 0;
}
.cid-vgzbjRFY5o .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #efa84a;
}
@media (max-width: 991px) {
  .cid-vgzbjRFY5o .item-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vgzbjRFY5o .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-vgzbjRFY5o .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-vgzbjRFY5o .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #3d2b14;
}
.cid-vgzbjRFY5o .card-title {
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-vgzbjRFY5o .card-subtitle {
  color: #ffffff;
}
.cid-vgzbjRFY5o .card-bottom-wrap {
  margin-top: 24px;
}
.cid-vgzbjRFY5o .card-name {
  color: #24262b;
}
.cid-vgzbjRFY5o .card-text {
  color: #24262b;
}
.cid-vgu227CGc3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc-5913-2000x1325.jpg");
}
.cid-vgu227CGc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgu227CGc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgu227CGc3 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vgu227CGc3 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vgu227CGc3 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgu227CGc3 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #071565;
}
.cid-vgu227CGc3 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vgu227CGc3 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgu227CGc3 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgu227CGc3 .items-wrapper {
  margin: 0 -10px;
}
.cid-vgu227CGc3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgu227CGc3 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgu227CGc3 .item .item-wrapper {
  height: 100%;
  background-color: #efa84a;
  padding: 8px;
}
.cid-vgu227CGc3 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #3d2b14;
}
.cid-vgu227CGc3 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vgu227CGc3 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vgu227CGc3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgu227CGc3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgu227CGc3 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgu227CGc3 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgu227CGc3 .mbr-label,
.cid-vgu227CGc3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgu227CGc3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgu227CGc3 .mbr-text,
.cid-vgu227CGc3 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vgu227CGc3 .item-title {
  color: #000000;
}
.cid-vgu227CGc3 .item-text {
  color: #efa84a;
}
.cid-vgu227CGc3 .item-title,
.cid-vgu227CGc3 .mbr-section-btn,
.cid-vgu227CGc3 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vgu227CGc3 P {
  color: #ffffff;
}
.cid-vgu6PgS6YU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efa84a;
}
.cid-vgu6PgS6YU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgu6PgS6YU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgu6PgS6YU .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #efa84a;
  background-color: #3d2b14;
}
@media (max-width: 992px) {
  .cid-vgu6PgS6YU .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-vgu6PgS6YU .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgu6PgS6YU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vgu6PgS6YU .content-wrapper .mbr-section-title span {
  color: #3d2b14;
}
.cid-vgu6PgS6YU .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-vgu6PgS6YU .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-vgu6PgS6YU .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #efa84a;
  height: 100%;
  box-shadow: 1px 0 1px #efa84a;
}
@media (max-width: 992px) {
  .cid-vgu6PgS6YU .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-vgu6PgS6YU .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #efa84a;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgu6PgS6YU .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-vgu6PgS6YU .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgu6PgS6YU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgu6PgS6YU .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgu6PgS6YU .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgu6PgS6YU .item-title,
.cid-vgu6PgS6YU .title-wrap {
  color: #3d2b14;
}
.cid-uA9hukh1vq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d2b14;
}
.cid-uA9hukh1vq .card-box {
  background-color: #3d2b14;
  padding: 4rem 2rem;
}
.cid-uA9hukh1vq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uA9hukh1vq p {
  color: #767676;
  text-align: left;
}
.cid-uA9hukh1vq .card-wrapper {
  border: 1px solid #efa84a;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uA9hukh1vq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uA9hukh1vq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uA9hukh1vq h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uA9hukh1vq h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #efa84a;
  margin-left: 10px;
}
.cid-uA9hukh1vq h3:hover:after {
  margin-left: -15px;
}
.cid-uA9hukh1vq P {
  text-align: center;
  color: #ffffff;
}
.cid-uA9hukh1vq .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA9hukh1vq H3 {
  text-align: center;
}
.cid-uA9hukh1vq .number {
  text-align: center;
  color: #efa84a;
}
.cid-uA9hukh1vq H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uA9hyCcpL0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d2b14;
}
.cid-uA9hyCcpL0 .card-box {
  background-color: #3d2b14;
  padding: 4rem 2rem;
}
.cid-uA9hyCcpL0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uA9hyCcpL0 p {
  color: #767676;
  text-align: left;
}
.cid-uA9hyCcpL0 .card-wrapper {
  border: 1px solid #efa84a;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uA9hyCcpL0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uA9hyCcpL0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uA9hyCcpL0 h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uA9hyCcpL0 h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #efa84a;
  margin-left: 10px;
}
.cid-uA9hyCcpL0 h3:hover:after {
  margin-left: -15px;
}
.cid-uA9hyCcpL0 P {
  text-align: center;
  color: #ffffff;
}
.cid-uA9hyCcpL0 .card-title {
  text-align: center;
  color: #123438;
}
.cid-uA9hyCcpL0 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uA9hyCcpL0 .number {
  text-align: center;
  color: #ffffff;
}
.cid-uA9hyCcpL0 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-totyvCt33Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #120741;
}
.cid-totyvCt33Y .content__block {
  padding: 50px 15px;
}
.cid-totyvCt33Y .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-totyvCt33Y .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-totyvCt33Y .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-totyvCt33Y .image {
  perspective: 3500px;
  position: relative;
}
.cid-totyvCt33Y .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(18, 7, 65, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(18, 7, 65, 0.99));
}
.cid-totyvCt33Y .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-totyvCt33Y .content__block {
    padding: 30px 15px;
  }
  .cid-totyvCt33Y .mbr-figure {
    padding: 0;
  }
  .cid-totyvCt33Y .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(18, 7, 65, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-totyvCt33Y .lg-push {
    right: 1%;
  }
  .cid-totyvCt33Y .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-totyvCt33Y .lg-push {
    left: 1%;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-totyvCt33Y .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-totyvCt33Y .mbr-text,
.cid-totyvCt33Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-totyvCt33Y .mbr-section-title {
  color: #ffffff;
}
.cid-vgujVlaAYv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #120741;
  overflow: hidden;
}
.cid-vgujVlaAYv .row {
  row-gap: 40px;
}
.cid-vgujVlaAYv .mbr-section-head {
  padding-bottom: 50px;
}
.cid-vgujVlaAYv .mbr-section-title {
  color: #ffffff;
}
.cid-vgujVlaAYv .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-vgujVlaAYv .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vgujVlaAYv .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-vgujVlaAYv .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-vgujVlaAYv .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-vgujVlaAYv .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #efa84a;
}
.cid-vgujVlaAYv .item-title {
  color: #303030;
}
.cid-vgujVlaAYv .mbr-text {
  margin-bottom: 4px;
  color: #12044d;
  text-decoration: underline;
  text-align: center;
}
.cid-vgujVlaAYv .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-vgujVlaAYv .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-vgujVlaAYv .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-vgujVlaAYv .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-vgujVlaAYv .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-vgujVlaAYv .mbr-section-btn {
  margin-top: 10px;
}
.cid-vgujVlaAYv .item-title,
.cid-vgujVlaAYv .mbr-section-btn {
  color: #12044d;
}
.cid-vgujVlaAYv .item-title,
.cid-vgujVlaAYv .mbr-section-btn DIV {
  text-align: center;
}
.cid-vgzoP5YATH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgzoP5YATH .mbr-section-title {
  margin-bottom: 20px;
  color: #12044d;
  text-align: center;
}
.cid-vgzoP5YATH .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vgzoP5YATH .mbr-text {
  margin: 10px 0;
}
.cid-vgzoP5YATH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-vgzoP5YATH .btn-primary:hover {
  background-color: #120741 !important;
  border-color: #120741 !important;
}
@media (max-width: 767px) {
  .cid-vgzoP5YATH .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-vgzoP5YATH .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-vgzoP5YATH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgzoP5YATH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-al .flex-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#custom-html-al .flex-grid .col {
  flex: 2;
  padding: 20px;
  margin: 1 auto;
}
#custom-html-al * {
  box-sizing: border-box;
}
.cid-vgzoGM6BJB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgzoGM6BJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgzoGM6BJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgzoGM6BJB .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vgzoGM6BJB .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vgzoGM6BJB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vgzoGM6BJB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vgzoGM6BJB .mbr-section-title {
  color: #f5f8ff;
}
.cid-vgzoGM6BJB .mbr-label {
  color: #fb6100;
  text-align: center;
}
.cid-vgzoGM6BJB .mbr-section-title,
.cid-vgzoGM6BJB .title-wrapper,
.cid-vgzoGM6BJB .mbr-section-btn {
  text-align: center;
}
.cid-vgzoGM6BJB .mbr-section-title,
.cid-vgzoGM6BJB .mbr-section-btn,
.cid-vgzoGM6BJB .title-wrapper {
  color: #fb6100;
}
.cid-uk6vKlKPzz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #120741;
}
.cid-uk6vKlKPzz .container {
  max-width: 1500px;
}
.cid-uk6vKlKPzz img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uk6vKlKPzz img:hover {
  transform: scale(1.1);
}
.cid-uk6vKlKPzz .row {
  background: #efa84a;
}
.cid-uk6vKlKPzz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uk6vKlKPzz h2 {
  padding: 0;
  margin: 0;
}
.cid-uk6vKlKPzz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk6vKlKPzz .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uk6vKlKPzz .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uk6vKlKPzz .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uk6vKlKPzz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uk6vKlKPzz .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uk6vKlKPzz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uk6vKlKPzz .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uk6vKlKPzz .row {
    margin: 0rem;
  }
  .cid-uk6vKlKPzz .text-col {
    padding: 2rem 1rem;
  }
  .cid-uk6vKlKPzz .number {
    margin-right: 2rem;
  }
  .cid-uk6vKlKPzz .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uk6vKlKPzz H2 {
  color: #ffffff;
}
.cid-uk6vKlKPzz .mbr-text {
  color: #ffffff;
}
.cid-uEsxKZEFZA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #120741;
}
.cid-uEsxKZEFZA .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uEsxKZEFZA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uEsxKZEFZA .col + .mbr-section-btn .btn,
.cid-uEsxKZEFZA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uEsxKZEFZA .col + .mbr-section-btn .btn,
  .cid-uEsxKZEFZA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uEsxKZEFZA .dragArea > *:nth-last-child(2).col,
  .cid-uEsxKZEFZA .dragArea > *:nth-last-child(2).col-auto,
  .cid-uEsxKZEFZA .col + .mbr-section-btn,
  .cid-uEsxKZEFZA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uEsxKZEFZA .dragArea {
    flex-direction: column;
  }
}
.cid-uEsxKZEFZA .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uEsxKZEFZA .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uEsxKZEFZA .stripe {
  border-bottom: 1px solid #fc5d1b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uEsxKZEFZA .form-group {
  max-width: 220px;
}
.cid-uEsxKZEFZA .mbr-section-btn {
  padding-left: 0;
}
.cid-uEsxKZEFZA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uEsxKZEFZA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uEsxKZEFZA .mbr-text {
  color: #444;
}
.cid-uEsxKZEFZA h5 {
  margin-bottom: 0;
}
.cid-uEsxKZEFZA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uEsxKZEFZA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEsxKZEFZA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uEsxKZEFZA .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-uEsxKZEFZA .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-uEsxKZEFZA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uEsxKZEFZA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uEsxKZEFZA .social-list a:hover {
  opacity: 0.4;
}
.cid-uEsxKZEFZA .media-container-row > div {
  padding: 0px;
}
.cid-uEsxKZEFZA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uEsxKZEFZA .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uEsxKZEFZA .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEsxKZEFZA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uEsxKZEFZA .social-list,
  .cid-uEsxKZEFZA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uEsxKZEFZA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uEsxKZEFZA .form-group {
    max-width: 180px;
  }
}
.cid-uEsxKZEFZA .links span {
  color: #9e9e9e;
}
.cid-uEsxKZEFZA .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEsxKZEFZA .logo-title {
  text-align: center;
}
.cid-uEsxKZEFZA .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uEsxKZEFZA .logo-title,
.cid-uEsxKZEFZA .logo {
  color: #ffffff;
}
