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: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((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: #004e29 !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: #004e29 !important;
  border-color: #004e29 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #004e29;
  border-color: #004e29;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004e29 !important;
  border-color: #004e29 !important;
}
.btn-success:hover {
  background-color: #001b0e !important;
  border-color: #001b0e !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: #004e29;
  color: #004e29;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #004e29 !important;
  border-color: #004e29;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #004e29 !important;
  border-color: #004e29 !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: #004e29 !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: #000000 !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: #004e29;
}
.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: #35ff9f;
}
.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.25rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
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: #004e29 !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: #004e29;
}
.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: #004e29;
}
.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: #004e29;
}
.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: #ffffff;
  color: #004e29 !important;
  box-shadow: 2px 0 0 #ffffff, 0 1px 0 #ffffff, -2px 0 0 #ffffff, 0 -1px 0 #ffffff;
}
@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: #004e29;
    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: #ffffff !important;
    box-shadow: none;
  }
  .cid-uLJfwJHgvi .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uLJfwJHgvi .btn-container {
    display: none;
  }
}
.cid-uLJelVMSUH {
  padding-top: 11rem;
  padding-bottom: 1rem;
  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;
  color: #ffffff;
}
.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: #004e29;
}
.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: #ffffff;
}
.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: #004e29;
}
.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: #004e29;
}
.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: #004e29;
}
.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: #004e29;
}
.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: #004e29;
  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: #004e29;
}
.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: #004e29;
  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, #004e29, #004e29 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: #004e29;
  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, #004e29, #004e29 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: #004e29;
  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: #ffffff;
  -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: #ffffff;
}
.cid-uLJMDIT5y8 .mbr-text,
.cid-uLJMDIT5y8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLJPIIjhId {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004e29;
}
.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: #004e29;
}
@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-vjoq2h5CuX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-4724-840x560.jpg");
}
.cid-vjoq2h5CuX .title__block {
  padding: 30px 15px;
}
.cid-vjoq2h5CuX .mbr-text {
  margin-bottom: 30px;
}
.cid-vjoq2h5CuX .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vjoq2h5CuX .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vjoq2h5CuX .bottom__text {
  margin: 10px 0;
  color: #ffffff;
}
.cid-vjoq2h5CuX .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vjoq2h5CuX .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vjoq2h5CuX .btn {
  margin-top: 0;
}
.cid-vjoq2h5CuX .btn:hover {
  background-color: #f67601 !important;
  border-color: #f67601 !important;
}
.cid-vjoq2h5CuX img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vjoq2h5CuX .image {
    margin-bottom: 10px;
  }
  .cid-vjoq2h5CuX .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vjoq2h5CuX .mbr-text,
.cid-vjoq2h5CuX .mbr-section-btn {
  color: #ffffff;
}
.cid-vjoq2h5CuX .mbr-section-title {
  color: #ffffff;
}
.cid-vjoq3KP5jr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #004e29;
}
.cid-vjoq3KP5jr .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-vjoq3KP5jr .price {
  margin-top: 5px;
}
.cid-vjoq3KP5jr .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-vjoq3KP5jr .mbr-section-btn {
  margin-top: 10px;
}
.cid-vjoq3KP5jr .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-vjoq3KP5jr .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-vjoq3KP5jr .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-vjoq3KP5jr .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-vjoq3KP5jr .content__block,
  .cid-vjoq3KP5jr .price__block {
    margin-bottom: 30px;
  }
}
.cid-vjoq3KP5jr .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-vjoq3KP5jr .mbr-text,
.cid-vjoq3KP5jr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vjoq3KP5jr .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vjoppis38P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-7868-2000x1333.jpg");
}
.cid-vjoppis38P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoppis38P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoppis38P .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vjoppis38P .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-vjoppis38P .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-vjoppis38P .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vjoppis38P .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vjoppis38P .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-vjoppis38P .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-vjoppis38P .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-vjoppis38P .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #004e29;
}
@media (max-width: 992px) {
  .cid-vjoppis38P .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjoppis38P .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vjoppis38P .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #f67601;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-vjoppis38P .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vjoppis38P .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #f67601;
    padding-left: 0;
    width: 100%;
  }
}
.cid-vjoppis38P .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-vjoppis38P .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-vjoppis38P .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vjoppis38P .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vjoppis38P .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-vjoppis38P .mbr-section-title {
  color: #050f0f;
}
.cid-vjoppis38P .mbr-text {
  color: #ffffff;
}
.cid-vjoppis38P .item-title {
  color: #ffffff;
}
.cid-vjoppis38P .item-text {
  color: #ffffff;
}
.cid-vjoppis38P .mbr-section-title,
.cid-vjoppis38P .icon-wrapper {
  color: #ffffff;
}
.cid-vjoq5HtdBd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #004e29;
}
.cid-vjoq5HtdBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoq5HtdBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoq5HtdBd .card {
  justify-content: center;
}
.cid-vjoq5HtdBd .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vjoq5HtdBd .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vjoq5HtdBd .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjoq5HtdBd .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjoq5HtdBd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjoq5HtdBd .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjoq5HtdBd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjoq5HtdBd .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #f67601 50%, transparent 120%);
}
.cid-vjoq5HtdBd .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vjoq5HtdBd .mbr-section-title {
  color: #808080;
}
.cid-vjoq5HtdBd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vjoq5HtdBd .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vjoq5HtdBd .mbr-section-title,
.cid-vjoq5HtdBd .mbr-section-btn {
  text-align: center;
}
.cid-vjoq5HtdBd .mbr-text,
.cid-vjoq5HtdBd .text-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vjoqjWZeg9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004e29;
}
.cid-vjoqjWZeg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoqjWZeg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoqjWZeg9 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vjoqjWZeg9 .card {
    margin-bottom: 40px;
  }
}
.cid-vjoqjWZeg9 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vjoqjWZeg9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vjoqjWZeg9 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjoqjWZeg9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjoqjWZeg9 .mbr-label {
  color: #ffffff;
}
.cid-vjoqjWZeg9 .mbr-section-title {
  color: #ffffff;
}
.cid-vjoqjWZeg9 .mbr-text {
  color: #ffffff;
}
.cid-vjotxdcoIH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004e29;
}
.cid-vjotxdcoIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjotxdcoIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjotxdcoIH .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vjotxdcoIH .card {
    margin-bottom: 40px;
  }
}
.cid-vjotxdcoIH .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vjotxdcoIH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vjotxdcoIH .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjotxdcoIH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjotxdcoIH .mbr-label {
  color: #ffffff;
}
.cid-vjotxdcoIH .mbr-section-title {
  color: #ffffff;
}
.cid-vjotxdcoIH .mbr-text {
  color: #ffffff;
}
.cid-uTKfnnscbx {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #004e29;
}
.cid-uTKfnnscbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfnnscbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKfnnscbx .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTKfnnscbx .card-wrapper {
    display: block;
  }
}
.cid-uTKfnnscbx .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uTKfnnscbx .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uTKfnnscbx .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTKfnnscbx .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #004e29;
}
@media (max-width: 992px) {
  .cid-uTKfnnscbx .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTKfnnscbx .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uTKfnnscbx .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTKfnnscbx .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uTKfnnscbx .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTKfnnscbx .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTKfnnscbx .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTKfnnscbx .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTKfnnscbx .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTKfnnscbx .mbr-date {
  color: #ffffff;
}
.cid-uTKfnnscbx .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTKfnnscbx .mbr-text {
  color: #d7d2d2;
}
.cid-uTKfnnscbx .mbr-text,
.cid-uTKfnnscbx .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uTKfpDDOEE {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #004e29;
}
.cid-uTKfpDDOEE .wrap {
  height: 600px;
}
.cid-uTKfpDDOEE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uTKfpDDOEE .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-uTKfpDDOEE .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-uTKfpDDOEE .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-uTKfpDDOEE .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-uTKfpDDOEE .parallax__image {
  perspective: 700px;
}
.cid-uTKfpDDOEE .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-uTKfpDDOEE .image:hover {
  transform: rotateX(-10deg);
}
.cid-uTKfpDDOEE .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTKfpDDOEE .minwidth {
  background-image: url("../../../assets/images/conference2-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-uTKfpDDOEE .minwidth {
    height: 200px;
  }
}
.cid-uTKfpDDOEE .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-uTKfpDDOEE .push-lg {
    left: 8.33333333%;
  }
  .cid-uTKfpDDOEE .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-uTKfpDDOEE .wrap {
    height: auto;
  }
  .cid-uTKfpDDOEE .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-uTKfpDDOEE .minwidth {
    margin-bottom: 30px;
  }
}
.cid-uTKfpDDOEE .mbr-text,
.cid-uTKfpDDOEE .mbr-section-btn {
  color: #ffffff;
}
.cid-uTKfpDDOEE .mbr-section-title {
  color: #ffffff;
}
.cid-uTKfu1vCK8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004e29;
}
.cid-uTKfu1vCK8 .container > .row {
  background-color: #004e29;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uTKfu1vCK8 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uTKfu1vCK8 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uTKfu1vCK8 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-uTKfu1vCK8 .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-uTKfu1vCK8 .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uTKfu1vCK8 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uTKfu1vCK8 .bot {
    padding-bottom: 20px;
  }
}
.cid-uTKfu1vCK8 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uTKfu1vCK8 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uTKfu1vCK8 .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uTKfu1vCK8 .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uTKfu1vCK8 .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uTKfu1vCK8 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uTKfu1vCK8 .icons__block {
    margin-top: 40px;
  }
}
.cid-uTKfu1vCK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfu1vCK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKucaz2Ix {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/award-logo.png");
}
.cid-uTKucaz2Ix .card-box {
  background-color: #004e29;
  padding: 4rem 4rem;
  margin: 0.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .cid-uTKucaz2Ix .row {
    padding: 0 4rem;
  }
}
.cid-uTKucaz2Ix .container {
  max-width: 1500px;
}
.cid-uTKucaz2Ix .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uTKucaz2Ix .mbr-iconfont {
  font-size: 0rem;
  color: #ffffff;
  padding-bottom: 2rem;
  display: block;
}
.cid-uTKucaz2Ix P {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uTKucaz2Ix .card-box {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uTKucaz2Ix .card-box {
    padding: 2rem 1rem;
  }
}
.cid-uTKucaz2Ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKucaz2Ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKfwjyMrV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #004e29;
}
.cid-uTKfwjyMrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfwjyMrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKfwjyMrV .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTKfwjyMrV .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uTKfwjyMrV .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTKfwjyMrV .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKfwjyMrV .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTKfwjyMrV .mbr-desc,
.cid-uTKfwjyMrV .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTKfwjyMrV .mbr-text,
.cid-uTKfwjyMrV .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uTKfyR65oK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #004e29;
}
.cid-uTKfyR65oK .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uTKfyR65oK .price {
  margin-top: 5px;
}
.cid-uTKfyR65oK .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uTKfyR65oK .mbr-section-btn {
  margin-top: 10px;
}
.cid-uTKfyR65oK .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uTKfyR65oK .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uTKfyR65oK .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uTKfyR65oK .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-uTKfyR65oK .content__block,
  .cid-uTKfyR65oK .price__block {
    margin-bottom: 30px;
  }
}
.cid-uTKfyR65oK .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uTKfyR65oK .mbr-text,
.cid-uTKfyR65oK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTKfyR65oK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTKfD3sdZP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9077-2000x1333.jpg");
}
.cid-uTKfD3sdZP .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTKfD3sdZP .wrap:hover {
  background-color: #004e29;
}
@media (max-width: 767px) {
  .cid-uTKfD3sdZP .wrap {
    padding: 20px;
  }
}
.cid-uTKfD3sdZP .icon__block {
  margin-bottom: 10px;
}
.cid-uTKfD3sdZP .title__text {
  margin-bottom: 15px;
}
.cid-uTKfD3sdZP .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uTKfD3sdZP .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #f67601;
}
.cid-uTKfD3sdZP .count {
  padding: 5px 0;
}
.cid-uTKfD3sdZP .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uTKfD3sdZP .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #f67601;
}
.cid-uTKfD3sdZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfD3sdZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKfD3sdZP .title__text,
.cid-uTKfD3sdZP .icon__block {
  color: #ffffff;
}
.cid-uTKfD3sdZP .items {
  color: #ffffff;
}
.cid-uTKfFEARkO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-1596-2000x1333.jpg");
}
.cid-uTKfFEARkO .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #004e29 !important;
}
.cid-uTKfFEARkO .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uTKfFEARkO .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-uTKfFEARkO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uTKfFEARkO .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-uTKfFEARkO .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uTKfFEARkO .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-uTKfFEARkO .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .subicon-title,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .subicon-text,
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uTKfFEARkO .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uTKfFEARkO .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .subicon-title {
  color: #ffffff;
}
.cid-uTKfFEARkO .main-wrapper .icon-main .process-icon .subicon-text {
  color: #ffffff;
}
.cid-uTKfIh3un3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #004e29;
}
.cid-uTKfIh3un3 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uTKfIh3un3 .price {
  margin-top: 5px;
}
.cid-uTKfIh3un3 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uTKfIh3un3 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uTKfIh3un3 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uTKfIh3un3 .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uTKfIh3un3 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uTKfIh3un3 .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-uTKfIh3un3 .content__block,
  .cid-uTKfIh3un3 .price__block {
    margin-bottom: 30px;
  }
}
.cid-uTKfIh3un3 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uTKfIh3un3 .mbr-text,
.cid-uTKfIh3un3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTKfIh3un3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTKfL7Tdvm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9077-2000x1333.jpg");
}
.cid-uTKfL7Tdvm .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uTKfL7Tdvm .wrap:hover {
  background-color: #004e29;
}
@media (max-width: 767px) {
  .cid-uTKfL7Tdvm .wrap {
    padding: 20px;
  }
}
.cid-uTKfL7Tdvm .icon__block {
  margin-bottom: 10px;
}
.cid-uTKfL7Tdvm .title__text {
  margin-bottom: 15px;
}
.cid-uTKfL7Tdvm .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uTKfL7Tdvm .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #f67601;
}
.cid-uTKfL7Tdvm .count {
  padding: 5px 0;
}
.cid-uTKfL7Tdvm .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uTKfL7Tdvm .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #f67601;
}
.cid-uTKfL7Tdvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfL7Tdvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKfL7Tdvm .title__text,
.cid-uTKfL7Tdvm .icon__block {
  color: #ffffff;
}
.cid-uTKfL7Tdvm .items {
  color: #ffffff;
}
.cid-uTKfNuLPTh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-uTKfNuLPTh .card-box {
  background-color: #004e29;
  padding: 4rem 4rem;
  margin: 0.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .cid-uTKfNuLPTh .row {
    padding: 0 4rem;
  }
}
.cid-uTKfNuLPTh .container {
  max-width: 1500px;
}
.cid-uTKfNuLPTh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uTKfNuLPTh .mbr-iconfont {
  font-size: 0rem;
  color: #ffffff;
  padding-bottom: 2rem;
  display: block;
}
.cid-uTKfNuLPTh P {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uTKfNuLPTh .card-box {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uTKfNuLPTh .card-box {
    padding: 2rem 1rem;
  }
}
.cid-uTKfNuLPTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfNuLPTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKfPdYork {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004e29;
}
.cid-uTKfPdYork .progress {
  width: 100%;
}
.cid-uTKfPdYork p {
  margin-bottom: 0.4rem;
}
.cid-uTKfPdYork .progressbar-title {
  padding-bottom: 1rem;
}
.cid-uTKfPdYork .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uTKfPdYork progress {
  height: 10px;
}
.cid-uTKfPdYork .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-uTKfPdYork .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uTKfPdYork .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uTKfPdYork .progress_value {
  position: relative;
}
.cid-uTKfPdYork .progress1 .progressbar-number:before,
.cid-uTKfPdYork .progress2 .progressbar-number:before,
.cid-uTKfPdYork .progress3 .progressbar-number:before,
.cid-uTKfPdYork .progress4 .progressbar-number:before,
.cid-uTKfPdYork .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uTKfPdYork progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uTKfPdYork progress::-webkit-progress-value {
  background: #f67601;
}
.cid-uTKfPdYork progress[value]::-moz-progress-bar {
  background: #f67601;
}
.cid-uTKfPdYork progress::-ms-fill {
  background: #f67601;
}
.cid-uTKfPdYork .progress1 .progressbar-number:before {
  content: "30";
}
.cid-uTKfPdYork .progress2 .progressbar-number:before {
  content: "50";
}
.cid-uTKfPdYork .progress3 .progressbar-number:before {
  content: "65";
}
.cid-uTKfPdYork .progress4 .progressbar-number:before {
  content: "80";
}
.cid-uTKfPdYork .progress5 .progressbar-number:before {
  content: "90";
}
.cid-uTKfPdYork .section-content-text {
  color: #454545;
}
.cid-uTKfPdYork .progressbar-title p,
.cid-uTKfPdYork .progress_value {
  color: #ffffff;
}
.cid-uTKfPdYork .mbr-section-subtitle {
  color: #454545;
}
.cid-uTKfPdYork .section-content-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTKfPdYork .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfPdYork .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxE2Wzqy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #004e29;
}
.cid-uTKxE2Wzqy .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uTKxE2Wzqy .price {
  margin-top: 5px;
}
.cid-uTKxE2Wzqy .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uTKxE2Wzqy .mbr-section-btn {
  margin-top: 10px;
}
.cid-uTKxE2Wzqy .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uTKxE2Wzqy .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uTKxE2Wzqy .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uTKxE2Wzqy .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-uTKxE2Wzqy .content__block,
  .cid-uTKxE2Wzqy .price__block {
    margin-bottom: 30px;
  }
}
.cid-uTKxE2Wzqy .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uTKxE2Wzqy .mbr-text,
.cid-uTKxE2Wzqy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTKxE2Wzqy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTKxCKAqm9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxCKAqm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxCKAqm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxCKAqm9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxCKAqm9 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxCKAqm9 .container {
    padding: 0 22px;
  }
}
.cid-uTKxCKAqm9 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxCKAqm9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxCKAqm9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxCKAqm9 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxCKAqm9 .mbr-text {
  color: #ffffff;
}
.cid-uTKxdz4s7Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxdz4s7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxdz4s7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxdz4s7Q .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxdz4s7Q .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxdz4s7Q .container {
    padding: 0 22px;
  }
}
.cid-uTKxdz4s7Q .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxdz4s7Q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxdz4s7Q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxdz4s7Q .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxdz4s7Q .mbr-text {
  color: #ffffff;
}
.cid-uTKxgf7zAy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxgf7zAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxgf7zAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxgf7zAy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxgf7zAy .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxgf7zAy .container {
    padding: 0 22px;
  }
}
.cid-uTKxgf7zAy .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxgf7zAy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxgf7zAy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxgf7zAy .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxgf7zAy .mbr-text {
  color: #ffffff;
}
.cid-uTKxoyrrkr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxoyrrkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxoyrrkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxoyrrkr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxoyrrkr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxoyrrkr .container {
    padding: 0 22px;
  }
}
.cid-uTKxoyrrkr .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxoyrrkr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxoyrrkr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxoyrrkr .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxoyrrkr .mbr-text {
  color: #ffffff;
}
.cid-uTKzmZ8HHq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKzmZ8HHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKzmZ8HHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKzmZ8HHq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKzmZ8HHq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKzmZ8HHq .container {
    padding: 0 22px;
  }
}
.cid-uTKzmZ8HHq .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKzmZ8HHq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKzmZ8HHq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKzmZ8HHq .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKzmZ8HHq .mbr-text {
  color: #ffffff;
}
.cid-uTKxptSX3h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxptSX3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxptSX3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxptSX3h .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxptSX3h .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxptSX3h .container {
    padding: 0 22px;
  }
}
.cid-uTKxptSX3h .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxptSX3h .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxptSX3h .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxptSX3h .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxptSX3h .mbr-text {
  color: #ffffff;
}
.cid-uTKxqtFy3D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxqtFy3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxqtFy3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxqtFy3D .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxqtFy3D .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxqtFy3D .container {
    padding: 0 22px;
  }
}
.cid-uTKxqtFy3D .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxqtFy3D .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxqtFy3D .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxqtFy3D .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxqtFy3D .mbr-text {
  color: #ffffff;
}
.cid-uTKxravFYp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxravFYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxravFYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxravFYp .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxravFYp .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxravFYp .container {
    padding: 0 22px;
  }
}
.cid-uTKxravFYp .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxravFYp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxravFYp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxravFYp .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxravFYp .mbr-text {
  color: #ffffff;
}
.cid-uTKxrKF88n {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uTKxrKF88n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKxrKF88n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKxrKF88n .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTKxrKF88n .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uTKxrKF88n .container {
    padding: 0 22px;
  }
}
.cid-uTKxrKF88n .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTKxrKF88n .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKxrKF88n .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTKxrKF88n .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uTKxrKF88n .mbr-text {
  color: #ffffff;
}
.cid-uUvBGqx0nV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #004e29;
}
.cid-uUvBGqx0nV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvBGqx0nV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvBGqx0nV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uUvBGqx0nV .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uUvBGqx0nV .container {
    padding: 0 22px;
  }
}
.cid-uUvBGqx0nV .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUvBGqx0nV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUvBGqx0nV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUvBGqx0nV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uUvBGqx0nV .mbr-text {
  color: #ffffff;
}
.cid-uTKfRm3t0L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #004e29;
}
.cid-uTKfRm3t0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKfRm3t0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKfRm3t0L .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #004e29;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTKfRm3t0L .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uTKfRm3t0L .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTKfRm3t0L .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTKfRm3t0L .content-wrapper .mbr-section-title span {
  color: #004e29;
}
.cid-uTKfRm3t0L .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uTKfRm3t0L .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uTKfRm3t0L .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #004e29;
  height: 100%;
  box-shadow: 1px 0 1px #ffffff;
}
@media (max-width: 992px) {
  .cid-uTKfRm3t0L .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uTKfRm3t0L .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #004e29;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTKfRm3t0L .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-uTKfRm3t0L .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uTKfRm3t0L .mbr-section-title {
  color: #004e29;
  text-align: center;
}
.cid-uTKfRm3t0L .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTKfRm3t0L .item-text {
  color: #004e29;
  text-align: center;
}
.cid-uTKfRm3t0L .item-title,
.cid-uTKfRm3t0L .title-wrap {
  color: #ffffff;
}
.cid-uTKAahJ2wL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #004e29;
}
.cid-uTKAahJ2wL .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uTKAahJ2wL .price {
  margin-top: 5px;
}
.cid-uTKAahJ2wL .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uTKAahJ2wL .mbr-section-btn {
  margin-top: 10px;
}
.cid-uTKAahJ2wL .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uTKAahJ2wL .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uTKAahJ2wL .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uTKAahJ2wL .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-uTKAahJ2wL .content__block,
  .cid-uTKAahJ2wL .price__block {
    margin-bottom: 30px;
  }
}
.cid-uTKAahJ2wL .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uTKAahJ2wL .mbr-text,
.cid-uTKAahJ2wL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTKAahJ2wL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJUq0kp05 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #004e29;
}
.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: #004e29;
}
.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: #f2f1f3;
}
.cid-uOA17I4TMf .item2 {
  color: #000000;
  background-color: #f2f1f3;
}
.cid-uOA17I4TMf .item3 {
  color: #000000;
  background-color: #f2f1f3;
}
.cid-uOA17I4TMf .card__title {
  margin: 0px 0px 10px;
  color: #004e29;
  text-align: left;
}
.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;
  color: #004e29;
}
.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;
  color: #ffffff;
}
.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: #004e29;
}
.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-uOA17I4TMf .card__price DIV {
  text-align: left;
}
.cid-uOA17I4TMf .price__list_check .item P {
  text-align: center;
}
.cid-uOzXQN02w1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #004e29;
}
.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-vjoK8z7B1v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004e29;
  overflow: hidden;
}
.cid-vjoK8z7B1v .row {
  row-gap: 40px;
}
.cid-vjoK8z7B1v .mbr-section-head {
  padding-bottom: 50px;
}
.cid-vjoK8z7B1v .mbr-section-title {
  color: #ffffff;
}
.cid-vjoK8z7B1v .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-vjoK8z7B1v .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vjoK8z7B1v .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-vjoK8z7B1v .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-vjoK8z7B1v .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-vjoK8z7B1v .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #ffffff;
}
.cid-vjoK8z7B1v .item-title {
  color: #303030;
}
.cid-vjoK8z7B1v .mbr-text {
  margin-bottom: 4px;
  color: #004e29;
  text-decoration: underline;
  text-align: center;
}
.cid-vjoK8z7B1v .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-vjoK8z7B1v .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-vjoK8z7B1v .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-vjoK8z7B1v .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-vjoK8z7B1v .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-vjoK8z7B1v .mbr-section-btn {
  margin-top: 10px;
}
.cid-vjoK8z7B1v .item-title,
.cid-vjoK8z7B1v .mbr-section-btn {
  color: #004e29;
  text-align: center;
}
.cid-uLJUwqPjif {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #004e29;
}
.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, 78, 41, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 78, 41, 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, 78, 41, 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;
}
#custom-html-3r .flex-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#custom-html-3r .flex-grid .col {
  flex: 2;
  padding: 20px;
  margin: 1 auto;
}
#custom-html-3r * {
  box-sizing: border-box;
}
.cid-uLJUx1F4ec {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004e29;
}
.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;
}
