.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #148221 !important;
}
.bg-info {
  background-color: #cd3c00 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #123768 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #cd3c00;
  border-color: #cd3c00;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd3c00;
  border-color: #cd3c00;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-info:hover {
  background-color: #9a2d00 !important;
  border-color: #9a2d00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #148221 !important;
  border-color: #148221 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #148221;
  border-color: #148221;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-success:hover {
  background-color: #0d5616 !important;
  border-color: #0d5616 !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: #123768 !important;
  border-color: #123768 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #123768;
  border-color: #123768;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #123768 !important;
  border-color: #123768 !important;
}
.btn-danger:hover {
  background-color: #0a203d !important;
  border-color: #0a203d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cd3c00;
  color: #cd3c00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #cd3c00 !important;
  border-color: #cd3c00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cd3c00;
  color: #cd3c00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #cd3c00 !important;
  border-color: #cd3c00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #148221;
  color: #148221;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #148221 !important;
  border-color: #148221;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !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: #123768;
  color: #123768;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #123768 !important;
  border-color: #123768;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #123768 !important;
  border-color: #123768 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #cd3c00 !important;
}
.text-success {
  color: #148221 !important;
}
.text-info {
  color: #cd3c00 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #123768 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #671e00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062a0b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #671e00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #030911 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #148221;
}
.alert-info {
  background-color: #cd3c00;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #123768;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #36e04a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffb89a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2570d5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #cd3c00 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-to6PmyOA4H {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #f7f5f0;
}
.cid-to6PmyOA4H .nav-item,
.cid-to6PmyOA4H .nav-link,
.cid-to6PmyOA4H .navbar-caption {
  font-weight: normal;
}
.cid-to6PmyOA4H .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar {
    min-height: 120px !important;
  }
  .cid-to6PmyOA4H .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-to6PmyOA4H .btn {
    white-space: nowrap;
  }
  .cid-to6PmyOA4H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-to6PmyOA4H .dropdown-toggle::after,
  .cid-to6PmyOA4H .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-to6PmyOA4H .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #fafafa;
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-to6PmyOA4H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-to6PmyOA4H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-to6PmyOA4H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-to6PmyOA4H .nav-item:focus,
.cid-to6PmyOA4H .nav-link:focus {
  outline: none;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-to6PmyOA4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to6PmyOA4H ul.navbar-nav li {
  margin: auto;
}
.cid-to6PmyOA4H .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f7f5f0;
}
.cid-to6PmyOA4H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f7f5f0 !important;
}
.cid-to6PmyOA4H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-to6PmyOA4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to6PmyOA4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-to6PmyOA4H .navbar {
    padding: 10px 0;
  }
  .cid-to6PmyOA4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to6PmyOA4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to6PmyOA4H .navbar .container-fluid,
  .cid-to6PmyOA4H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to6PmyOA4H .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-to6PmyOA4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to6PmyOA4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-to6PmyOA4H .navbar.navbar-short {
  background: #f7f5f0 !important;
  min-height: 90px;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to6PmyOA4H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to6PmyOA4H .dropdown-item.active,
.cid-to6PmyOA4H .dropdown-item:active {
  background-color: transparent;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-to6PmyOA4H .navbar-buttons {
  text-align: center;
}
.cid-to6PmyOA4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-to6PmyOA4H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-to6PmyOA4H .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to6PmyOA4H .navbar {
    height: 77px;
  }
  .cid-to6PmyOA4H .navbar.opened {
    height: auto;
  }
  .cid-to6PmyOA4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOKYtzSOtl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gettyimages-2000x1301.png");
}
.cid-uOKYtzSOtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYtzSOtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYtzSOtl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOKYtzSOtl .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uOKYtzSOtl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOKYtzSOtl .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOKYtzSOtl .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOKYtzSOtl .header-menu li p {
  margin: 0;
}
.cid-uOKYtzSOtl .mbr-section-title {
  color: #148221;
}
.cid-uOKYtzSOtl .header-menu-item {
  color: #ffffff;
}
.cid-uOKYtzSOtl .mbr-text,
.cid-uOKYtzSOtl .mbr-section-btn {
  color: #1e6498;
  text-align: center;
}
.cid-uOKYtzSOtl .content-head {
  max-width: 800px;
}
.cid-uOKYtzSOtl header-menu-item DIV {
  color: #1e6498;
}
.cid-uNrrqn4fDc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpg");
}
.cid-uNrrqn4fDc .container > .row {
  background-color: #148221;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uNrrqn4fDc .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uNrrqn4fDc .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uNrrqn4fDc .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-uNrrqn4fDc .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-uNrrqn4fDc .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-uNrrqn4fDc .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uNrrqn4fDc .bot {
    padding-bottom: 20px;
  }
}
.cid-uNrrqn4fDc .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uNrrqn4fDc .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uNrrqn4fDc .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uNrrqn4fDc .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uNrrqn4fDc .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uNrrqn4fDc .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uNrrqn4fDc .icons__block {
    margin-top: 40px;
  }
}
.cid-uNrrqn4fDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNrrqn4fDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQa7j9ftma {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-4725-840x560.jpg");
}
.cid-uQa7j9ftma .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-uQa7j9ftma .item-img,
.cid-uQa7j9ftma .img-wrap,
.cid-uQa7j9ftma img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uQa7j9ftma img,
.cid-uQa7j9ftma .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uQa7j9ftma img,
  .cid-uQa7j9ftma .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uQa7j9ftma .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uQa7j9ftma .item:focus,
.cid-uQa7j9ftma span:focus {
  outline: none;
}
.cid-uQa7j9ftma .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uQa7j9ftma .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQa7j9ftma .item {
    margin-bottom: 1rem;
  }
}
.cid-uQa7j9ftma h5 {
  margin: 0;
}
.cid-uQa7j9ftma .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQa7j9ftma .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uQa7j9ftma .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQa7j9ftma .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uQa7j9ftma .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uQa7j9ftma .item-wrapper {
    height: auto;
  }
}
.cid-uQa7j9ftma .mbr-section-title {
  color: #148221;
  text-align: center;
}
.cid-uQa7j9ftma .item-title {
  text-align: center;
  color: #148221;
}
.cid-uQa7j9ftma .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uQa7j9ftma .mbr-text,
.cid-uQa7j9ftma .item .mbr-section-btn {
  text-align: center;
}
.cid-uQa7j9ftma .mbr-section-subtitle,
.cid-uQa7j9ftma .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uQaj3FC5tf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #148221;
}
.cid-uQaj3FC5tf .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #ffffff;
}
.cid-uQaj3FC5tf .mbr-section-title b,
.cid-uQaj3FC5tf .mbr-section-title strong {
  font-weight: 500;
}
.cid-uQaj3FC5tf .mbr-text {
  margin-bottom: 18px;
}
.cid-uQaj3FC5tf .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-uQaj3FC5tf .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-uQaj3FC5tf .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-uQaj3FC5tf .image {
  margin-right: 13px;
  width: 100%;
}
.cid-uQaj3FC5tf .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-uQaj3FC5tf .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uQaj3FC5tf .link a {
  font-weight: 700;
}
.cid-uQaj3FC5tf .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uQaj3FC5tf .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-uQaj3FC5tf .row__image {
    margin-bottom: 9px;
  }
  .cid-uQaj3FC5tf .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-uQaj3FC5tf .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-uQaj3FC5tf .title__block {
    margin-top: 60px;
  }
  .cid-uQaj3FC5tf .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-uQaj3FC5tf .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-uQaj3FC5tf .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-uQaj3FC5tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQaj3FC5tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxd2id9D3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQxd2id9D3 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQxd2id9D3 .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uQxd2id9D3 .title__block {
  padding-bottom: 40px;
}
.cid-uQxd2id9D3 .image {
  width: 100%;
  perspective: 700px;
}
.cid-uQxd2id9D3 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uQxd2id9D3 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uQxd2id9D3 .text__block {
  margin-top: 25px;
}
.cid-uQxd2id9D3 .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uQxd2id9D3 .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uQxd2id9D3 .title__block {
    padding-bottom: 30px;
  }
}
.cid-uQxd2id9D3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxd2id9D3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to7dg6b7Vx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5f0;
}
.cid-to7dg6b7Vx .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .price {
  margin-top: 5px;
}
.cid-to7dg6b7Vx .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-to7dg6b7Vx .mbr-section-btn {
  margin-top: 10px;
}
.cid-to7dg6b7Vx .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-to7dg6b7Vx .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-to7dg6b7Vx .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-to7dg6b7Vx .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-to7dg6b7Vx .content__block,
  .cid-to7dg6b7Vx .price__block {
    margin-bottom: 30px;
  }
}
.cid-to7dg6b7Vx .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .mbr-text,
.cid-to7dg6b7Vx .mbr-section-btn {
  color: #148221;
}
.cid-to7dg6b7Vx .mbr-section-title {
  color: #148221;
}
.cid-uyUcUincdv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-uyUcUincdv .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uyUcUincdv .price {
  margin-top: 5px;
}
.cid-uyUcUincdv .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uyUcUincdv .mbr-section-btn {
  margin-top: 10px;
}
.cid-uyUcUincdv .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uyUcUincdv .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uyUcUincdv .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uyUcUincdv .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-uyUcUincdv .content__block,
  .cid-uyUcUincdv .price__block {
    margin-bottom: 30px;
  }
}
.cid-uyUcUincdv .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uyUcUincdv .mbr-text,
.cid-uyUcUincdv .mbr-section-btn {
  color: #148221;
  text-align: center;
}
.cid-uyUce2otal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyUce2otal .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #148221;
}
.cid-uyUce2otal .wrap_left {
  padding-left: 0;
}
.cid-uyUce2otal .wrap_right {
  padding-right: 0;
}
.cid-uyUce2otal .block__left,
.cid-uyUce2otal .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uyUce2otal .block__left,
  .cid-uyUce2otal .block__right {
    padding: 30px;
  }
}
.cid-uyUce2otal .title__block {
  position: relative;
  z-index: 2;
}
.cid-uyUce2otal .left__image {
  background-image: url("../../../assets/images/eco-275x183.jpg");
}
.cid-uyUce2otal .block__left > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 1;
  z-index: 1;
}
.cid-uyUce2otal .block__right > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 1;
  z-index: 1;
}
.cid-uyUce2otal .right__image {
  background-image: url("../../../assets/images/ab-302x167.jpg");
}
.cid-uyUce2otal .left__image,
.cid-uyUce2otal .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uyUce2otal .container,
  .cid-uyUce2otal .container-fluid,
  .cid-uyUce2otal .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uyUce2otal .wrap_left,
  .cid-uyUce2otal .wrap_right {
    padding: 0;
  }
}
.cid-uyUce2otal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUce2otal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUce2otal .mbr-section-title {
  color: #148221;
}
.cid-uyUcHuFy75 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-uyUcHuFy75 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #148221;
}
.cid-uyUcHuFy75 .wrap_left {
  padding-left: 0;
}
.cid-uyUcHuFy75 .wrap_right {
  padding-right: 0;
}
.cid-uyUcHuFy75 .block__left,
.cid-uyUcHuFy75 .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uyUcHuFy75 .block__left,
  .cid-uyUcHuFy75 .block__right {
    padding: 30px;
  }
}
.cid-uyUcHuFy75 .title__block {
  position: relative;
  z-index: 2;
}
.cid-uyUcHuFy75 .left__image {
  background-image: url("../../../assets/images/tech-459x247.jpg");
}
.cid-uyUcHuFy75 .block__left > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 1;
  z-index: 1;
}
.cid-uyUcHuFy75 .block__right > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 1;
  z-index: 1;
}
.cid-uyUcHuFy75 .right__image {
  background-image: url("../../../assets/images/dev-300x168.jpg");
}
.cid-uyUcHuFy75 .left__image,
.cid-uyUcHuFy75 .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uyUcHuFy75 .container,
  .cid-uyUcHuFy75 .container-fluid,
  .cid-uyUcHuFy75 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uyUcHuFy75 .wrap_left,
  .cid-uyUcHuFy75 .wrap_right {
    padding: 0;
  }
}
.cid-uyUcHuFy75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUcHuFy75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUcHuFy75 .mbr-section-title {
  color: #148221;
}
.cid-uNlUY2f4Pw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNlUY2f4Pw .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #148221;
}
.cid-uNlUY2f4Pw .wrap_left {
  padding-left: 0;
}
.cid-uNlUY2f4Pw .wrap_right {
  padding-right: 0;
}
.cid-uNlUY2f4Pw .block__left,
.cid-uNlUY2f4Pw .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-uNlUY2f4Pw .block__left,
  .cid-uNlUY2f4Pw .block__right {
    padding: 30px;
  }
}
.cid-uNlUY2f4Pw .title__block {
  position: relative;
  z-index: 2;
}
.cid-uNlUY2f4Pw .left__image {
  background-image: url("../../../assets/images/tech-459x247.jpg");
}
.cid-uNlUY2f4Pw .block__left > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 1;
  z-index: 1;
}
.cid-uNlUY2f4Pw .block__right > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 1;
  z-index: 1;
}
.cid-uNlUY2f4Pw .right__image {
  background-image: url("../../../assets/images/dev-300x168.jpg");
}
.cid-uNlUY2f4Pw .left__image,
.cid-uNlUY2f4Pw .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uNlUY2f4Pw .container,
  .cid-uNlUY2f4Pw .container-fluid,
  .cid-uNlUY2f4Pw .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uNlUY2f4Pw .wrap_left,
  .cid-uNlUY2f4Pw .wrap_right {
    padding: 0;
  }
}
.cid-uNlUY2f4Pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlUY2f4Pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlUY2f4Pw .mbr-section-title {
  color: #148221;
}
.cid-uNqJyxiIm9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uNqJyxiIm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqJyxiIm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqJyxiIm9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uNqJyxiIm9 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uNqJyxiIm9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNqJyxiIm9 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.cid-uNqJyxiIm9 .items-wrapper {
  margin: 0;
}
.cid-uNqJyxiIm9 .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uNqJyxiIm9 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uNqJyxiIm9 .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #ffffff;
  }
}
.cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #ffffff;
}
.cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNqJyxiIm9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNqJyxiIm9 .mbr-section-title {
  color: #093388;
}
.cid-uNqJyxiIm9 .item-number {
  color: #f4f4f4;
}
.cid-uNqJyxiIm9 .item-title {
  color: #093388;
}
.cid-uNqJyxiIm9 .item-text {
  color: #58595b;
}
.cid-uNqJyxiIm9 .mbr-section-title,
.cid-uNqJyxiIm9 .title-wrapper {
  color: #ffffff;
}
.cid-uNqJyxiIm9 .item-title,
.cid-uNqJyxiIm9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uNqJyxiIm9 .item-text,
.cid-uNqJyxiIm9 .text-wrapper {
  color: #ffffff;
}
.cid-uNqLbW71jO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-uNqLbW71jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqLbW71jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqLbW71jO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uNqLbW71jO .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uNqLbW71jO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uNqLbW71jO .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #148221;
  margin-bottom: 20px;
}
.cid-uNqLbW71jO .items-wrapper {
  margin: 0;
}
.cid-uNqLbW71jO .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uNqLbW71jO .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uNqLbW71jO .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #148221;
  }
}
.cid-uNqLbW71jO .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #148221;
  border-bottom: 1px solid #148221;
}
@media (max-width: 992px) {
  .cid-uNqLbW71jO .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #ffffff;
}
.cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNqLbW71jO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNqLbW71jO .mbr-section-title {
  color: #093388;
}
.cid-uNqLbW71jO .item-number {
  color: #f4f4f4;
}
.cid-uNqLbW71jO .item-title {
  color: #093388;
}
.cid-uNqLbW71jO .item-text {
  color: #58595b;
}
.cid-uNqLbW71jO .mbr-section-title,
.cid-uNqLbW71jO .title-wrapper {
  color: #148221;
  text-align: center;
}
.cid-uNqLbW71jO .item-title,
.cid-uNqLbW71jO .mbr-section-btn {
  color: #148221;
}
.cid-uNqLbW71jO .item-text,
.cid-uNqLbW71jO .text-wrapper {
  color: #148221;
}
.cid-uzVxnbIsvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-uzVxnbIsvj .content__block {
  padding: 50px 15px;
}
.cid-uzVxnbIsvj .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uzVxnbIsvj .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzVxnbIsvj .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uzVxnbIsvj .image {
  perspective: 3500px;
  position: relative;
}
.cid-uzVxnbIsvj .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(247, 245, 240, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(247, 245, 240, 0.99));
}
.cid-uzVxnbIsvj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uzVxnbIsvj .content__block {
    padding: 30px 15px;
  }
  .cid-uzVxnbIsvj .mbr-figure {
    padding: 0;
  }
  .cid-uzVxnbIsvj .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(247, 245, 240, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uzVxnbIsvj .lg-push {
    right: 1%;
  }
  .cid-uzVxnbIsvj .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uzVxnbIsvj .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-uzVxnbIsvj .lg-push {
    left: 1%;
  }
  .cid-uzVxnbIsvj .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-uzVxnbIsvj .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzVxnbIsvj .mbr-section-title {
  color: #148221;
}
.cid-uzVxnbIsvj .mbr-text,
.cid-uzVxnbIsvj .mbr-section-btn {
  color: #148221;
}
.cid-uOzDZI8PYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOzDZI8PYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzDZI8PYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzDZI8PYt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOzDZI8PYt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOzDZI8PYt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOzDZI8PYt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOzDZI8PYt .container {
    padding: 0 16px;
  }
}
.cid-uOzDZI8PYt .row {
  justify-content: space-between;
}
.cid-uOzDZI8PYt .row:hover,
.cid-uOzDZI8PYt .row:focus {
  cursor: pointer;
}
.cid-uOzDZI8PYt .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOzDZI8PYt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOzDZI8PYt .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOzDZI8PYt .image-wrapper img {
    height: 300px;
  }
}
.cid-uOzDZI8PYt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uOzDZI8PYt .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOzDZI8PYt .mbr-section-title {
  color: #000000;
}
.cid-uOzDZI8PYt .mbr-text {
  color: #148221;
}
.cid-uOzDZI8PYt .mbr-section-title,
.cid-uOzDZI8PYt .mbr-section-btn {
  color: #148221;
}
.cid-uNqQtq70AS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #148221;
}
.cid-uNqQtq70AS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqQtq70AS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqQtq70AS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNqQtq70AS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNqQtq70AS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uNqQtq70AS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNqQtq70AS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uNqQtq70AS .item {
    margin-bottom: 16px;
  }
}
.cid-uNqQtq70AS .item .item-wrapper {
  padding: 32px;
  background-color: #f7f5f0;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uNqQtq70AS .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-uNqQtq70AS .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uNqQtq70AS .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uNqQtq70AS .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uNqQtq70AS .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uNqQtq70AS .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-uNqQtq70AS .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-uNqQtq70AS .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-uNqQtq70AS .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-uNqQtq70AS .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uNqQtq70AS .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uNqQtq70AS .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uNqQtq70AS .main-btn {
    margin-top: 16px;
  }
}
.cid-uNqQtq70AS .btn-wrapper {
  margin-top: -5%;
}
.cid-uNqQtq70AS .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uNqQtq70AS .mbr-section-title,
.cid-uNqQtq70AS .main-btn {
  text-align: center;
}
.cid-uNqQtq70AS .item-title {
  color: #000c3f;
}
.cid-uNqQtq70AS .item-text {
  color: #000c3f;
}
.cid-uNqQtq70AS .item-number {
  color: #000c3f;
}
.cid-uNqU9xlhot {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #148221;
}
.cid-uNqU9xlhot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqU9xlhot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqU9xlhot .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNqU9xlhot .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNqU9xlhot .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uNqU9xlhot .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNqU9xlhot .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uNqU9xlhot .item {
    margin-bottom: 16px;
  }
}
.cid-uNqU9xlhot .item .item-wrapper {
  padding: 32px;
  background-color: #f7f5f0;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uNqU9xlhot .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-uNqU9xlhot .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uNqU9xlhot .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uNqU9xlhot .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uNqU9xlhot .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uNqU9xlhot .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-uNqU9xlhot .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-uNqU9xlhot .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-uNqU9xlhot .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-uNqU9xlhot .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uNqU9xlhot .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uNqU9xlhot .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uNqU9xlhot .main-btn {
    margin-top: 16px;
  }
}
.cid-uNqU9xlhot .btn-wrapper {
  margin-top: -5%;
}
.cid-uNqU9xlhot .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uNqU9xlhot .mbr-section-title,
.cid-uNqU9xlhot .main-btn {
  text-align: center;
}
.cid-uNqU9xlhot .item-title {
  color: #000c3f;
}
.cid-uNqU9xlhot .item-text {
  color: #000c3f;
}
.cid-uNqU9xlhot .item-number {
  color: #000c3f;
}
.cid-uNqCJbX8iX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8be51;
}
.cid-uNqCJbX8iX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqCJbX8iX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqCJbX8iX .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uNqCJbX8iX .card-wrapper {
    display: block;
  }
}
.cid-uNqCJbX8iX .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uNqCJbX8iX .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uNqCJbX8iX .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-uNqCJbX8iX .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #e8be51;
}
@media (max-width: 992px) {
  .cid-uNqCJbX8iX .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uNqCJbX8iX .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uNqCJbX8iX .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNqCJbX8iX .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uNqCJbX8iX .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNqCJbX8iX .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uNqCJbX8iX .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNqCJbX8iX .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNqCJbX8iX .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNqCJbX8iX .mbr-date {
  color: #ffffff;
}
.cid-uNqCJbX8iX .mbr-section-title {
  color: #f4f4f4;
}
.cid-uNqCJbX8iX .mbr-text {
  color: #d7d2d2;
}
.cid-uNqCJbX8iX .mbr-text,
.cid-uNqCJbX8iX .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uNqBXJyU0A {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #148221;
}
.cid-uNqBXJyU0A .wrap {
  height: 500px;
}
.cid-uNqBXJyU0A .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uNqBXJyU0A .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-uNqBXJyU0A .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-uNqBXJyU0A .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-uNqBXJyU0A .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-uNqBXJyU0A .parallax__image {
  perspective: 700px;
}
.cid-uNqBXJyU0A .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-uNqBXJyU0A .image:hover {
  transform: rotateX(-10deg);
}
.cid-uNqBXJyU0A .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNqBXJyU0A .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-uNqBXJyU0A .minwidth {
    height: 200px;
  }
}
.cid-uNqBXJyU0A .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-uNqBXJyU0A .push-lg {
    left: 8.33333333%;
  }
  .cid-uNqBXJyU0A .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-uNqBXJyU0A .wrap {
    height: auto;
  }
  .cid-uNqBXJyU0A .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-uNqBXJyU0A .minwidth {
    margin-bottom: 30px;
  }
}
.cid-uNqBXJyU0A .mbr-text,
.cid-uNqBXJyU0A .mbr-section-btn {
  color: #ffffff;
}
.cid-uNqBXJyU0A .mbr-section-title {
  color: #ffffff;
}
.cid-uNqF3DPibq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8be51;
}
.cid-uNqF3DPibq .container > .row {
  background-color: #148221;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uNqF3DPibq .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uNqF3DPibq .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uNqF3DPibq .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-uNqF3DPibq .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-uNqF3DPibq .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-uNqF3DPibq .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uNqF3DPibq .bot {
    padding-bottom: 20px;
  }
}
.cid-uNqF3DPibq .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uNqF3DPibq .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uNqF3DPibq .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uNqF3DPibq .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uNqF3DPibq .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uNqF3DPibq .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uNqF3DPibq .icons__block {
    margin-top: 40px;
  }
}
.cid-uNqF3DPibq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqF3DPibq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqH8iihCQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uNqH8iihCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqH8iihCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqH8iihCQ .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uNqH8iihCQ .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uNqH8iihCQ .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uNqH8iihCQ .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNqH8iihCQ .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uNqH8iihCQ .mbr-desc,
.cid-uNqH8iihCQ .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uNqH8iihCQ .mbr-text,
.cid-uNqH8iihCQ .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNr6BUvehY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8be51;
}
.cid-uNr6BUvehY .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uNr6BUvehY .price {
  margin-top: 5px;
}
.cid-uNr6BUvehY .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uNr6BUvehY .mbr-section-btn {
  margin-top: 10px;
}
.cid-uNr6BUvehY .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uNr6BUvehY .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uNr6BUvehY .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uNr6BUvehY .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-uNr6BUvehY .content__block,
  .cid-uNr6BUvehY .price__block {
    margin-bottom: 30px;
  }
}
.cid-uNr6BUvehY .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uNr6BUvehY .mbr-text,
.cid-uNr6BUvehY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uNr6BUvehY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNr1e4OOu3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9077-2000x1333.jpg");
}
.cid-uNr1e4OOu3 .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNr1e4OOu3 .wrap:hover {
  background-color: #e8be51;
}
@media (max-width: 767px) {
  .cid-uNr1e4OOu3 .wrap {
    padding: 20px;
  }
}
.cid-uNr1e4OOu3 .icon__block {
  margin-bottom: 10px;
}
.cid-uNr1e4OOu3 .title__text {
  margin-bottom: 15px;
}
.cid-uNr1e4OOu3 .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uNr1e4OOu3 .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uNr1e4OOu3 .count {
  padding: 5px 0;
}
.cid-uNr1e4OOu3 .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uNr1e4OOu3 .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-uNr1e4OOu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNr1e4OOu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNr1e4OOu3 .title__text,
.cid-uNr1e4OOu3 .icon__block {
  color: #ffffff;
}
.cid-uNr1e4OOu3 .items {
  color: #ffffff;
}
.cid-uNr1fqvw5i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-1596-2000x1333.jpg");
}
.cid-uNr1fqvw5i .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-uNr1fqvw5i .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-uNr1fqvw5i .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-uNr1fqvw5i .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #e8be51 !important;
}
.cid-uNr1fqvw5i .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uNr1fqvw5i .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uNr1fqvw5i .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uNr1fqvw5i .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-uNr1fqvw5i .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uNr1fqvw5i .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #ffffff;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #ffffff;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #ffffff;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #ffffff;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .subicon-title,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .main-wrapper .icon-main .process-icon .subicon-text,
.cid-uNr1fqvw5i .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-uNr1fqvw5i .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uNr1fqvw5i .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .subicon-title {
  color: #ffffff;
}
.cid-uNr1fqvw5i .main-wrapper .icon-main .process-icon .subicon-text {
  color: #ffffff;
}
.cid-uNr1ggqLmh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8be51;
}
.cid-uNr1ggqLmh .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uNr1ggqLmh .price {
  margin-top: 5px;
}
.cid-uNr1ggqLmh .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uNr1ggqLmh .mbr-section-btn {
  margin-top: 10px;
}
.cid-uNr1ggqLmh .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uNr1ggqLmh .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uNr1ggqLmh .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uNr1ggqLmh .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-uNr1ggqLmh .content__block,
  .cid-uNr1ggqLmh .price__block {
    margin-bottom: 30px;
  }
}
.cid-uNr1ggqLmh .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uNr1ggqLmh .mbr-text,
.cid-uNr1ggqLmh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uNr1ggqLmh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNr1hpr76i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9077-2000x1333.jpg");
}
.cid-uNr1hpr76i .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNr1hpr76i .wrap:hover {
  background-color: #e8be51;
}
@media (max-width: 767px) {
  .cid-uNr1hpr76i .wrap {
    padding: 20px;
  }
}
.cid-uNr1hpr76i .icon__block {
  margin-bottom: 10px;
}
.cid-uNr1hpr76i .title__text {
  margin-bottom: 15px;
}
.cid-uNr1hpr76i .mbr-text {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uNr1hpr76i .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-uNr1hpr76i .count {
  padding: 5px 0;
}
.cid-uNr1hpr76i .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-uNr1hpr76i .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-uNr1hpr76i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNr1hpr76i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNr1hpr76i .title__text,
.cid-uNr1hpr76i .icon__block {
  color: #ffffff;
}
.cid-uNr1hpr76i .items {
  color: #ffffff;
}
.cid-uNr1ineQCx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-uNr1ineQCx .card-box {
  background-color: #148221;
  padding: 4rem 4rem;
  margin: 0.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .cid-uNr1ineQCx .row {
    padding: 0 4rem;
  }
}
.cid-uNr1ineQCx .container {
  max-width: 1500px;
}
.cid-uNr1ineQCx .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uNr1ineQCx .mbr-iconfont {
  font-size: 0rem;
  color: #ffffff;
  padding-bottom: 2rem;
  display: block;
}
.cid-uNr1ineQCx P {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uNr1ineQCx .card-box {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uNr1ineQCx .card-box {
    padding: 2rem 1rem;
  }
}
.cid-uNr1ineQCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNr1ineQCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNrcePLE30 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #148221;
}
.cid-uNrcePLE30 .progress {
  width: 100%;
}
.cid-uNrcePLE30 p {
  margin-bottom: 0.4rem;
}
.cid-uNrcePLE30 .progressbar-title {
  padding-bottom: 1rem;
}
.cid-uNrcePLE30 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uNrcePLE30 progress {
  height: 10px;
}
.cid-uNrcePLE30 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-uNrcePLE30 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uNrcePLE30 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uNrcePLE30 .progress_value {
  position: relative;
}
.cid-uNrcePLE30 .progress1 .progressbar-number:before,
.cid-uNrcePLE30 .progress2 .progressbar-number:before,
.cid-uNrcePLE30 .progress3 .progressbar-number:before,
.cid-uNrcePLE30 .progress4 .progressbar-number:before,
.cid-uNrcePLE30 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uNrcePLE30 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uNrcePLE30 progress::-webkit-progress-value {
  background: #e8be51;
}
.cid-uNrcePLE30 progress[value]::-moz-progress-bar {
  background: #e8be51;
}
.cid-uNrcePLE30 progress::-ms-fill {
  background: #e8be51;
}
.cid-uNrcePLE30 .progress1 .progressbar-number:before {
  content: "20";
}
.cid-uNrcePLE30 .progress2 .progressbar-number:before {
  content: "45";
}
.cid-uNrcePLE30 .progress3 .progressbar-number:before {
  content: "61";
}
.cid-uNrcePLE30 .progress4 .progressbar-number:before {
  content: "70";
}
.cid-uNrcePLE30 .progress5 .progressbar-number:before {
  content: "90";
}
.cid-uNrcePLE30 .section-content-text {
  color: #454545;
}
.cid-uNrcePLE30 .progressbar-title p,
.cid-uNrcePLE30 .progress_value {
  color: #ffffff;
}
.cid-uNrcePLE30 .mbr-section-subtitle {
  color: #454545;
}
.cid-uNrcePLE30 .section-content-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNrcePLE30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNrcePLE30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNr1j8F8eC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e8be51;
}
.cid-uNr1j8F8eC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNr1j8F8eC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNr1j8F8eC .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffffff;
  background-color: #148221;
}
@media (max-width: 992px) {
  .cid-uNr1j8F8eC .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uNr1j8F8eC .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uNr1j8F8eC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNr1j8F8eC .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uNr1j8F8eC .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uNr1j8F8eC .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uNr1j8F8eC .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffffff;
  height: 100%;
  box-shadow: 1px 0 1px #ffffff;
}
@media (max-width: 992px) {
  .cid-uNr1j8F8eC .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uNr1j8F8eC .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #e8be51;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNr1j8F8eC .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-uNr1j8F8eC .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNr1j8F8eC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNr1j8F8eC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNr1j8F8eC .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNr1j8F8eC .item-title,
.cid-uNr1j8F8eC .title-wrap {
  color: #ffffff;
}
.cid-uNrlcTQvtM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-uNrlcTQvtM .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uNrlcTQvtM .price {
  margin-top: 5px;
}
.cid-uNrlcTQvtM .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uNrlcTQvtM .mbr-section-btn {
  margin-top: 10px;
}
.cid-uNrlcTQvtM .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uNrlcTQvtM .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uNrlcTQvtM .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uNrlcTQvtM .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-uNrlcTQvtM .content__block,
  .cid-uNrlcTQvtM .price__block {
    margin-bottom: 30px;
  }
}
.cid-uNrlcTQvtM .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uNrlcTQvtM .mbr-text,
.cid-uNrlcTQvtM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uNrlcTQvtM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNrldXt3tE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uNrldXt3tE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uNrldXt3tE .panel-title {
  display: flex;
  align-items: center;
}
.cid-uNrldXt3tE .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #ffda00;
}
.cid-uNrldXt3tE .panel-body,
.cid-uNrldXt3tE .card-header {
  padding: 1rem 0;
}
.cid-uNrldXt3tE .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uNrldXt3tE .panel-title-edit {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uNrldXt3tE .panel-text {
  max-width: 466px;
  color: #ffffff;
  text-align: left;
}
.cid-uNrldXt3tE .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uNrldXt3tE .section-head {
  margin-bottom: 56px;
}
.cid-uNrldXt3tE .card {
  margin-bottom: 32px;
}
.cid-uNrldXt3tE H3 {
  color: #ffda00;
}
@media (max-width: 768px) {
  .cid-uNrldXt3tE .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uNrldXt3tE .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uNrncYQVF4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-uNrncYQVF4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uNrncYQVF4 .panel-title {
  display: flex;
  align-items: center;
}
.cid-uNrncYQVF4 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #ffda00;
}
.cid-uNrncYQVF4 .panel-body,
.cid-uNrncYQVF4 .card-header {
  padding: 1rem 0;
}
.cid-uNrncYQVF4 .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uNrncYQVF4 .panel-title-edit {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uNrncYQVF4 .panel-text {
  max-width: 466px;
  color: #ffffff;
  text-align: left;
}
.cid-uNrncYQVF4 .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uNrncYQVF4 .section-head {
  margin-bottom: 56px;
}
.cid-uNrncYQVF4 .card {
  margin-bottom: 32px;
}
.cid-uNrncYQVF4 H3 {
  color: #ffda00;
}
@media (max-width: 768px) {
  .cid-uNrncYQVF4 .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uNrncYQVF4 .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uNronAFmAd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uNronAFmAd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uNronAFmAd .panel-title {
  display: flex;
  align-items: center;
}
.cid-uNronAFmAd .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #ffda00;
}
.cid-uNronAFmAd .panel-body,
.cid-uNronAFmAd .card-header {
  padding: 1rem 0;
}
.cid-uNronAFmAd .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uNronAFmAd .panel-title-edit {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uNronAFmAd .panel-text {
  max-width: 466px;
  color: #ffffff;
  text-align: left;
}
.cid-uNronAFmAd .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uNronAFmAd .section-head {
  margin-bottom: 56px;
}
.cid-uNronAFmAd .card {
  margin-bottom: 32px;
}
.cid-uNronAFmAd H3 {
  color: #ffda00;
}
@media (max-width: 768px) {
  .cid-uNronAFmAd .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uNronAFmAd .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uKH4LXYZvG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uKH4LXYZvG .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uKH4LXYZvG .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uKH4LXYZvG .mbr-text {
  margin: 10px 0;
}
.cid-uKH4LXYZvG .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uKH4LXYZvG .btn-primary:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
@media (max-width: 767px) {
  .cid-uKH4LXYZvG .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uKH4LXYZvG .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-uKH4LXYZvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKH4LXYZvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm4JtMD38 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #148221;
}
.cid-uNm4JtMD38 .item__head {
  width: 100%;
}
.cid-uNm4JtMD38 .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-uNm4JtMD38 .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uNm4JtMD38 .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-uNm4JtMD38 .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-uNm4JtMD38 .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-uNm4JtMD38 .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-uNm4JtMD38 .bot__descr {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNm4JtMD38 .content__block {
    margin-bottom: 50px;
  }
}
.cid-uNm4JtMD38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm4JtMD38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGQufU8We {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-uKGQufU8We .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGQufU8We .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGQufU8We .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGQufU8We .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGQufU8We .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGQufU8We .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGQufU8We .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGQufU8We .mbr-section-title {
  color: #000000;
}
.cid-uKGQufU8We .mbr-desc {
  color: #148221;
}
.cid-uKGQufU8We .mbr-text {
  color: #000000;
}
.cid-uKGQufU8We .mbr-text,
.cid-uKGQufU8We .text-wrapper {
  color: #148221;
}
.cid-uKGQufU8We .mbr-section-title,
.cid-uKGQufU8We .mbr-section-btn {
  color: #148221;
  text-align: left;
}
.cid-uKGPIgol0E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uKGPIgol0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGPIgol0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGPIgol0E .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGPIgol0E .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGPIgol0E .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGPIgol0E .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGPIgol0E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGPIgol0E .mbr-section-title {
  color: #000000;
}
.cid-uKGPIgol0E .mbr-desc {
  color: #ffffff;
}
.cid-uKGPIgol0E .mbr-text {
  color: #000000;
}
.cid-uKGPIgol0E .mbr-text,
.cid-uKGPIgol0E .text-wrapper {
  color: #ffffff;
}
.cid-uKGPIgol0E .mbr-section-title,
.cid-uKGPIgol0E .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uKGS95G6Dw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uKGS95G6Dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGS95G6Dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGS95G6Dw .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGS95G6Dw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGS95G6Dw .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGS95G6Dw .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGS95G6Dw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGS95G6Dw .mbr-section-title {
  color: #000000;
}
.cid-uKGS95G6Dw .mbr-desc {
  color: #ffffff;
}
.cid-uKGS95G6Dw .mbr-text {
  color: #000000;
}
.cid-uKGS95G6Dw .mbr-text,
.cid-uKGS95G6Dw .text-wrapper {
  color: #ffffff;
}
.cid-uKGS95G6Dw .mbr-section-title,
.cid-uKGS95G6Dw .mbr-section-btn {
  color: #ffffff;
}
.cid-uNm0mUuUgJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uNm0mUuUgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm0mUuUgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm0mUuUgJ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uNm0mUuUgJ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNm0mUuUgJ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNm0mUuUgJ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uNm0mUuUgJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNm0mUuUgJ .mbr-section-title {
  color: #000000;
}
.cid-uNm0mUuUgJ .mbr-desc {
  color: #ffffff;
}
.cid-uNm0mUuUgJ .mbr-text {
  color: #000000;
}
.cid-uNm0mUuUgJ .mbr-text,
.cid-uNm0mUuUgJ .text-wrapper {
  color: #ffffff;
}
.cid-uNm0mUuUgJ .mbr-section-title,
.cid-uNm0mUuUgJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uKGTGpUG5l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uKGTGpUG5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGTGpUG5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGTGpUG5l .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGTGpUG5l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGTGpUG5l .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGTGpUG5l .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGTGpUG5l .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGTGpUG5l .mbr-section-title {
  color: #000000;
}
.cid-uKGTGpUG5l .mbr-desc {
  color: #123768;
}
.cid-uKGTGpUG5l .mbr-text {
  color: #000000;
}
.cid-uKGTGpUG5l .mbr-text,
.cid-uKGTGpUG5l .text-wrapper {
  color: #ffffff;
}
.cid-uKGTGpUG5l .mbr-section-title,
.cid-uKGTGpUG5l .mbr-section-btn {
  color: #ffffff;
}
.cid-uNm1yCgonX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uNm1yCgonX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm1yCgonX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm1yCgonX .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uNm1yCgonX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNm1yCgonX .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNm1yCgonX .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uNm1yCgonX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNm1yCgonX .mbr-section-title {
  color: #000000;
}
.cid-uNm1yCgonX .mbr-desc {
  color: #ffffff;
}
.cid-uNm1yCgonX .mbr-text {
  color: #000000;
}
.cid-uNm1yCgonX .mbr-text,
.cid-uNm1yCgonX .text-wrapper {
  color: #ffffff;
}
.cid-uNm1yCgonX .mbr-section-title,
.cid-uNm1yCgonX .mbr-section-btn {
  color: #ffffff;
}
.cid-uOzt9lqMjZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uOzt9lqMjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzt9lqMjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzt9lqMjZ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uOzt9lqMjZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOzt9lqMjZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOzt9lqMjZ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uOzt9lqMjZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOzt9lqMjZ .mbr-section-title {
  color: #000000;
}
.cid-uOzt9lqMjZ .mbr-desc {
  color: #123768;
}
.cid-uOzt9lqMjZ .mbr-text {
  color: #000000;
}
.cid-uOzt9lqMjZ .mbr-text,
.cid-uOzt9lqMjZ .text-wrapper {
  color: #ffffff;
}
.cid-uOzt9lqMjZ .mbr-section-title,
.cid-uOzt9lqMjZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNm1ZrZ0sE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uNm1ZrZ0sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm1ZrZ0sE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm1ZrZ0sE .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uNm1ZrZ0sE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNm1ZrZ0sE .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNm1ZrZ0sE .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uNm1ZrZ0sE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNm1ZrZ0sE .mbr-section-title {
  color: #000000;
}
.cid-uNm1ZrZ0sE .mbr-desc {
  color: #123768;
}
.cid-uNm1ZrZ0sE .mbr-text {
  color: #000000;
}
.cid-uNm1ZrZ0sE .mbr-text,
.cid-uNm1ZrZ0sE .text-wrapper {
  color: #ffffff;
}
.cid-uNm1ZrZ0sE .mbr-section-title,
.cid-uNm1ZrZ0sE .mbr-section-btn {
  color: #ffffff;
}
.cid-uOzqRt8qQZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-uOzqRt8qQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzqRt8qQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzqRt8qQZ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uOzqRt8qQZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOzqRt8qQZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOzqRt8qQZ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uOzqRt8qQZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOzqRt8qQZ .mbr-section-title {
  color: #000000;
}
.cid-uOzqRt8qQZ .mbr-desc {
  color: #123768;
}
.cid-uOzqRt8qQZ .mbr-text {
  color: #000000;
}
.cid-uOzqRt8qQZ .mbr-text,
.cid-uOzqRt8qQZ .text-wrapper {
  color: #ffffff;
}
.cid-uOzqRt8qQZ .mbr-section-title,
.cid-uOzqRt8qQZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uKGVtqLZSU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-uKGVtqLZSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGVtqLZSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGVtqLZSU .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGVtqLZSU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGVtqLZSU .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGVtqLZSU .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGVtqLZSU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGVtqLZSU .mbr-section-title {
  color: #000000;
}
.cid-uKGVtqLZSU .mbr-desc {
  color: #ffffff;
}
.cid-uKGVtqLZSU .mbr-text {
  color: #000000;
}
.cid-uKGVtqLZSU .mbr-text,
.cid-uKGVtqLZSU .text-wrapper {
  color: #fafafa;
}
.cid-uKGVtqLZSU .mbr-section-title,
.cid-uKGVtqLZSU .mbr-section-btn {
  color: #ffffff;
}
.cid-tIRkz3xAG4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-6579-2000x1325.jpg");
}
.cid-tIRkz3xAG4 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tIRkz3xAG4 .price {
  margin-top: 5px;
}
.cid-tIRkz3xAG4 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tIRkz3xAG4 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tIRkz3xAG4 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tIRkz3xAG4 .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-tIRkz3xAG4 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tIRkz3xAG4 .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-tIRkz3xAG4 .content__block,
  .cid-tIRkz3xAG4 .price__block {
    margin-bottom: 30px;
  }
}
.cid-tIRkz3xAG4 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tIRkz3xAG4 .mbr-text,
.cid-tIRkz3xAG4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIRkz3xAG4 .mbr-section-title {
  color: #ffffff;
}
.cid-tIRkpYMLey {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-tIRkpYMLey .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
  color: #148221;
}
.cid-tIRkpYMLey .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIRkpYMLey .block__left,
.cid-tIRkpYMLey .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-tIRkpYMLey .block__left,
  .cid-tIRkpYMLey .block__right {
    padding: 30px;
  }
}
.cid-tIRkpYMLey .title__block {
  position: relative;
  z-index: 2;
}
.cid-tIRkpYMLey .left__image {
  background-image: url("../../../assets/images/dsc-5912-2000x1325.jpg");
}
.cid-tIRkpYMLey .block__left > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 0.8;
  z-index: 1;
}
.cid-tIRkpYMLey .block__right > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 0.8;
  z-index: 1;
}
.cid-tIRkpYMLey .right__image {
  background-image: url("../../../assets/images/dsc-5921-2000x1325.jpg");
}
.cid-tIRkpYMLey .left__image,
.cid-tIRkpYMLey .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-tIRkpYMLey .container,
  .cid-tIRkpYMLey .container-fluid,
  .cid-tIRkpYMLey .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-tIRkpYMLey .wrap_left,
  .cid-tIRkpYMLey .wrap_right {
    padding: 0;
  }
}
.cid-tIRkpYMLey .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIRkpYMLey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIRkpYMLey .mbr-section-title {
  text-align: center;
  color: #148221;
}
.cid-tIRkpYMLey .mbr-text,
.cid-tIRkpYMLey .mbr-section-btn {
  text-align: center;
  color: #148221;
}
.cid-tIRm6rOwuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-tIRm6rOwuj .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}
.cid-tIRm6rOwuj .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIRm6rOwuj .block__left,
.cid-tIRm6rOwuj .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-tIRm6rOwuj .block__left,
  .cid-tIRm6rOwuj .block__right {
    padding: 30px;
  }
}
.cid-tIRm6rOwuj .title__block {
  position: relative;
  z-index: 2;
}
.cid-tIRm6rOwuj .left__image {
  background-image: url("../../../assets/images/dsc-5775-2000x1325.jpg");
}
.cid-tIRm6rOwuj .block__left > .mbr-overlay {
  background-color: #148221;
  opacity: 0.8;
  z-index: 1;
}
.cid-tIRm6rOwuj .block__right > .mbr-overlay {
  background-color: #148221;
  opacity: 0.8;
  z-index: 1;
}
.cid-tIRm6rOwuj .right__image {
  background-image: url("../../../assets/images/dsc-5774-2000x1325.jpg");
}
.cid-tIRm6rOwuj .left__image,
.cid-tIRm6rOwuj .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-tIRm6rOwuj .container,
  .cid-tIRm6rOwuj .container-fluid,
  .cid-tIRm6rOwuj .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-tIRm6rOwuj .wrap_left,
  .cid-tIRm6rOwuj .wrap_right {
    padding: 0;
  }
}
.cid-tIRm6rOwuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIRm6rOwuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIRm6rOwuj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIRm6rOwuj .mbr-text,
.cid-tIRm6rOwuj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIRmtJX1Ra {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-tIRmtJX1Ra .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
  color: #148221;
}
.cid-tIRmtJX1Ra .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIRmtJX1Ra .block__left,
.cid-tIRmtJX1Ra .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-tIRmtJX1Ra .block__left,
  .cid-tIRmtJX1Ra .block__right {
    padding: 30px;
  }
}
.cid-tIRmtJX1Ra .title__block {
  position: relative;
  z-index: 2;
}
.cid-tIRmtJX1Ra .left__image {
  background-image: url("../../../assets/images/dsc-6449-2000x1325.jpg");
}
.cid-tIRmtJX1Ra .block__left > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 0.8;
  z-index: 1;
}
.cid-tIRmtJX1Ra .block__right > .mbr-overlay {
  background-color: #f7f5f0;
  opacity: 0.8;
  z-index: 1;
}
.cid-tIRmtJX1Ra .right__image {
  background-image: url("../../../assets/images/dsc-6276-2000x1325.jpg");
}
.cid-tIRmtJX1Ra .left__image,
.cid-tIRmtJX1Ra .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-tIRmtJX1Ra .container,
  .cid-tIRmtJX1Ra .container-fluid,
  .cid-tIRmtJX1Ra .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-tIRmtJX1Ra .wrap_left,
  .cid-tIRmtJX1Ra .wrap_right {
    padding: 0;
  }
}
.cid-tIRmtJX1Ra .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIRmtJX1Ra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIRmtJX1Ra .mbr-section-title {
  text-align: center;
  color: #148221;
}
.cid-tIRmtJX1Ra .mbr-text,
.cid-tIRmtJX1Ra .mbr-section-btn {
  text-align: center;
  color: #148221;
}
.cid-tIRmM02yvt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-6718-2000x1325.jpg");
}
.cid-tIRmM02yvt .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tIRmM02yvt .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tIRmM02yvt .title__block {
  padding-bottom: 40px;
}
.cid-tIRmM02yvt .image {
  width: 100%;
  perspective: 700px;
}
.cid-tIRmM02yvt .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tIRmM02yvt .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tIRmM02yvt .text__block {
  margin-top: 25px;
}
.cid-tIRmM02yvt .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.cid-tIRmM02yvt .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tIRmM02yvt .title__block {
    padding-bottom: 30px;
  }
}
.cid-tIRmM02yvt .card__title DIV {
  text-align: center;
}
.cid-tIRmM02yvt .card__title {
  text-align: left;
  color: #ffffff;
}
.cid-tIRmM02yvt .mbr-section-title {
  color: #ffffff;
}
.cid-toiyDVdozs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-toiyDVdozs .title__block {
  padding: 30px 15px;
}
.cid-toiyDVdozs .mbr-text {
  margin-bottom: 30px;
}
.cid-toiyDVdozs .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-toiyDVdozs .divider {
  background-color: #148221;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-toiyDVdozs .bottom__text {
  margin: 10px 0;
  color: #148221;
}
.cid-toiyDVdozs .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-toiyDVdozs .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-toiyDVdozs .btn {
  margin-top: 0;
}
.cid-toiyDVdozs .btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-toiyDVdozs img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-toiyDVdozs .image {
    margin-bottom: 10px;
  }
  .cid-toiyDVdozs .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-toiyDVdozs .mbr-text,
.cid-toiyDVdozs .mbr-section-btn {
  color: #148221;
}
.cid-toiyDVdozs .mbr-section-title {
  color: #148221;
}
.cid-toiyH7ML8D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-toiyH7ML8D .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-toiyH7ML8D .price {
  margin-top: 5px;
}
.cid-toiyH7ML8D .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-toiyH7ML8D .mbr-section-btn {
  margin-top: 10px;
}
.cid-toiyH7ML8D .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-toiyH7ML8D .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-toiyH7ML8D .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-toiyH7ML8D .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-toiyH7ML8D .content__block,
  .cid-toiyH7ML8D .price__block {
    margin-bottom: 30px;
  }
}
.cid-toiyH7ML8D .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-toiyH7ML8D .mbr-text,
.cid-toiyH7ML8D .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-toiyH7ML8D .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-totmaVoNhi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-totmaVoNhi .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-totmaVoNhi .price {
  margin-top: 5px;
}
.cid-totmaVoNhi .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-totmaVoNhi .mbr-section-btn {
  margin-top: 10px;
}
.cid-totmaVoNhi .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-totmaVoNhi .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-totmaVoNhi .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-totmaVoNhi .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-totmaVoNhi .content__block,
  .cid-totmaVoNhi .price__block {
    margin-bottom: 30px;
  }
}
.cid-totmaVoNhi .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-totmaVoNhi .mbr-text,
.cid-totmaVoNhi .mbr-section-btn {
  color: #148221;
  text-align: center;
}
.cid-totmaVoNhi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzcTxXcHLq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #148221;
}
.cid-uzcTxXcHLq .item__head {
  width: 100%;
}
.cid-uzcTxXcHLq .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-uzcTxXcHLq .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uzcTxXcHLq .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-uzcTxXcHLq .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-uzcTxXcHLq .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcTxXcHLq .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-uzcTxXcHLq .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-uzcTxXcHLq .content__block {
    margin-bottom: 50px;
  }
}
.cid-uzcTxXcHLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcTxXcHLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA7pWAgyX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-uOA7pWAgyX .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #148221;
}
.cid-uOA7pWAgyX .wrap {
  margin-top: 20px;
}
.cid-uOA7pWAgyX .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-uOA7pWAgyX .wrap__card {
    padding: 20px;
  }
}
.cid-uOA7pWAgyX .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-uOA7pWAgyX .item2 {
  color: #000000;
  background-color: #ffffff;
}
.cid-uOA7pWAgyX .item3 {
  color: #000000;
  background-color: #ffffff;
}
.cid-uOA7pWAgyX .card__title {
  margin: 0px 0px 10px;
  color: #148221;
}
.cid-uOA7pWAgyX .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-uOA7pWAgyX .mbr-text,
.cid-uOA7pWAgyX .mbr-section-btn,
.cid-uOA7pWAgyX .price__list_check {
  margin-top: 25px;
}
.cid-uOA7pWAgyX .mbr-text,
.cid-uOA7pWAgyX .card__time {
  margin-bottom: 0;
}
.cid-uOA7pWAgyX .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uOA7pWAgyX .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
  color: #148221;
}
.cid-uOA7pWAgyX .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-uOA7pWAgyX .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-uOA7pWAgyX .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-uOA7pWAgyX .footnote {
  margin: 20px 0 10px;
  color: #148221;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOA7pWAgyX .footnote {
    margin-bottom: 30px;
  }
}
.cid-uOA7pWAgyX .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-uOA7pWAgyX .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-uOA7pWAgyX .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-uOA7pWAgyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA7pWAgyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA7pWAgyX .card__price {
  color: #148221;
}
.cid-uOA7pWAgyX .mbr-text,
.cid-uOA7pWAgyX .mbr-section-btn,
.cid-uOA7pWAgyX .price__list_check,
.cid-uOA7pWAgyX .price__list_close,
.cid-uOA7pWAgyX .time__block {
  color: #000000;
}
.cid-uOA7pWAgyX .mbr-section-title {
  color: #148221;
}
.cid-uDZFVMIR4X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #148221;
}
.cid-uDZFVMIR4X .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uDZFVMIR4X .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uDZFVMIR4X .mbr-text {
  margin: 10px 0;
  color: #ffffff;
}
.cid-uDZFVMIR4X .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uDZFVMIR4X .btn-primary:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
@media (max-width: 767px) {
  .cid-uDZFVMIR4X .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uDZFVMIR4X .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-uDZFVMIR4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZFVMIR4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5v7pPZQy0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #148221;
}
.cid-u5v7pPZQy0 .item-img,
.cid-u5v7pPZQy0 .img-wrap,
.cid-u5v7pPZQy0 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u5v7pPZQy0 img,
.cid-u5v7pPZQy0 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u5v7pPZQy0 img,
  .cid-u5v7pPZQy0 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u5v7pPZQy0 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u5v7pPZQy0 .item:focus,
.cid-u5v7pPZQy0 span:focus {
  outline: none;
}
.cid-u5v7pPZQy0 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u5v7pPZQy0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5v7pPZQy0 .item {
    margin-bottom: 1rem;
  }
}
.cid-u5v7pPZQy0 h5 {
  margin: 0;
}
.cid-u5v7pPZQy0 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u5v7pPZQy0 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u5v7pPZQy0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u5v7pPZQy0 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u5v7pPZQy0 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u5v7pPZQy0 .item-wrapper {
    height: auto;
  }
}
.cid-u5v7pPZQy0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5v7pPZQy0 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u5v7pPZQy0 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u5v7pPZQy0 .mbr-text,
.cid-u5v7pPZQy0 .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u5v7pPZQy0 .mbr-section-subtitle,
.cid-u5v7pPZQy0 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-totyvCt33Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #148221;
}
.cid-totyvCt33Y .content__block {
  padding: 50px 15px;
}
.cid-totyvCt33Y .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-totyvCt33Y .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-totyvCt33Y .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-totyvCt33Y .image {
  perspective: 3500px;
  position: relative;
}
.cid-totyvCt33Y .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(20, 130, 33, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(20, 130, 33, 0.99));
}
.cid-totyvCt33Y .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-totyvCt33Y .content__block {
    padding: 30px 15px;
  }
  .cid-totyvCt33Y .mbr-figure {
    padding: 0;
  }
  .cid-totyvCt33Y .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(20, 130, 33, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-totyvCt33Y .lg-push {
    right: 1%;
  }
  .cid-totyvCt33Y .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-totyvCt33Y .lg-push {
    left: 1%;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-totyvCt33Y .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-totyvCt33Y .mbr-text,
.cid-totyvCt33Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOAapWYPW6 {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/conference-logos.jpg");
}
.cid-uOAapWYPW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAapWYPW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOAapWYPW6 .container {
    padding: 0 30px;
  }
}
.cid-uOAapWYPW6 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uOAapWYPW6 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uOAapWYPW6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uOAapWYPW6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOAapWYPW6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOAapWYPW6 .mbr-section-title {
  color: #ffffff;
}
.cid-uOAapWYPW6 .mbr-text,
.cid-uOAapWYPW6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOAapWYPW6 .mbr-section-title,
.cid-uOAapWYPW6 .mbr-section-btn {
  text-align: center;
}
.cid-uOAari4DQ1 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uOAari4DQ1 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uOAari4DQ1 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uOAari4DQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAari4DQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAari4DQ1 H1 {
  text-align: left;
  color: #000000;
}
.cid-uNrvSYXylB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-uNrvSYXylB .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uNrvSYXylB .price {
  margin-top: 5px;
}
.cid-uNrvSYXylB .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uNrvSYXylB .mbr-section-btn {
  margin-top: 10px;
}
.cid-uNrvSYXylB .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uNrvSYXylB .btn-md:hover {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.cid-uNrvSYXylB .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uNrvSYXylB .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-uNrvSYXylB .content__block,
  .cid-uNrvSYXylB .price__block {
    margin-bottom: 30px;
  }
}
.cid-uNrvSYXylB .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uNrvSYXylB .mbr-text,
.cid-uNrvSYXylB .mbr-section-btn {
  color: #148221;
  text-align: center;
}
.cid-uNrvSYXylB .mbr-section-title {
  text-align: center;
  color: #148221;
}
.cid-uNrxK17Xn7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5f0;
}
.cid-uNrxK17Xn7 .item__head,
.cid-uNrxK17Xn7 .item__text,
.cid-uNrxK17Xn7 .img__text {
  margin-bottom: 0;
}
.cid-uNrxK17Xn7 .item__text,
.cid-uNrxK17Xn7 .img__text {
  margin-top: 15px;
  line-height: 1.35;
}
@media (min-width: 992px) {
  .cid-uNrxK17Xn7 .content__block {
    margin-top: 15px;
  }
}
.cid-uNrxK17Xn7 .image img {
  width: 50px;
  max-height: 52px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uNrxK17Xn7 .content__block {
    margin-bottom: 30px;
  }
}
.cid-uNrxK17Xn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNrxK17Xn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNrxK17Xn7 .img__text,
.cid-uNrxK17Xn7 .image {
  color: #148221;
}
.cid-uNrxK17Xn7 .item__text {
  color: #148221;
}
.cid-uNrxK17Xn7 .item__head {
  color: #148221;
}
.cid-uNrvq0Lqfb .push__top {
  padding-top: 80px;
}
.cid-uNrvq0Lqfb .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
}
.cid-uNrvq0Lqfb .title__block {
  width: 70%;
}
.cid-uNrvq0Lqfb .mbr-section-subtitle,
.cid-uNrvq0Lqfb .bottom__about__text,
.cid-uNrvq0Lqfb .bottom__subtitle {
  line-height: 25px;
}
.cid-uNrvq0Lqfb .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uNrvq0Lqfb .mbr-section-title {
  line-height: 57px;
}
.cid-uNrvq0Lqfb .widget__number {
  margin-bottom: 8px;
}
.cid-uNrvq0Lqfb .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uNrvq0Lqfb .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uNrvq0Lqfb .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uNrvq0Lqfb .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uNrvq0Lqfb .bottom__about {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uNrvq0Lqfb .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uNrvq0Lqfb .date__block {
    margin-top: 50px;
  }
  .cid-uNrvq0Lqfb .mbr-section-title {
    line-height: 1;
  }
  .cid-uNrvq0Lqfb .push__top {
    padding-top: 30px;
  }
  .cid-uNrvq0Lqfb .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uNrvq0Lqfb .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uNrvq0Lqfb .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uNrvq0Lqfb .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uNrvq0Lqfb .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uNrvq0Lqfb .title__block {
    width: 100%;
  }
  .cid-uNrvq0Lqfb .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uNrvq0Lqfb .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uNrvq0Lqfb .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uNrvq0Lqfb .divider {
    margin-bottom: 10px;
  }
  .cid-uNrvq0Lqfb a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uNrvq0Lqfb .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uNrvq0Lqfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNrvq0Lqfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/conference1.jpg");
}
.cid-uPNhob5wrH .push__top {
  padding-top: 80px;
}
.cid-uPNhob5wrH .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
}
.cid-uPNhob5wrH .title__block {
  width: 70%;
}
.cid-uPNhob5wrH .mbr-section-subtitle,
.cid-uPNhob5wrH .bottom__about__text,
.cid-uPNhob5wrH .bottom__subtitle {
  line-height: 25px;
}
.cid-uPNhob5wrH .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPNhob5wrH .mbr-section-title {
  line-height: 57px;
}
.cid-uPNhob5wrH .widget__number {
  margin-bottom: 8px;
}
.cid-uPNhob5wrH .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uPNhob5wrH .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uPNhob5wrH .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uPNhob5wrH .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uPNhob5wrH .bottom__about {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-uPNhob5wrH .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uPNhob5wrH .date__block {
    margin-top: 50px;
  }
  .cid-uPNhob5wrH .mbr-section-title {
    line-height: 1;
  }
  .cid-uPNhob5wrH .push__top {
    padding-top: 30px;
  }
  .cid-uPNhob5wrH .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uPNhob5wrH .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uPNhob5wrH .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uPNhob5wrH .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uPNhob5wrH .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uPNhob5wrH .title__block {
    width: 100%;
  }
  .cid-uPNhob5wrH .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uPNhob5wrH .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uPNhob5wrH .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uPNhob5wrH .divider {
    margin-bottom: 10px;
  }
  .cid-uPNhob5wrH a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uPNhob5wrH .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uPNhob5wrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNhob5wrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/conference1.jpg");
}
.cid-uNrvuB1Ndt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uNrvuB1Ndt .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNrvuB1Ndt .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uNrvuB1Ndt .title__block {
  padding-bottom: 40px;
}
.cid-uNrvuB1Ndt .image {
  width: 100%;
  perspective: 700px;
}
.cid-uNrvuB1Ndt .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uNrvuB1Ndt .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uNrvuB1Ndt .text__block {
  margin-top: 25px;
}
.cid-uNrvuB1Ndt .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uNrvuB1Ndt .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uNrvuB1Ndt .title__block {
    padding-bottom: 30px;
  }
}
.cid-uNrvuB1Ndt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNrvuB1Ndt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4fzQA4Vo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #148221;
}
.cid-uG4fzQA4Vo .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uG4fzQA4Vo .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uG4fzQA4Vo .col + .mbr-section-btn .btn,
.cid-uG4fzQA4Vo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uG4fzQA4Vo .col + .mbr-section-btn .btn,
  .cid-uG4fzQA4Vo .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uG4fzQA4Vo .dragArea > *:nth-last-child(2).col,
  .cid-uG4fzQA4Vo .dragArea > *:nth-last-child(2).col-auto,
  .cid-uG4fzQA4Vo .col + .mbr-section-btn,
  .cid-uG4fzQA4Vo .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uG4fzQA4Vo .dragArea {
    flex-direction: column;
  }
}
.cid-uG4fzQA4Vo .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uG4fzQA4Vo .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uG4fzQA4Vo .stripe {
  border-bottom: 1px solid #fc5d1b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uG4fzQA4Vo .form-group {
  max-width: 220px;
}
.cid-uG4fzQA4Vo .mbr-section-btn {
  padding-left: 0;
}
.cid-uG4fzQA4Vo .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uG4fzQA4Vo .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uG4fzQA4Vo .mbr-text {
  color: #444;
}
.cid-uG4fzQA4Vo h5 {
  margin-bottom: 0;
}
.cid-uG4fzQA4Vo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uG4fzQA4Vo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uG4fzQA4Vo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uG4fzQA4Vo .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-uG4fzQA4Vo .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-uG4fzQA4Vo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uG4fzQA4Vo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uG4fzQA4Vo .social-list a:hover {
  opacity: 0.4;
}
.cid-uG4fzQA4Vo .media-container-row > div {
  padding: 0px;
}
.cid-uG4fzQA4Vo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uG4fzQA4Vo .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uG4fzQA4Vo .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG4fzQA4Vo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uG4fzQA4Vo .social-list,
  .cid-uG4fzQA4Vo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uG4fzQA4Vo h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uG4fzQA4Vo .form-group {
    max-width: 180px;
  }
}
.cid-uG4fzQA4Vo .links span {
  color: #9e9e9e;
}
.cid-uG4fzQA4Vo .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uG4fzQA4Vo .logo-title {
  text-align: center;
}
.cid-uG4fzQA4Vo .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uG4fzQA4Vo .logo-title,
.cid-uG4fzQA4Vo .logo {
  color: #ffffff;
}
