body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #44389c !important;
}
.bg-success {
  background-color: #f47b5b !important;
}
.bg-info {
  background-color: #5842ff !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #f9db51 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #44389c !important;
  border-color: #44389c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #44389c;
  border-color: #44389c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #44389c !important;
  border-color: #44389c !important;
}
.btn-primary:hover {
  background-color: #342b76 !important;
  border-color: #342b76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #261987 !important;
  border-color: #261987 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #261987;
  border-color: #261987;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #261987 !important;
  border-color: #261987 !important;
}
.btn-secondary:hover {
  background-color: #1a115c !important;
  border-color: #1a115c !important;
}
.btn-info,
.btn-info:active {
  background-color: #5842ff !important;
  border-color: #5842ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5842ff;
  border-color: #5842ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5842ff !important;
  border-color: #5842ff !important;
}
.btn-info:hover {
  background-color: #2b0fff !important;
  border-color: #2b0fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f47b5b;
  border-color: #f47b5b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
}
.btn-success:hover {
  background-color: #f1552b !important;
  border-color: #f1552b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9db51 !important;
  border-color: #f9db51 !important;
  color: #483c02 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #483c02 !important;
  background-color: #f9db51;
  border-color: #f9db51;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #483c02 !important;
  background-color: #f9db51 !important;
  border-color: #f9db51 !important;
}
.btn-danger:hover {
  background-color: #fbe582 !important;
  border-color: #f7d120 !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 {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #44389c;
  color: #44389c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #44389c !important;
  border-color: #44389c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #44389c !important;
  border-color: #44389c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #261987;
  color: #261987;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #261987 !important;
  border-color: #261987;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #261987 !important;
  border-color: #261987 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #5842ff;
  color: #5842ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #5842ff !important;
  border-color: #5842ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5842ff !important;
  border-color: #5842ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f47b5b;
  color: #f47b5b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f47b5b !important;
  border-color: #f47b5b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f47b5b !important;
  border-color: #f47b5b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9db51;
  color: #f9db51;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #483c02 !important;
  background: #f9db51 !important;
  border-color: #f9db51;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #483c02 !important;
  background-color: #f9db51 !important;
  border-color: #f9db51 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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.btn {
  color: #333333 !important;
}
.text-primary {
  color: #44389c !important;
}
.text-secondary {
  color: #261987 !important;
}
.text-success {
  color: #f47b5b !important;
}
.text-info {
  color: #5842ff !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #f9db51 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #231d51 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0e0931 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #da390f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1900db !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #dcb608 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #44389c !important;
}
.alert-success {
  background-color: #f47b5b;
}
.alert-info {
  background-color: #5842ff;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #f9db51;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #44389c;
  border-color: #44389c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #44389c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8b82d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #44389c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #44389c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #44389c;
  border-bottom-color: #44389c;
}
.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: #ffffff !important;
  background-color: #44389c !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: #261987 !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-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tsKHi0BKI9 {
  background-image: url("../../../assets/images/ecosuds-carpet-and-upholstery-care-cover-1200x900.webp");
}
.cid-tsKHi0BKI9 .mbr-overlay {
  background: #879a9f;
}
.cid-tsKHi0BKI9 .mbr-section-title {
  letter-spacing: -1px;
}
.cid-tcP0mUHPH2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcP0mUHPH2 img,
.cid-tcP0mUHPH2 .item-img {
  width: 100%;
}
.cid-tcP0mUHPH2 .item:focus,
.cid-tcP0mUHPH2 span:focus {
  outline: none;
}
.cid-tcP0mUHPH2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcP0mUHPH2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcP0mUHPH2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcP0mUHPH2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcP0mUHPH2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcP0mUHPH2 .mbr-section-title {
  color: #232323;
}
.cid-tcP0mUHPH2 .mbr-text,
.cid-tcP0mUHPH2 .mbr-section-btn {
  text-align: left;
}
.cid-tcP0mUHPH2 .item-title {
  text-align: left;
}
.cid-tcP0mUHPH2 .item-subtitle {
  text-align: center;
}
.cid-tcP0mUHPH2 P {
  text-align: left;
}
.cid-tcP0xUHMqp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcP0xUHMqp img,
.cid-tcP0xUHMqp .item-img {
  width: 100%;
}
.cid-tcP0xUHMqp .item:focus,
.cid-tcP0xUHMqp span:focus {
  outline: none;
}
.cid-tcP0xUHMqp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcP0xUHMqp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcP0xUHMqp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcP0xUHMqp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcP0xUHMqp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcP0xUHMqp .mbr-section-title {
  color: #232323;
}
.cid-tcP0xUHMqp .mbr-text,
.cid-tcP0xUHMqp .mbr-section-btn {
  text-align: left;
}
.cid-tcP0xUHMqp .item-title {
  text-align: left;
}
.cid-tcP0xUHMqp .item-subtitle {
  text-align: center;
}
.cid-tcOZckzL2d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tcOZckzL2d H1 {
  color: #232323;
}
.cid-tcOZckzL2d .mbr-text,
.cid-tcOZckzL2d .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-tcOZckzL2d .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(50, 33, 178, 0.35);
  border-radius: 10px;
}
.cid-tcOZckzL2d .relative {
  position: relative;
}
.cid-tcOZckzL2d .card-img {
  width: 100%;
}
.cid-ttwksvntYb {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background6-1.webp");
}
.cid-ttwksvntYb .mbr-text {
  color: #767676;
}
.cid-ttwksvntYb img {
  width: 100%;
}
.cid-ttwksvntYb .card-img {
  margin-bottom: 0rem;
}
.cid-ttwksvntYb .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-ttwksvntYb .card-box {
  padding: 2rem 1rem;
}
.cid-ttwksvntYb p {
  font-weight: 400;
}
.cid-ttwksvntYb .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttwksvntYb .card {
    margin-bottom: 2rem;
  }
}
.cid-ttwksvntYb .mbr-text,
.cid-ttwksvntYb .mbr-section-btn {
  text-align: center;
}
.cid-ttwksvntYb .card-title,
.cid-ttwksvntYb .card-img {
  text-align: center;
}
.cid-u2YIT7DRCT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-u2YIT7DRCT .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u2YIT7DRCT .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2YIT7DRCT .title__block,
.cid-u2YIT7DRCT .image__block {
  pointer-events: all;
}
.cid-u2YIT7DRCT .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u2YIT7DRCT .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-u2YIT7DRCT .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-u2YIT7DRCT .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-u2YIT7DRCT .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-u2YIT7DRCT .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-u2YIT7DRCT .image__block {
  max-height: 600px;
}
.cid-u2YIT7DRCT .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YIT7DRCT .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-u2YIT7DRCT .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-u2YIT7DRCT .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-u2YIT7DRCT .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YIT7DRCT .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-u2YIT7DRCT .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YIT7DRCT .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YIT7DRCT .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u2YIT7DRCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YIT7DRCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttrbDsN0yK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ttrbDsN0yK .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ttrbDsN0yK .container {
  z-index: 1;
}
.cid-ttrbDsN0yK .mbr-section-title {
  color: #233d63;
}
.cid-ttrbDsN0yK .mbr-section-subtitle {
  text-align: center;
}
.cid-ttrbDsN0yK .mbr-section-btn {
  margin-top: 35px;
}
.cid-ttrbDsN0yK .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttrbDsN0yK .mbr-section-btn .btn-white:hover {
  background-color: #44389c !important;
  border-color: #44389c !important;
  color: #ffffff !important;
}
.cid-ttrbDsN0yK .mbr-section-title,
.cid-ttrbDsN0yK .mbr-section-btn {
  text-align: center;
}
.cid-ttrbDsN0yK .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-ttrbDsN0yK .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-ttrbDsN0yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttrbDsN0yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcP0KGmIt8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcP0KGmIt8 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tcP0KGmIt8 .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tcP0KGmIt8 .mbr-section-title,
.cid-tcP0KGmIt8 .icon__wrap {
  text-align: center;
}
.cid-tcP0KGmIt8 .mbr-section-subtitle {
  text-align: center;
}
.cid-tcP0KGmIt8 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tcP0KGmIt8 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tcP0KGmIt8 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tcP0KGmIt8 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tcP0KGmIt8 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tcP0VqeUCV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tcP0VqeUCV .mbr-section-title,
  .cid-tcP0VqeUCV .mbr-section-subtitle,
  .cid-tcP0VqeUCV .mbr-section-btn,
  .cid-tcP0VqeUCV .mbr-text {
    text-align: center;
  }
}
.cid-tcP0VqeUCV .mbr-section-title {
  color: #082c4e;
}
.cid-tcP0VqeUCV .mbr-text,
.cid-tcP0VqeUCV .mbr-section-btn {
  color: #ffffff;
}
.cid-tcP0VqeUCV .bottom {
  overflow: visible;
  position: relative;
}
.cid-tcP0VqeUCV .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #3098f3;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-tcP0VqeUCV .top {
  overflow: visible;
  position: relative;
}
.cid-tcP0VqeUCV .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #3098f3;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-tcP0VqeUCV .pb {
  margin-bottom: 3rem;
}
.cid-tcP0VqeUCV .card-wrapper {
  background: #3098f3;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.cid-tcP0VqeUCV .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-cm {
  /* Type valid CSS here */
}
#custom-html-cm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-cm p {
  font-size: 60px;
  color: #777;
}
.cid-tfmSlFO0SC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tfmSlFO0SC img,
.cid-tfmSlFO0SC .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tfmSlFO0SC .item:focus,
.cid-tfmSlFO0SC span:focus {
  outline: none;
}
.cid-tfmSlFO0SC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tfmSlFO0SC .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tfmSlFO0SC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tfmSlFO0SC .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tfmSlFO0SC .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tfmSlFO0SC .item-content {
    padding: 1rem 0;
  }
}
.cid-tfmSlFO0SC .mbr-section-title {
  color: #36187d;
}
.cid-tfmSlFO0SC .item-title {
  color: #36187d;
}
.cid-tfmSlFO0SC .item-subtitle {
  color: #000000;
}
.cid-tfmSlFO0SC .mbr-text,
.cid-tfmSlFO0SC .mbr-section-btn {
  color: #36187d;
}
.cid-tfmSlFO0SC .mbr-link {
  color: #0196e3;
}
.cid-tcP0ZK1dMZ {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tcP0ZK1dMZ .wrap__image {
    margin-top: 150px;
  }
}
.cid-tcP0ZK1dMZ .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-tcP0ZK1dMZ .image:before {
  content: "";
  width: 190px;
  height: 195px;
  background: #44389c;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
}
.cid-tcP0ZK1dMZ .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tcP0ZK1dMZ .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-tcP0ZK1dMZ .image .box {
    display: none;
  }
}
.cid-tcP0ZK1dMZ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tcP0ZK1dMZ .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-tcP0ZK1dMZ .mbr-section-title b,
.cid-tcP0ZK1dMZ .mbr-section-title strong {
  font-weight: 500;
}
.cid-tcP0ZK1dMZ .mbr-text {
  margin-bottom: 45px;
}
.cid-tcP0ZK1dMZ .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-tcP0ZK1dMZ .author {
  margin-bottom: 35px;
}
.cid-tcP0ZK1dMZ .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-tcP0ZK1dMZ .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-tcP0ZK1dMZ .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-tcP0ZK1dMZ .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-tcP0ZK1dMZ .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-tcP0ZK1dMZ .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-tcP0ZK1dMZ .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-tcP0ZK1dMZ .mbr-section-btn .btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tcP0ZK1dMZ .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-tcP0ZK1dMZ .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #f47b5b;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-tcP0ZK1dMZ .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-tcP0ZK1dMZ .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationOne 35s infinite linear;
}
.cid-tcP0ZK1dMZ .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-tcP0ZK1dMZ .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #f9db51;
  border-radius: 50%;
}
.cid-tcP0ZK1dMZ .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tcP17o4Ahg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-tcP17o4Ahg .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tcP17o4Ahg .container {
  pointer-events: none;
}
.cid-tcP17o4Ahg .title__block,
.cid-tcP17o4Ahg .carousel__block,
.cid-tcP17o4Ahg .carousel-controls {
  pointer-events: all;
}
.cid-tcP17o4Ahg .mbr-section-title {
  color: #233d63;
}
.cid-tcP17o4Ahg .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tcP17o4Ahg .margin__bot {
  margin-bottom: 150px;
}
.cid-tcP17o4Ahg .wrap {
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  padding: 80px 70px 55px;
  background-color: #fbfcff;
}
.cid-tcP17o4Ahg .wrap:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background-color: #fbfcff;
  border-radius: 20px;
  box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
  z-index: -1;
}
.cid-tcP17o4Ahg .wrap:after {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 80px;
  right: 80px;
  height: 200px;
  background-color: #fbfcff;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 767px) {
  .cid-tcP17o4Ahg .wrap {
    padding: 55px 15px 25px;
  }
}
.cid-tcP17o4Ahg .carousel-controls {
  width: 100%;
  justify-content: center;
  position: relative;
}
.cid-tcP17o4Ahg .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 35px;
  position: absolute;
  padding: 0 10px;
  color: #273769;
  background-color: transparent;
  transition: all .3s ease 0s;
}
.cid-tcP17o4Ahg .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-tcP17o4Ahg .carousel-control-next {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-tcP17o4Ahg .icon__bg {
  position: relative;
}
.cid-tcP17o4Ahg .icon__bg:before {
  content: "\e965";
  font-family: 'Moririse2';
  font-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.04;
}
.cid-tcP17o4Ahg .mbr-section-title,
.cid-tcP17o4Ahg .icon__wrap {
  text-align: center;
  color: #273769;
}
.cid-tcP17o4Ahg .mbr-section-subtitle {
  text-align: center;
}
.cid-tcP17o4Ahg .carousel__text {
  color: #4a4a4a;
}
.cid-tcP17o4Ahg .author {
  margin-top: 45px;
}
.cid-tcP17o4Ahg .user_name {
  margin-bottom: 5px;
  color: #273769;
}
.cid-tcP17o4Ahg .user_prof {
  color: #4a4a4a;
}
.cid-tcP17o4Ahg .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  bottom: -135px;
  right: -135px;
}
.cid-tcP17o4Ahg .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 20px solid #ffffff;
  top: 100px;
  left: 60px;
  animation: scale__two 19s infinite linear;
}
.cid-tcP17o4Ahg .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-tcP17o4Ahg .animation__background .image:nth-child(1) {
  top: 12%;
  left: 15%;
  animation: scale__one 14s infinite linear;
}
.cid-tcP17o4Ahg .animation__background .image:nth-child(2) {
  top: 44%;
  left: 4%;
  animation: scale__two 9s infinite linear;
}
.cid-tcP17o4Ahg .animation__background .image:nth-child(3) {
  bottom: 7%;
  left: 10%;
  animation: scale__three 8s infinite linear;
}
.cid-tcP17o4Ahg .animation__background .image:nth-child(4) {
  top: 12%;
  right: 15%;
  animation: scale__two 10s infinite linear;
}
.cid-tcP17o4Ahg .animation__background .image:nth-child(5) {
  top: 48%;
  right: 2%;
  animation: scale__three 11s infinite linear;
}
.cid-tcP17o4Ahg .animation__background .image:nth-child(6) {
  bottom: 10%;
  right: 16%;
  animation: scale__one 12s infinite linear;
}
.cid-tcP17o4Ahg .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tcP17o4Ahg .animation__background .image {
    display: none;
  }
}
.cid-s7teq1RfTL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-s7teq1RfTL .container-fluid {
  padding: 0 3rem;
}
.cid-s7teq1RfTL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-s7teq1RfTL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-s7teq1RfTL .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-s7teq1RfTL .social-media {
  margin-top: 1.5rem;
}
.cid-s7teq1RfTL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7teq1RfTL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-s7teq1RfTL .mbr-text,
.cid-s7teq1RfTL .mbr-offer {
  line-height: 1.5;
}
.cid-s7teq1RfTL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-s7teq1RfTL .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7teq1RfTL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-s7teq1RfTL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-s7teq1RfTL .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-s7teq1RfTL .mbr-offer {
  color: #232323;
}
.cid-uYTjQs2hRN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTjQs2hRN .content {
    text-align: center;
  }
  .cid-uYTjQs2hRN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTjQs2hRN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTjQs2hRN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTjQs2hRN .media-wrap img {
  height: 6rem;
}
.cid-uYTjQs2hRN .mbr-text {
  color: #8d97ad;
}
.cid-uYTjQs2hRN .p-title {
  font-size: 17px;
}
.cid-uYTjQs2hRN .p-title span {
  color: #111111;
}
.cid-uYTjQs2hRN .title-card {
  font-size: 1.3rem;
}
.cid-uYTjQs2hRN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTjQs2hRN .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTjQs2hRN .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTjQs2hRN .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTjQs2hRN .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTjQs2hRN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTjQs2hRN .copyright img {
  margin-right: 10px;
}
.cid-uYTjQs2hRN .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTjQs2hRN .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTjQs2hRN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTjQs2hRN .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTjQs2hRN .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTjQs2hRN SPAN {
  color: #57e714;
}
.cid-uYTjQs2hRN H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tpgrrljsAn {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpgrrljsAn .container,
.cid-tpgrrljsAn .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tpgrrljsAn .mbr-section-subtitle,
.cid-tpgrrljsAn .mbr-section-title,
.cid-tpgrrljsAn .mbr-subtext,
.cid-tpgrrljsAn .mbr-text,
.cid-tpgrrljsAn .mbr-section-btn,
.cid-tpgrrljsAn .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tpgrrljsAn .title__block {
    padding-top: 70px;
  }
}
.cid-tpgrrljsAn .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tpgrrljsAn .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tpgrrljsAn .mbr-section-title b,
.cid-tpgrrljsAn .mbr-section-title strong {
  font-weight: 500;
}
.cid-tpgrrljsAn .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-tpgrrljsAn .mbr-section-btn {
  margin-top: 60px;
}
.cid-tpgrrljsAn .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-tpgrrljsAn .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tpgrrljsAn .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tpgrrljsAn .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tpgrrljsAn .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpgrrljsAn .wrap__image {
    text-align: right;
  }
  .cid-tpgrrljsAn .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tpgrrljsAn .wrap__image {
    text-align: center !important;
  }
}
.cid-tpgrrljsAn .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-tpgrrljsAn .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tpgrrljsAn .image__block2 {
    display: none;
  }
}
.cid-tpgrrljsAn .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-tpgrrljsAn .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tpgrrljsAn .image__background .circle__image1 {
    display: none;
  }
}
.cid-tpgrrljsAn .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-tpgrrljsAn .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tpgrrljsAn .image__background .circle__image2 {
    display: none;
  }
}
.cid-tpgrrljsAn .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tpgrrljsAn .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tpgrrljsAn .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-tpglfUCO6y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tpglfUCO6y .row {
  justify-content: center;
}
.cid-tpglfUCO6y .col-title {
  margin-bottom: 2.5rem;
}
.cid-tpglfUCO6y .mbr-section-title {
  color: #F6B7D2;
}
.cid-tpglfUCO6y .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpglfUCO6y .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tpglfUCO6y .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tpglfUCO6y .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tpglfUCO6y .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-tpglfUCO6y .card {
    min-height: 276px;
  }
}
.cid-tpglfUCO6y .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tpglfUCO6y .card:hover .card-title {
  text-decoration: underline;
}
.cid-tpglfUCO6y .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tpglfUCO6y .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tpglfUCO6y .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tpglfUCO6y .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tpglfUCO6y .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tpglfUCO6y .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tpglfUCO6y .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-toBj0b3OQ2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-toBj0b3OQ2 .card-header {
  background: transparent;
}
.cid-toBj0b3OQ2 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-toBj0b3OQ2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-toBj0b3OQ2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toBj0b3OQ2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-toBj0b3OQ2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toBj0b3OQ2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-toBj0b3OQ2 .card .panel-body {
  color: #767676;
}
.cid-toBj0b3OQ2 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-toBj0b3OQ2 H4 {
  color: #57468b;
}
.cid-toBj0b3OQ2 H2 {
  color: #57468b;
}
.cid-tpgnELILvQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tpgnELILvQ .row {
  justify-content: center;
}
.cid-tpgnELILvQ .col-title {
  margin-bottom: 2.5rem;
}
.cid-tpgnELILvQ .mbr-section-title {
  color: #F6B7D2;
}
.cid-tpgnELILvQ .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpgnELILvQ .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tpgnELILvQ .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tpgnELILvQ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tpgnELILvQ .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-tpgnELILvQ .card {
    min-height: 276px;
  }
}
.cid-tpgnELILvQ .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tpgnELILvQ .card:hover .card-title {
  text-decoration: underline;
}
.cid-tpgnELILvQ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tpgnELILvQ .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tpgnELILvQ .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tpgnELILvQ .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tpgnELILvQ .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tpgnELILvQ .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tpgnELILvQ .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-toBlHW0gLg {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-toBlHW0gLg .card-header {
  background: transparent;
}
.cid-toBlHW0gLg .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-toBlHW0gLg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-toBlHW0gLg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toBlHW0gLg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-toBlHW0gLg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toBlHW0gLg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-toBlHW0gLg .card .panel-body {
  color: #767676;
}
.cid-toBlHW0gLg h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-toBlHW0gLg H4 {
  color: #57468b;
}
.cid-toBlHW0gLg H2 {
  color: #57468b;
}
.cid-tpgnFxNxG6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tpgnFxNxG6 .row {
  justify-content: center;
}
.cid-tpgnFxNxG6 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tpgnFxNxG6 .mbr-section-title {
  color: #F6B7D2;
}
.cid-tpgnFxNxG6 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpgnFxNxG6 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tpgnFxNxG6 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tpgnFxNxG6 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tpgnFxNxG6 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-tpgnFxNxG6 .card {
    min-height: 276px;
  }
}
.cid-tpgnFxNxG6 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tpgnFxNxG6 .card:hover .card-title {
  text-decoration: underline;
}
.cid-tpgnFxNxG6 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tpgnFxNxG6 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tpgnFxNxG6 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tpgnFxNxG6 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tpgnFxNxG6 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tpgnFxNxG6 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tpgnFxNxG6 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-toBn6ATE5u {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-toBn6ATE5u .card-header {
  background: transparent;
}
.cid-toBn6ATE5u .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-toBn6ATE5u .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-toBn6ATE5u .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toBn6ATE5u .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-toBn6ATE5u .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toBn6ATE5u .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-toBn6ATE5u .card .panel-body {
  color: #767676;
}
.cid-toBn6ATE5u h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-toBn6ATE5u H4 {
  color: #57468b;
}
.cid-toBn6ATE5u H2 {
  color: #57468b;
}
.cid-tfm6hsogKt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tfm6hsogKt .container-fluid {
  padding: 0 3rem;
}
.cid-tfm6hsogKt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tfm6hsogKt .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tfm6hsogKt .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tfm6hsogKt .social-media {
  margin-top: 1.5rem;
}
.cid-tfm6hsogKt .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tfm6hsogKt .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tfm6hsogKt .mbr-text,
.cid-tfm6hsogKt .mbr-offer {
  line-height: 1.5;
}
.cid-tfm6hsogKt .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tfm6hsogKt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tfm6hsogKt .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tfm6hsogKt .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tfm6hsogKt .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tfm6hsogKt .mbr-offer {
  color: #232323;
}
.cid-uYTkD0fXYJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTkD0fXYJ .content {
    text-align: center;
  }
  .cid-uYTkD0fXYJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTkD0fXYJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTkD0fXYJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTkD0fXYJ .media-wrap img {
  height: 6rem;
}
.cid-uYTkD0fXYJ .mbr-text {
  color: #8d97ad;
}
.cid-uYTkD0fXYJ .p-title {
  font-size: 17px;
}
.cid-uYTkD0fXYJ .p-title span {
  color: #111111;
}
.cid-uYTkD0fXYJ .title-card {
  font-size: 1.3rem;
}
.cid-uYTkD0fXYJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTkD0fXYJ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTkD0fXYJ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTkD0fXYJ .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTkD0fXYJ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTkD0fXYJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTkD0fXYJ .copyright img {
  margin-right: 10px;
}
.cid-uYTkD0fXYJ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTkD0fXYJ .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTkD0fXYJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTkD0fXYJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTkD0fXYJ .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTkD0fXYJ SPAN {
  color: #57e714;
}
.cid-uYTkD0fXYJ H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ttqte10BTT {
  padding-top: 195px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-ttqte10BTT H1 {
  color: #232323;
}
.cid-ttqte10BTT .mbr-text,
.cid-ttqte10BTT .mbr-section-btn {
  color: #767676;
}
.cid-ttqte10BTT .img-box {
  position: relative;
}
.cid-ttqte10BTT .card-ico span {
  font-size: 96px;
  color: #44389c;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-ttqte10BTT .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-ttqte10BTT .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-ttqte10BTT .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-ttqte10BTT .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-ttqte10BTT .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-ttqte10BTT img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(50, 33, 178, 0.35);
}
@media (max-width: 992px) {
  .cid-ttqte10BTT .img-box {
    height: 500px;
  }
  .cid-ttqte10BTT .img1 {
    left: 1rem;
  }
  .cid-ttqte10BTT .img2 {
    right: 1rem;
  }
  .cid-ttqte10BTT img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-ttqte10BTT img {
    width: 60%;
  }
  .cid-ttqte10BTT .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-ttqte10BTT .author-box {
    justify-content: center;
  }
  .cid-ttqte10BTT .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-ttqte10BTT .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-ttqte10BTT .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-ttqte10BTT .card-ico span {
    margin-right: 0rem;
  }
}
.cid-ttqte10BTT .author-box {
  display: flex;
  flex-direction: row;
}
.cid-ttqte10BTT .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-ttqte10BTT .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-ttqte10BTT h3,
.cid-ttqte10BTT h4 {
  margin: 0;
  padding: 0;
}
.cid-ttqte10BTT .card-title,
.cid-ttqte10BTT .mbr-section-subtitle {
  color: #232323;
}
.cid-ttqskscA7D {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-ttqskscA7D .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-ttqskscA7D .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-ttqskscA7D .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ttqskscA7D p {
  line-height: 1.6;
}
.cid-ttqskscA7D .rev,
.cid-ttqskscA7D .mbr-iconfont {
  display: inline-block;
}
.cid-ttqskscA7D .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-ttqskscA7D .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ttqskscA7D .card-box {
  padding: 1.5rem;
}
.cid-ttqskscA7D .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-ttqskscA7D .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-ttqskscA7D .mbr-section-title,
.cid-ttqskscA7D .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-ttqskscA7D .rev {
  color: #0a1c44;
}
.cid-ttqskscA7D .card-text,
.cid-ttqskscA7D .mbr-section-btn,
.cid-ttqskscA7D .ico-line {
  color: #767676;
}
.cid-ttqtfvOUh2 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #efeeee;
}
.cid-ttqtfvOUh2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ttqtfvOUh2 ul li {
  padding: 1rem 0;
}
.cid-ttqtfvOUh2 ul li:hover {
  color: #44389c;
}
.cid-ttqtfvOUh2 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-ttqtfvOUh2 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-ttqtfvOUh2 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-ttqtfvOUh2 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ttqtfvOUh2 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-ttqtfvOUh2 .map {
    height: auto;
  }
}
.cid-ttqtfvOUh2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-ttqtfvOUh2 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-ttqtfvOUh2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ttqtfvOUh2 .social-list a:hover {
  opacity: 1;
}
.cid-ttqtfvOUh2 .row-element,
.cid-ttqtfvOUh2 .image-element {
  padding: 0;
}
.cid-ttqtfvOUh2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ttqtfvOUh2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #44389c, #261987);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ttqtfvOUh2 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ttqtfvOUh2 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttqtfvOUh2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-ttqtfvOUh2 .underline .line {
    height: 2px;
  }
  .cid-ttqtfvOUh2 .mbr-title,
  .cid-ttqtfvOUh2 .underline,
  .cid-ttqtfvOUh2 .mbr-text,
  .cid-ttqtfvOUh2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ttqtfvOUh2 .mbr-title,
.cid-ttqtfvOUh2 .underline {
  color: #7f1933;
}
.cid-ttqtfvOUh2 .mbr-text,
.cid-ttqtfvOUh2 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttqtfvOUh2 mbr-list LI {
  color: #ffffff;
}
.cid-ttqtfvOUh2 mbr-list {
  text-align: center;
}
.cid-ttqtfvOUh2 .mbr-list,
.cid-ttqtfvOUh2 .social-list mbr-list {
  color: #ffffff;
}
.cid-ttqtfvOUh2 .mbr-text {
  color: #7f1933;
}
.cid-ttqqo9LQUx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-ttqqo9LQUx .container-fluid {
  padding: 0 3rem;
}
.cid-ttqqo9LQUx .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ttqqo9LQUx .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ttqqo9LQUx .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-ttqqo9LQUx .social-media {
  margin-top: 1.5rem;
}
.cid-ttqqo9LQUx .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ttqqo9LQUx .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ttqqo9LQUx .mbr-text,
.cid-ttqqo9LQUx .mbr-offer {
  line-height: 1.5;
}
.cid-ttqqo9LQUx .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ttqqo9LQUx .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttqqo9LQUx .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ttqqo9LQUx .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ttqqo9LQUx .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-ttqqo9LQUx .mbr-offer {
  color: #232323;
}
.cid-uYTn7Fjbhw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTn7Fjbhw .content {
    text-align: center;
  }
  .cid-uYTn7Fjbhw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTn7Fjbhw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTn7Fjbhw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTn7Fjbhw .media-wrap img {
  height: 6rem;
}
.cid-uYTn7Fjbhw .mbr-text {
  color: #8d97ad;
}
.cid-uYTn7Fjbhw .p-title {
  font-size: 17px;
}
.cid-uYTn7Fjbhw .p-title span {
  color: #111111;
}
.cid-uYTn7Fjbhw .title-card {
  font-size: 1.3rem;
}
.cid-uYTn7Fjbhw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTn7Fjbhw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTn7Fjbhw .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTn7Fjbhw .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTn7Fjbhw .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTn7Fjbhw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTn7Fjbhw .copyright img {
  margin-right: 10px;
}
.cid-uYTn7Fjbhw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTn7Fjbhw .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTn7Fjbhw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTn7Fjbhw .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTn7Fjbhw .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTn7Fjbhw SPAN {
  color: #57e714;
}
.cid-uYTn7Fjbhw H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uA9uGV4Ihb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #57e714;
}
.cid-uA9uGV4Ihb .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uA9uGV4Ihb .container-fluid {
  padding: 0;
}
.cid-uA9uGV4Ihb .right-side {
  padding: 0;
}
.cid-uA9uGV4Ihb .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uA9uGV4Ihb .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uA9uGV4Ihb .l2,
.cid-uA9uGV4Ihb .lin {
  color: #ffffff;
}
.cid-uA9uGV4Ihb a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uA9uGV4Ihb a.text-success:hover {
  color: #237FFB !important;
}
.cid-uA9uGV4Ihb .left-side {
  padding-left: 84px;
}
.cid-uA9uGV4Ihb .l2 {
  margin-top: 20px;
}
.cid-uA9uGV4Ihb .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uA9uGV4Ihb .l2,
.cid-uA9uGV4Ihb .iconfont-wrapper {
  color: #ffffff;
}
.cid-uA9uGV4Ihb img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uA9uGV4Ihb img {
    max-height: 400px;
  }
  .cid-uA9uGV4Ihb .left-side {
    padding-left: 15px;
  }
  .cid-uA9uGV4Ihb .line {
    display: none;
  }
}
.cid-uIEJBJDm7a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIEJBJDm7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEJBJDm7a .container {
  max-width: 1300px;
}
.cid-uIEJBJDm7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEJBJDm7a .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIEJBJDm7a .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIEJBJDm7a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIEJBJDm7a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIEJBJDm7a .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uIEJBJDm7a .mbr-section-title {
  color: #4e423d;
}
.cid-uIEJBJDm7a .mbr-text,
.cid-uIEJBJDm7a .mbr-section-btn {
  color: #555555;
}
.cid-vdYjiHHLWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdYjiHHLWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdYjiHHLWI .container {
  max-width: 1300px;
}
.cid-vdYjiHHLWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdYjiHHLWI .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdYjiHHLWI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdYjiHHLWI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdYjiHHLWI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdYjiHHLWI .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-vdYjiHHLWI .mbr-section-title {
  color: #4e423d;
}
.cid-vdYjiHHLWI .mbr-text,
.cid-vdYjiHHLWI .mbr-section-btn {
  color: #555555;
}
.cid-uSFiTBTBbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSFiTBTBbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSFiTBTBbg .container {
  max-width: 1300px;
}
.cid-uSFiTBTBbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSFiTBTBbg .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSFiTBTBbg .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFiTBTBbg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSFiTBTBbg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSFiTBTBbg .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uSFiTBTBbg .mbr-section-title {
  color: #4e423d;
}
.cid-uSFiTBTBbg .mbr-text,
.cid-uSFiTBTBbg .mbr-section-btn {
  color: #555555;
}
.cid-uQtsy31Hj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQtsy31Hj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtsy31Hj7 .container {
  max-width: 1300px;
}
.cid-uQtsy31Hj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtsy31Hj7 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQtsy31Hj7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQtsy31Hj7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtsy31Hj7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtsy31Hj7 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQtsy31Hj7 .mbr-section-title {
  color: #4e423d;
}
.cid-uQtsy31Hj7 .mbr-text,
.cid-uQtsy31Hj7 .mbr-section-btn {
  color: #555555;
}
.cid-udIvsqDU85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udIvsqDU85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udIvsqDU85 .container {
  max-width: 1300px;
}
.cid-udIvsqDU85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udIvsqDU85 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udIvsqDU85 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udIvsqDU85 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udIvsqDU85 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udIvsqDU85 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-udIvsqDU85 .mbr-section-title {
  color: #4e423d;
}
.cid-udIvsqDU85 .mbr-text,
.cid-udIvsqDU85 .mbr-section-btn {
  color: #555555;
}
.cid-ubK6nG5Qoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubK6nG5Qoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubK6nG5Qoc .container {
  max-width: 1300px;
}
.cid-ubK6nG5Qoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubK6nG5Qoc .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubK6nG5Qoc .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubK6nG5Qoc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubK6nG5Qoc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubK6nG5Qoc .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-ubK6nG5Qoc .mbr-section-title {
  color: #4e423d;
}
.cid-ubK6nG5Qoc .mbr-text,
.cid-ubK6nG5Qoc .mbr-section-btn {
  color: #555555;
}
.cid-u9zXG8Byf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9zXG8Byf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9zXG8Byf3 .container {
  max-width: 1300px;
}
.cid-u9zXG8Byf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9zXG8Byf3 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9zXG8Byf3 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9zXG8Byf3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9zXG8Byf3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9zXG8Byf3 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-u9zXG8Byf3 .mbr-section-title {
  color: #4e423d;
}
.cid-u9zXG8Byf3 .mbr-text,
.cid-u9zXG8Byf3 .mbr-section-btn {
  color: #555555;
}
.cid-tB9C4JD6By {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tB9C4JD6By .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tB9C4JD6By .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tB9C4JD6By .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tB9C4JD6By .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tB9C4JD6By .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tB9C4JD6By .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tB9C4JD6By .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tB9C4JD6By .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tB9C4JD6By .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-tB9C4JD6By .item-img:hover {
  transform: translateY(-3px);
}
.cid-tB9C4JD6By .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tB9C4JD6By .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tB9C4JD6By .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tB9C4JD6By .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tB9C4JD6By .mbr-section-btn {
  margin-top: 1rem;
}
.cid-u1QCpTZQLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-u1QCpTZQLV .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u1QCpTZQLV .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-u1QCpTZQLV .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-u1QCpTZQLV .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-u1QCpTZQLV .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-u1QCpTZQLV .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-u1QCpTZQLV .item {
    margin-bottom: 0.75rem;
  }
}
.cid-u1QCpTZQLV .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-u1QCpTZQLV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-u1QCpTZQLV .item-img:hover {
  transform: translateY(-3px);
}
.cid-u1QCpTZQLV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1QCpTZQLV .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-u1QCpTZQLV .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-u1QCpTZQLV .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-u1QCpTZQLV .mbr-section-btn {
  margin-top: 1rem;
}
.cid-u76uoOgRCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-u76uoOgRCe .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u76uoOgRCe .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-u76uoOgRCe .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-u76uoOgRCe .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-u76uoOgRCe .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-u76uoOgRCe .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-u76uoOgRCe .item {
    margin-bottom: 0.75rem;
  }
}
.cid-u76uoOgRCe .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-u76uoOgRCe .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-u76uoOgRCe .item-img:hover {
  transform: translateY(-3px);
}
.cid-u76uoOgRCe .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u76uoOgRCe .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-u76uoOgRCe .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-u76uoOgRCe .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-u76uoOgRCe .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tBelydN9xH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tBelydN9xH .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tBelydN9xH .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tBelydN9xH .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tBelydN9xH .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tBelydN9xH .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tBelydN9xH .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tBelydN9xH .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tBelydN9xH .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tBelydN9xH .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-tBelydN9xH .item-img:hover {
  transform: translateY(-3px);
}
.cid-tBelydN9xH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBelydN9xH .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tBelydN9xH .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tBelydN9xH .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tBelydN9xH .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tRW1xzsi7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tRW1xzsi7P .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tRW1xzsi7P .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tRW1xzsi7P .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tRW1xzsi7P .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tRW1xzsi7P .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tRW1xzsi7P .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tRW1xzsi7P .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tRW1xzsi7P .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tRW1xzsi7P .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-tRW1xzsi7P .item-img:hover {
  transform: translateY(-3px);
}
.cid-tRW1xzsi7P .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRW1xzsi7P .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tRW1xzsi7P .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tRW1xzsi7P .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tRW1xzsi7P .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tzfpTP6kcG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tzfpTP6kcG .container-fluid {
  padding: 0 3rem;
}
.cid-tzfpTP6kcG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tzfpTP6kcG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tzfpTP6kcG .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tzfpTP6kcG .social-media {
  margin-top: 1.5rem;
}
.cid-tzfpTP6kcG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzfpTP6kcG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tzfpTP6kcG .mbr-text,
.cid-tzfpTP6kcG .mbr-offer {
  line-height: 1.5;
}
.cid-tzfpTP6kcG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tzfpTP6kcG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tzfpTP6kcG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tzfpTP6kcG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tzfpTP6kcG .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tzfpTP6kcG .mbr-offer {
  color: #232323;
}
.cid-uYTkIOfzME {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTkIOfzME .content {
    text-align: center;
  }
  .cid-uYTkIOfzME .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTkIOfzME .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTkIOfzME .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTkIOfzME .media-wrap img {
  height: 6rem;
}
.cid-uYTkIOfzME .mbr-text {
  color: #8d97ad;
}
.cid-uYTkIOfzME .p-title {
  font-size: 17px;
}
.cid-uYTkIOfzME .p-title span {
  color: #111111;
}
.cid-uYTkIOfzME .title-card {
  font-size: 1.3rem;
}
.cid-uYTkIOfzME .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTkIOfzME .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTkIOfzME .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTkIOfzME .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTkIOfzME .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTkIOfzME .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTkIOfzME .copyright img {
  margin-right: 10px;
}
.cid-uYTkIOfzME .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTkIOfzME .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTkIOfzME .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTkIOfzME .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTkIOfzME .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTkIOfzME SPAN {
  color: #57e714;
}
.cid-uYTkIOfzME H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tL87YqmsHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tL87YqmsHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL87YqmsHr .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-tL87YqmsHr .container {
    padding: 0 16px;
  }
}
.cid-tL87YqmsHr .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tL87YqmsHr .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tL87YqmsHr .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tL87YqmsHr .image-wrapper img {
    height: 300px;
  }
}
.cid-tL87YqmsHr .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL87YqmsHr .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tL87YqmsHr .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL87YqmsHr .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tL87YqmsHr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL87YqmsHr .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tBpJfTmVZs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tBpJfTmVZs .container-fluid {
  padding: 0 3rem;
}
.cid-tBpJfTmVZs .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tBpJfTmVZs .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tBpJfTmVZs .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tBpJfTmVZs .social-media {
  margin-top: 1.5rem;
}
.cid-tBpJfTmVZs .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tBpJfTmVZs .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tBpJfTmVZs .mbr-text,
.cid-tBpJfTmVZs .mbr-offer {
  line-height: 1.5;
}
.cid-tBpJfTmVZs .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tBpJfTmVZs .container-fluid {
    padding: 0 1rem;
  }
  .cid-tBpJfTmVZs .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tBpJfTmVZs .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tBpJfTmVZs .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tBpJfTmVZs .mbr-offer {
  color: #232323;
}
.cid-uYTlRrDWmj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTlRrDWmj .content {
    text-align: center;
  }
  .cid-uYTlRrDWmj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTlRrDWmj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTlRrDWmj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTlRrDWmj .media-wrap img {
  height: 6rem;
}
.cid-uYTlRrDWmj .mbr-text {
  color: #8d97ad;
}
.cid-uYTlRrDWmj .p-title {
  font-size: 17px;
}
.cid-uYTlRrDWmj .p-title span {
  color: #111111;
}
.cid-uYTlRrDWmj .title-card {
  font-size: 1.3rem;
}
.cid-uYTlRrDWmj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTlRrDWmj .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTlRrDWmj .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTlRrDWmj .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTlRrDWmj .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTlRrDWmj .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTlRrDWmj .copyright img {
  margin-right: 10px;
}
.cid-uYTlRrDWmj .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTlRrDWmj .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTlRrDWmj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTlRrDWmj .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTlRrDWmj .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTlRrDWmj SPAN {
  color: #57e714;
}
.cid-uYTlRrDWmj H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tL9zzbxBvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tL9zzbxBvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL9zzbxBvU .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-tL9zzbxBvU .container {
    padding: 0 16px;
  }
}
.cid-tL9zzbxBvU .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tL9zzbxBvU .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tL9zzbxBvU .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tL9zzbxBvU .image-wrapper img {
    height: 300px;
  }
}
.cid-tL9zzbxBvU .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL9zzbxBvU .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tL9zzbxBvU .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL9zzbxBvU .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tL9zzbxBvU .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL9zzbxBvU .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tL9zzcHUwK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tL9zzcHUwK .container-fluid {
  padding: 0 3rem;
}
.cid-tL9zzcHUwK .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tL9zzcHUwK .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tL9zzcHUwK .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tL9zzcHUwK .social-media {
  margin-top: 1.5rem;
}
.cid-tL9zzcHUwK .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tL9zzcHUwK .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tL9zzcHUwK .mbr-text,
.cid-tL9zzcHUwK .mbr-offer {
  line-height: 1.5;
}
.cid-tL9zzcHUwK .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tL9zzcHUwK .container-fluid {
    padding: 0 1rem;
  }
  .cid-tL9zzcHUwK .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tL9zzcHUwK .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tL9zzcHUwK .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tL9zzcHUwK .mbr-offer {
  color: #232323;
}
.cid-uYTmg2vRUY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmg2vRUY .content {
    text-align: center;
  }
  .cid-uYTmg2vRUY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmg2vRUY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmg2vRUY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmg2vRUY .media-wrap img {
  height: 6rem;
}
.cid-uYTmg2vRUY .mbr-text {
  color: #8d97ad;
}
.cid-uYTmg2vRUY .p-title {
  font-size: 17px;
}
.cid-uYTmg2vRUY .p-title span {
  color: #111111;
}
.cid-uYTmg2vRUY .title-card {
  font-size: 1.3rem;
}
.cid-uYTmg2vRUY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmg2vRUY .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmg2vRUY .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmg2vRUY .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmg2vRUY .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmg2vRUY .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmg2vRUY .copyright img {
  margin-right: 10px;
}
.cid-uYTmg2vRUY .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmg2vRUY .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmg2vRUY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmg2vRUY .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmg2vRUY .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmg2vRUY SPAN {
  color: #57e714;
}
.cid-uYTmg2vRUY H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tR0tlEE2II {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tR0tlEE2II .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR0tlEE2II .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-tR0tlEE2II .container {
    padding: 0 16px;
  }
}
.cid-tR0tlEE2II .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tR0tlEE2II .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tR0tlEE2II .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tR0tlEE2II .image-wrapper img {
    height: 300px;
  }
}
.cid-tR0tlEE2II .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tR0tlEE2II .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tR0tlEE2II .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tR0tlEE2II .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tR0tlEE2II .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tR0tlEE2II .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tR0tlFG40p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tR0tlFG40p .container-fluid {
  padding: 0 3rem;
}
.cid-tR0tlFG40p .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tR0tlFG40p .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tR0tlFG40p .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tR0tlFG40p .social-media {
  margin-top: 1.5rem;
}
.cid-tR0tlFG40p .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tR0tlFG40p .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tR0tlFG40p .mbr-text,
.cid-tR0tlFG40p .mbr-offer {
  line-height: 1.5;
}
.cid-tR0tlFG40p .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tR0tlFG40p .container-fluid {
    padding: 0 1rem;
  }
  .cid-tR0tlFG40p .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tR0tlFG40p .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tR0tlFG40p .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tR0tlFG40p .mbr-offer {
  color: #232323;
}
.cid-uYTlIulSW3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTlIulSW3 .content {
    text-align: center;
  }
  .cid-uYTlIulSW3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTlIulSW3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTlIulSW3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTlIulSW3 .media-wrap img {
  height: 6rem;
}
.cid-uYTlIulSW3 .mbr-text {
  color: #8d97ad;
}
.cid-uYTlIulSW3 .p-title {
  font-size: 17px;
}
.cid-uYTlIulSW3 .p-title span {
  color: #111111;
}
.cid-uYTlIulSW3 .title-card {
  font-size: 1.3rem;
}
.cid-uYTlIulSW3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTlIulSW3 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTlIulSW3 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTlIulSW3 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTlIulSW3 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTlIulSW3 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTlIulSW3 .copyright img {
  margin-right: 10px;
}
.cid-uYTlIulSW3 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTlIulSW3 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTlIulSW3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTlIulSW3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTlIulSW3 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTlIulSW3 SPAN {
  color: #57e714;
}
.cid-uYTlIulSW3 H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tQZ53gTHF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tQZ53gTHF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZ53gTHF3 .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-tQZ53gTHF3 .container {
    padding: 0 16px;
  }
}
.cid-tQZ53gTHF3 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tQZ53gTHF3 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tQZ53gTHF3 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tQZ53gTHF3 .image-wrapper img {
    height: 300px;
  }
}
.cid-tQZ53gTHF3 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tQZ53gTHF3 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQZ53gTHF3 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tQZ53gTHF3 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tQZ53gTHF3 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tQZ53gTHF3 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tQZ53hGKRT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tQZ53hGKRT .container-fluid {
  padding: 0 3rem;
}
.cid-tQZ53hGKRT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tQZ53hGKRT .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tQZ53hGKRT .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tQZ53hGKRT .social-media {
  margin-top: 1.5rem;
}
.cid-tQZ53hGKRT .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tQZ53hGKRT .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tQZ53hGKRT .mbr-text,
.cid-tQZ53hGKRT .mbr-offer {
  line-height: 1.5;
}
.cid-tQZ53hGKRT .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tQZ53hGKRT .container-fluid {
    padding: 0 1rem;
  }
  .cid-tQZ53hGKRT .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tQZ53hGKRT .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tQZ53hGKRT .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tQZ53hGKRT .mbr-offer {
  color: #232323;
}
.cid-uYTlCmRP7i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTlCmRP7i .content {
    text-align: center;
  }
  .cid-uYTlCmRP7i .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTlCmRP7i .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTlCmRP7i .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTlCmRP7i .media-wrap img {
  height: 6rem;
}
.cid-uYTlCmRP7i .mbr-text {
  color: #8d97ad;
}
.cid-uYTlCmRP7i .p-title {
  font-size: 17px;
}
.cid-uYTlCmRP7i .p-title span {
  color: #111111;
}
.cid-uYTlCmRP7i .title-card {
  font-size: 1.3rem;
}
.cid-uYTlCmRP7i .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTlCmRP7i .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTlCmRP7i .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTlCmRP7i .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTlCmRP7i .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTlCmRP7i .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTlCmRP7i .copyright img {
  margin-right: 10px;
}
.cid-uYTlCmRP7i .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTlCmRP7i .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTlCmRP7i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTlCmRP7i .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTlCmRP7i .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTlCmRP7i SPAN {
  color: #57e714;
}
.cid-uYTlCmRP7i H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tL7L6kGfIq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tL7L6kGfIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL7L6kGfIq .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-tL7L6kGfIq .container {
    padding: 0 16px;
  }
}
.cid-tL7L6kGfIq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tL7L6kGfIq .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tL7L6kGfIq .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tL7L6kGfIq .image-wrapper img {
    height: 300px;
  }
}
.cid-tL7L6kGfIq .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL7L6kGfIq .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tL7L6kGfIq .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL7L6kGfIq .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tL7L6kGfIq .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tL7L6kGfIq .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tL3FKEpcpy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tL3FKEpcpy .container-fluid {
  padding: 0 3rem;
}
.cid-tL3FKEpcpy .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tL3FKEpcpy .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tL3FKEpcpy .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tL3FKEpcpy .social-media {
  margin-top: 1.5rem;
}
.cid-tL3FKEpcpy .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tL3FKEpcpy .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tL3FKEpcpy .mbr-text,
.cid-tL3FKEpcpy .mbr-offer {
  line-height: 1.5;
}
.cid-tL3FKEpcpy .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tL3FKEpcpy .container-fluid {
    padding: 0 1rem;
  }
  .cid-tL3FKEpcpy .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tL3FKEpcpy .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tL3FKEpcpy .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tL3FKEpcpy .mbr-offer {
  color: #232323;
}
.cid-uYTkSnDjYJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTkSnDjYJ .content {
    text-align: center;
  }
  .cid-uYTkSnDjYJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTkSnDjYJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTkSnDjYJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTkSnDjYJ .media-wrap img {
  height: 6rem;
}
.cid-uYTkSnDjYJ .mbr-text {
  color: #8d97ad;
}
.cid-uYTkSnDjYJ .p-title {
  font-size: 17px;
}
.cid-uYTkSnDjYJ .p-title span {
  color: #111111;
}
.cid-uYTkSnDjYJ .title-card {
  font-size: 1.3rem;
}
.cid-uYTkSnDjYJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTkSnDjYJ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTkSnDjYJ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTkSnDjYJ .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTkSnDjYJ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTkSnDjYJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTkSnDjYJ .copyright img {
  margin-right: 10px;
}
.cid-uYTkSnDjYJ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTkSnDjYJ .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTkSnDjYJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTkSnDjYJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTkSnDjYJ .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTkSnDjYJ SPAN {
  color: #57e714;
}
.cid-uYTkSnDjYJ H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tLSxZqX6pm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tLSxZqX6pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSxZqX6pm .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-tLSxZqX6pm .container {
    padding: 0 16px;
  }
}
.cid-tLSxZqX6pm .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tLSxZqX6pm .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tLSxZqX6pm .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tLSxZqX6pm .image-wrapper img {
    height: 300px;
  }
}
.cid-tLSxZqX6pm .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tLSxZqX6pm .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tLSxZqX6pm .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tLSxZqX6pm .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tLSxZqX6pm .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tLSxZqX6pm .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tLSxZsgXNW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tLSxZsgXNW .container-fluid {
  padding: 0 3rem;
}
.cid-tLSxZsgXNW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tLSxZsgXNW .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tLSxZsgXNW .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tLSxZsgXNW .social-media {
  margin-top: 1.5rem;
}
.cid-tLSxZsgXNW .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tLSxZsgXNW .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tLSxZsgXNW .mbr-text,
.cid-tLSxZsgXNW .mbr-offer {
  line-height: 1.5;
}
.cid-tLSxZsgXNW .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tLSxZsgXNW .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLSxZsgXNW .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tLSxZsgXNW .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tLSxZsgXNW .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tLSxZsgXNW .mbr-offer {
  color: #232323;
}
.cid-uYTn1HAQ2u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTn1HAQ2u .content {
    text-align: center;
  }
  .cid-uYTn1HAQ2u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTn1HAQ2u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTn1HAQ2u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTn1HAQ2u .media-wrap img {
  height: 6rem;
}
.cid-uYTn1HAQ2u .mbr-text {
  color: #8d97ad;
}
.cid-uYTn1HAQ2u .p-title {
  font-size: 17px;
}
.cid-uYTn1HAQ2u .p-title span {
  color: #111111;
}
.cid-uYTn1HAQ2u .title-card {
  font-size: 1.3rem;
}
.cid-uYTn1HAQ2u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTn1HAQ2u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTn1HAQ2u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTn1HAQ2u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTn1HAQ2u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTn1HAQ2u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTn1HAQ2u .copyright img {
  margin-right: 10px;
}
.cid-uYTn1HAQ2u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTn1HAQ2u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTn1HAQ2u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTn1HAQ2u .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTn1HAQ2u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTn1HAQ2u SPAN {
  color: #57e714;
}
.cid-uYTn1HAQ2u H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tUhUL2BVas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tUhUL2BVas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUhUL2BVas .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-tUhUL2BVas .container {
    padding: 0 16px;
  }
}
.cid-tUhUL2BVas .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tUhUL2BVas .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUhUL2BVas .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tUhUL2BVas .image-wrapper img {
    height: 300px;
  }
}
.cid-tUhUL2BVas .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUhUL2BVas .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUhUL2BVas .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUhUL2BVas .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUhUL2BVas .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUhUL2BVas .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUhUL3LfBt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tUhUL3LfBt .container-fluid {
  padding: 0 3rem;
}
.cid-tUhUL3LfBt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tUhUL3LfBt .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tUhUL3LfBt .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tUhUL3LfBt .social-media {
  margin-top: 1.5rem;
}
.cid-tUhUL3LfBt .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tUhUL3LfBt .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tUhUL3LfBt .mbr-text,
.cid-tUhUL3LfBt .mbr-offer {
  line-height: 1.5;
}
.cid-tUhUL3LfBt .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tUhUL3LfBt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tUhUL3LfBt .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tUhUL3LfBt .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tUhUL3LfBt .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tUhUL3LfBt .mbr-offer {
  color: #232323;
}
.cid-uYTlXUZWSh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTlXUZWSh .content {
    text-align: center;
  }
  .cid-uYTlXUZWSh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTlXUZWSh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTlXUZWSh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTlXUZWSh .media-wrap img {
  height: 6rem;
}
.cid-uYTlXUZWSh .mbr-text {
  color: #8d97ad;
}
.cid-uYTlXUZWSh .p-title {
  font-size: 17px;
}
.cid-uYTlXUZWSh .p-title span {
  color: #111111;
}
.cid-uYTlXUZWSh .title-card {
  font-size: 1.3rem;
}
.cid-uYTlXUZWSh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTlXUZWSh .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTlXUZWSh .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTlXUZWSh .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTlXUZWSh .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTlXUZWSh .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTlXUZWSh .copyright img {
  margin-right: 10px;
}
.cid-uYTlXUZWSh .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTlXUZWSh .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTlXUZWSh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTlXUZWSh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTlXUZWSh .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTlXUZWSh SPAN {
  color: #57e714;
}
.cid-uYTlXUZWSh H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tUiqIqjaVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tUiqIqjaVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiqIqjaVD .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-tUiqIqjaVD .container {
    padding: 0 16px;
  }
}
.cid-tUiqIqjaVD .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tUiqIqjaVD .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUiqIqjaVD .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tUiqIqjaVD .image-wrapper img {
    height: 300px;
  }
}
.cid-tUiqIqjaVD .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiqIqjaVD .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUiqIqjaVD .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiqIqjaVD .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUiqIqjaVD .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiqIqjaVD .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUim38nDUo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tUim38nDUo .container-fluid {
  padding: 0 3rem;
}
.cid-tUim38nDUo .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tUim38nDUo .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tUim38nDUo .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tUim38nDUo .social-media {
  margin-top: 1.5rem;
}
.cid-tUim38nDUo .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tUim38nDUo .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tUim38nDUo .mbr-text,
.cid-tUim38nDUo .mbr-offer {
  line-height: 1.5;
}
.cid-tUim38nDUo .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tUim38nDUo .container-fluid {
    padding: 0 1rem;
  }
  .cid-tUim38nDUo .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tUim38nDUo .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tUim38nDUo .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tUim38nDUo .mbr-offer {
  color: #232323;
}
.cid-uYTm2yUBbr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTm2yUBbr .content {
    text-align: center;
  }
  .cid-uYTm2yUBbr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTm2yUBbr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTm2yUBbr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTm2yUBbr .media-wrap img {
  height: 6rem;
}
.cid-uYTm2yUBbr .mbr-text {
  color: #8d97ad;
}
.cid-uYTm2yUBbr .p-title {
  font-size: 17px;
}
.cid-uYTm2yUBbr .p-title span {
  color: #111111;
}
.cid-uYTm2yUBbr .title-card {
  font-size: 1.3rem;
}
.cid-uYTm2yUBbr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTm2yUBbr .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTm2yUBbr .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTm2yUBbr .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTm2yUBbr .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTm2yUBbr .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTm2yUBbr .copyright img {
  margin-right: 10px;
}
.cid-uYTm2yUBbr .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTm2yUBbr .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTm2yUBbr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTm2yUBbr .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTm2yUBbr .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTm2yUBbr SPAN {
  color: #57e714;
}
.cid-uYTm2yUBbr H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u1byFbTBc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u1byFbTBc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1byFbTBc2 .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-u1byFbTBc2 .container {
    padding: 0 16px;
  }
}
.cid-u1byFbTBc2 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u1byFbTBc2 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u1byFbTBc2 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u1byFbTBc2 .image-wrapper img {
    height: 300px;
  }
}
.cid-u1byFbTBc2 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1byFbTBc2 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1byFbTBc2 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1byFbTBc2 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u1byFbTBc2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1byFbTBc2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1byFcxnCb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u1byFcxnCb .container-fluid {
  padding: 0 3rem;
}
.cid-u1byFcxnCb .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u1byFcxnCb .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u1byFcxnCb .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u1byFcxnCb .social-media {
  margin-top: 1.5rem;
}
.cid-u1byFcxnCb .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u1byFcxnCb .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u1byFcxnCb .mbr-text,
.cid-u1byFcxnCb .mbr-offer {
  line-height: 1.5;
}
.cid-u1byFcxnCb .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u1byFcxnCb .container-fluid {
    padding: 0 1rem;
  }
  .cid-u1byFcxnCb .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u1byFcxnCb .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u1byFcxnCb .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u1byFcxnCb .mbr-offer {
  color: #232323;
}
.cid-uYTlx4Y3ML {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTlx4Y3ML .content {
    text-align: center;
  }
  .cid-uYTlx4Y3ML .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTlx4Y3ML .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTlx4Y3ML .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTlx4Y3ML .media-wrap img {
  height: 6rem;
}
.cid-uYTlx4Y3ML .mbr-text {
  color: #8d97ad;
}
.cid-uYTlx4Y3ML .p-title {
  font-size: 17px;
}
.cid-uYTlx4Y3ML .p-title span {
  color: #111111;
}
.cid-uYTlx4Y3ML .title-card {
  font-size: 1.3rem;
}
.cid-uYTlx4Y3ML .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTlx4Y3ML .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTlx4Y3ML .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTlx4Y3ML .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTlx4Y3ML .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTlx4Y3ML .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTlx4Y3ML .copyright img {
  margin-right: 10px;
}
.cid-uYTlx4Y3ML .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTlx4Y3ML .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTlx4Y3ML .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTlx4Y3ML .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTlx4Y3ML .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTlx4Y3ML SPAN {
  color: #57e714;
}
.cid-uYTlx4Y3ML H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u1QFfgPi8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u1QFfgPi8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1QFfgPi8e .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-u1QFfgPi8e .container {
    padding: 0 16px;
  }
}
.cid-u1QFfgPi8e .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u1QFfgPi8e .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u1QFfgPi8e .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u1QFfgPi8e .image-wrapper img {
    height: 300px;
  }
}
.cid-u1QFfgPi8e .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1QFfgPi8e .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1QFfgPi8e .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1QFfgPi8e .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u1QFfgPi8e .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1QFfgPi8e .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1QFfi9GdS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u1QFfi9GdS .container-fluid {
  padding: 0 3rem;
}
.cid-u1QFfi9GdS .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u1QFfi9GdS .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u1QFfi9GdS .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u1QFfi9GdS .social-media {
  margin-top: 1.5rem;
}
.cid-u1QFfi9GdS .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u1QFfi9GdS .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u1QFfi9GdS .mbr-text,
.cid-u1QFfi9GdS .mbr-offer {
  line-height: 1.5;
}
.cid-u1QFfi9GdS .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u1QFfi9GdS .container-fluid {
    padding: 0 1rem;
  }
  .cid-u1QFfi9GdS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u1QFfi9GdS .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u1QFfi9GdS .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u1QFfi9GdS .mbr-offer {
  color: #232323;
}
.cid-uYTmTUEN2a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmTUEN2a .content {
    text-align: center;
  }
  .cid-uYTmTUEN2a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmTUEN2a .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmTUEN2a .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmTUEN2a .media-wrap img {
  height: 6rem;
}
.cid-uYTmTUEN2a .mbr-text {
  color: #8d97ad;
}
.cid-uYTmTUEN2a .p-title {
  font-size: 17px;
}
.cid-uYTmTUEN2a .p-title span {
  color: #111111;
}
.cid-uYTmTUEN2a .title-card {
  font-size: 1.3rem;
}
.cid-uYTmTUEN2a .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmTUEN2a .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmTUEN2a .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmTUEN2a .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmTUEN2a .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmTUEN2a .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmTUEN2a .copyright img {
  margin-right: 10px;
}
.cid-uYTmTUEN2a .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmTUEN2a .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmTUEN2a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmTUEN2a .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmTUEN2a .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmTUEN2a SPAN {
  color: #57e714;
}
.cid-uYTmTUEN2a H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u1QLJOqcZF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u1QLJOqcZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1QLJOqcZF .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-u1QLJOqcZF .container {
    padding: 0 16px;
  }
}
.cid-u1QLJOqcZF .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u1QLJOqcZF .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u1QLJOqcZF .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u1QLJOqcZF .image-wrapper img {
    height: 300px;
  }
}
.cid-u1QLJOqcZF .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1QLJOqcZF .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1QLJOqcZF .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1QLJOqcZF .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u1QLJOqcZF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u1QLJOqcZF .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u1QLJPlE98 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u1QLJPlE98 .container-fluid {
  padding: 0 3rem;
}
.cid-u1QLJPlE98 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u1QLJPlE98 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u1QLJPlE98 .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u1QLJPlE98 .social-media {
  margin-top: 1.5rem;
}
.cid-u1QLJPlE98 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u1QLJPlE98 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u1QLJPlE98 .mbr-text,
.cid-u1QLJPlE98 .mbr-offer {
  line-height: 1.5;
}
.cid-u1QLJPlE98 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u1QLJPlE98 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u1QLJPlE98 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u1QLJPlE98 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u1QLJPlE98 .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u1QLJPlE98 .mbr-offer {
  color: #232323;
}
.cid-uYTmYeBQ7Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmYeBQ7Z .content {
    text-align: center;
  }
  .cid-uYTmYeBQ7Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmYeBQ7Z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmYeBQ7Z .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmYeBQ7Z .media-wrap img {
  height: 6rem;
}
.cid-uYTmYeBQ7Z .mbr-text {
  color: #8d97ad;
}
.cid-uYTmYeBQ7Z .p-title {
  font-size: 17px;
}
.cid-uYTmYeBQ7Z .p-title span {
  color: #111111;
}
.cid-uYTmYeBQ7Z .title-card {
  font-size: 1.3rem;
}
.cid-uYTmYeBQ7Z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmYeBQ7Z .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmYeBQ7Z .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmYeBQ7Z .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmYeBQ7Z .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmYeBQ7Z .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmYeBQ7Z .copyright img {
  margin-right: 10px;
}
.cid-uYTmYeBQ7Z .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmYeBQ7Z .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmYeBQ7Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmYeBQ7Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmYeBQ7Z .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmYeBQ7Z SPAN {
  color: #57e714;
}
.cid-uYTmYeBQ7Z H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u1QVgODtjG {
  padding-top: 195px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-u1QVgODtjG H1 {
  color: #232323;
}
.cid-u1QVgODtjG .mbr-text,
.cid-u1QVgODtjG .mbr-section-btn {
  color: #767676;
}
.cid-u1QVgODtjG .img-box {
  position: relative;
}
.cid-u1QVgODtjG .card-ico span {
  font-size: 96px;
  color: #44389c;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-u1QVgODtjG .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-u1QVgODtjG .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-u1QVgODtjG .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-u1QVgODtjG .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-u1QVgODtjG .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-u1QVgODtjG img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(50, 33, 178, 0.35);
}
@media (max-width: 992px) {
  .cid-u1QVgODtjG .img-box {
    height: 500px;
  }
  .cid-u1QVgODtjG .img1 {
    left: 1rem;
  }
  .cid-u1QVgODtjG .img2 {
    right: 1rem;
  }
  .cid-u1QVgODtjG img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-u1QVgODtjG img {
    width: 60%;
  }
  .cid-u1QVgODtjG .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-u1QVgODtjG .author-box {
    justify-content: center;
  }
  .cid-u1QVgODtjG .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-u1QVgODtjG .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-u1QVgODtjG .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-u1QVgODtjG .card-ico span {
    margin-right: 0rem;
  }
}
.cid-u1QVgODtjG .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u1QVgODtjG .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-u1QVgODtjG .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-u1QVgODtjG h3,
.cid-u1QVgODtjG h4 {
  margin: 0;
  padding: 0;
}
.cid-u1QVgODtjG .card-title,
.cid-u1QVgODtjG .mbr-section-subtitle {
  color: #232323;
}
.cid-u1QVgSLoB5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u1QVgSLoB5 .container-fluid {
  padding: 0 3rem;
}
.cid-u1QVgSLoB5 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u1QVgSLoB5 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u1QVgSLoB5 .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u1QVgSLoB5 .social-media {
  margin-top: 1.5rem;
}
.cid-u1QVgSLoB5 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u1QVgSLoB5 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u1QVgSLoB5 .mbr-text,
.cid-u1QVgSLoB5 .mbr-offer {
  line-height: 1.5;
}
.cid-u1QVgSLoB5 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u1QVgSLoB5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u1QVgSLoB5 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u1QVgSLoB5 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u1QVgSLoB5 .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u1QVgSLoB5 .mbr-offer {
  color: #232323;
}
.cid-uYTnJpg8zu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTnJpg8zu .content {
    text-align: center;
  }
  .cid-uYTnJpg8zu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTnJpg8zu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTnJpg8zu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTnJpg8zu .media-wrap img {
  height: 6rem;
}
.cid-uYTnJpg8zu .mbr-text {
  color: #8d97ad;
}
.cid-uYTnJpg8zu .p-title {
  font-size: 17px;
}
.cid-uYTnJpg8zu .p-title span {
  color: #111111;
}
.cid-uYTnJpg8zu .title-card {
  font-size: 1.3rem;
}
.cid-uYTnJpg8zu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTnJpg8zu .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTnJpg8zu .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTnJpg8zu .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTnJpg8zu .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTnJpg8zu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTnJpg8zu .copyright img {
  margin-right: 10px;
}
.cid-uYTnJpg8zu .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTnJpg8zu .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTnJpg8zu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTnJpg8zu .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTnJpg8zu .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTnJpg8zu SPAN {
  color: #57e714;
}
.cid-uYTnJpg8zu H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u2XkFm2ZSB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-u2XkFm2ZSB .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u2XkFm2ZSB .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2XkFm2ZSB .title__block,
.cid-u2XkFm2ZSB .image__block {
  pointer-events: all;
}
.cid-u2XkFm2ZSB .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u2XkFm2ZSB .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-u2XkFm2ZSB .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-u2XkFm2ZSB .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-u2XkFm2ZSB .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-u2XkFm2ZSB .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-u2XkFm2ZSB .image__block {
  max-height: 600px;
}
.cid-u2XkFm2ZSB .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2XkFm2ZSB .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-u2XkFm2ZSB .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-u2XkFm2ZSB .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-u2XkFm2ZSB .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2XkFm2ZSB .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-u2XkFm2ZSB .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2XkFm2ZSB .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2XkFm2ZSB .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u2XkFm2ZSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XkFm2ZSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XTjMLGqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2XTjMLGqo .container,
.cid-u2XTjMLGqo .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-u2XTjMLGqo .title__block,
.cid-u2XTjMLGqo .button,
.cid-u2XTjMLGqo .wrap {
  pointer-events: all;
}
.cid-u2XTjMLGqo .mbr-section-title {
  color: #4fb311;
  margin-bottom: 15px;
}
.cid-u2XTjMLGqo .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-u2XTjMLGqo .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-u2XTjMLGqo .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #f9db51 !important;
  color: #000000 !important;
  border-color: #f9db51 !important;
}
.cid-u2XTjMLGqo .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-u2XTjMLGqo .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-u2XTjMLGqo .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #f9db51 !important;
  color: #000000 !important;
  border-color: #f9db51 !important;
}
.cid-u2XTjMLGqo .card__wrap:hover .card__title {
  color: #f9db51;
}
.cid-u2XTjMLGqo .image {
  margin-bottom: 32px;
}
.cid-u2XTjMLGqo .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u2XTjMLGqo .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-u2XTjMLGqo .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2XTjMLGqo .media-container-row {
    justify-content: flex-start;
  }
  .cid-u2XTjMLGqo .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u2XTjMLGqo .media-container-row {
    margin: 0 -15px;
  }
}
.cid-u2XTjMLGqo .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-u2XTjMLGqo .animation__background .quadr {
  position: absolute;
  bottom: 18%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-u2XTjMLGqo .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-u2XTjMLGqo .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-u2XTjMLGqo .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationTwo 33s infinite linear;
}
.cid-u2XTjMLGqo .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f9db51;
  animation: animationOne 23s infinite linear;
}
.cid-u2XTjMLGqo .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #44389c;
  animation: animationTwo 26s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u2XTjMLGqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XTjMLGqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XffWHtJb {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #efeeee;
}
.cid-u2XffWHtJb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u2XffWHtJb ul li {
  padding: 1rem 0;
}
.cid-u2XffWHtJb ul li:hover {
  color: #44389c;
}
.cid-u2XffWHtJb .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-u2XffWHtJb .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-u2XffWHtJb .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-u2XffWHtJb .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2XffWHtJb .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-u2XffWHtJb .map {
    height: auto;
  }
}
.cid-u2XffWHtJb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u2XffWHtJb .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-u2XffWHtJb .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u2XffWHtJb .social-list a:hover {
  opacity: 1;
}
.cid-u2XffWHtJb .row-element,
.cid-u2XffWHtJb .image-element {
  padding: 0;
}
.cid-u2XffWHtJb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u2XffWHtJb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #44389c, #261987);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u2XffWHtJb .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u2XffWHtJb .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2XffWHtJb .text-content {
    padding: 2rem 1rem;
  }
  .cid-u2XffWHtJb .underline .line {
    height: 2px;
  }
  .cid-u2XffWHtJb .mbr-title,
  .cid-u2XffWHtJb .underline,
  .cid-u2XffWHtJb .mbr-text,
  .cid-u2XffWHtJb .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u2XffWHtJb .mbr-title,
.cid-u2XffWHtJb .underline {
  color: #7f1933;
}
.cid-u2XffWHtJb .mbr-text,
.cid-u2XffWHtJb .mbr-section-btn {
  color: #ffffff;
}
.cid-u2XffWHtJb mbr-list LI {
  color: #ffffff;
}
.cid-u2XffWHtJb mbr-list {
  text-align: center;
}
.cid-u2XffWHtJb .mbr-list,
.cid-u2XffWHtJb .social-list mbr-list {
  color: #ffffff;
}
.cid-u2XffWHtJb .mbr-text {
  color: #7f1933;
}
.cid-u2XffXCLm3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u2XffXCLm3 .container-fluid {
  padding: 0 3rem;
}
.cid-u2XffXCLm3 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u2XffXCLm3 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u2XffXCLm3 .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u2XffXCLm3 .social-media {
  margin-top: 1.5rem;
}
.cid-u2XffXCLm3 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u2XffXCLm3 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u2XffXCLm3 .mbr-text,
.cid-u2XffXCLm3 .mbr-offer {
  line-height: 1.5;
}
.cid-u2XffXCLm3 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u2XffXCLm3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u2XffXCLm3 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u2XffXCLm3 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u2XffXCLm3 .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u2XffXCLm3 .mbr-offer {
  color: #232323;
}
.cid-uYTnnPsUaF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTnnPsUaF .content {
    text-align: center;
  }
  .cid-uYTnnPsUaF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTnnPsUaF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTnnPsUaF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTnnPsUaF .media-wrap img {
  height: 6rem;
}
.cid-uYTnnPsUaF .mbr-text {
  color: #8d97ad;
}
.cid-uYTnnPsUaF .p-title {
  font-size: 17px;
}
.cid-uYTnnPsUaF .p-title span {
  color: #111111;
}
.cid-uYTnnPsUaF .title-card {
  font-size: 1.3rem;
}
.cid-uYTnnPsUaF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTnnPsUaF .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTnnPsUaF .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTnnPsUaF .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTnnPsUaF .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTnnPsUaF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTnnPsUaF .copyright img {
  margin-right: 10px;
}
.cid-uYTnnPsUaF .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTnnPsUaF .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTnnPsUaF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTnnPsUaF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTnnPsUaF .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTnnPsUaF SPAN {
  color: #57e714;
}
.cid-uYTnnPsUaF H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u2Ytc8CNiH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-u2Ytc8CNiH .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u2Ytc8CNiH .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2Ytc8CNiH .title__block,
.cid-u2Ytc8CNiH .image__block {
  pointer-events: all;
}
.cid-u2Ytc8CNiH .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u2Ytc8CNiH .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-u2Ytc8CNiH .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-u2Ytc8CNiH .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-u2Ytc8CNiH .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-u2Ytc8CNiH .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-u2Ytc8CNiH .image__block {
  max-height: 600px;
}
.cid-u2Ytc8CNiH .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2Ytc8CNiH .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-u2Ytc8CNiH .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-u2Ytc8CNiH .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-u2Ytc8CNiH .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2Ytc8CNiH .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-u2Ytc8CNiH .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2Ytc8CNiH .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2Ytc8CNiH .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u2Ytc8CNiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Ytc8CNiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YtcbYrPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5842ff;
}
.cid-u2YtcbYrPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YtcbYrPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u2YtcbYrPL .container {
    padding: 0 24px;
  }
}
.cid-u2YtcbYrPL .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u2YtcbYrPL .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u2YtcbYrPL .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2YtcbYrPL .image-wrapper img {
    height: 350px;
  }
}
.cid-u2YtcbYrPL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2YtcbYrPL .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-u2YtcbYrPL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2YtcbYrPL .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-u2YtcbYrPL .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-u2YtcbYrPL .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u2YtcbYrPL .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u2YtcbYrPL .mbr-section-title {
  color: #F9F6E0;
}
.cid-u2YtcbYrPL .mbr-text {
  color: #F9F6E0;
}
.cid-u2YtcbYrPL .mbr-desc {
  color: #E0B548;
}
.cid-u2YtcdqQuI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u2YtcdqQuI .container-fluid {
  padding: 0 3rem;
}
.cid-u2YtcdqQuI .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u2YtcdqQuI .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u2YtcdqQuI .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u2YtcdqQuI .social-media {
  margin-top: 1.5rem;
}
.cid-u2YtcdqQuI .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u2YtcdqQuI .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u2YtcdqQuI .mbr-text,
.cid-u2YtcdqQuI .mbr-offer {
  line-height: 1.5;
}
.cid-u2YtcdqQuI .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u2YtcdqQuI .container-fluid {
    padding: 0 1rem;
  }
  .cid-u2YtcdqQuI .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u2YtcdqQuI .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u2YtcdqQuI .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u2YtcdqQuI .mbr-offer {
  color: #232323;
}
.cid-uYTnFqhc48 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTnFqhc48 .content {
    text-align: center;
  }
  .cid-uYTnFqhc48 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTnFqhc48 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTnFqhc48 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTnFqhc48 .media-wrap img {
  height: 6rem;
}
.cid-uYTnFqhc48 .mbr-text {
  color: #8d97ad;
}
.cid-uYTnFqhc48 .p-title {
  font-size: 17px;
}
.cid-uYTnFqhc48 .p-title span {
  color: #111111;
}
.cid-uYTnFqhc48 .title-card {
  font-size: 1.3rem;
}
.cid-uYTnFqhc48 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTnFqhc48 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTnFqhc48 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTnFqhc48 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTnFqhc48 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTnFqhc48 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTnFqhc48 .copyright img {
  margin-right: 10px;
}
.cid-uYTnFqhc48 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTnFqhc48 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTnFqhc48 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTnFqhc48 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTnFqhc48 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTnFqhc48 SPAN {
  color: #57e714;
}
.cid-uYTnFqhc48 H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u2YpozQsTz {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-u2YpozQsTz .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u2YpozQsTz .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2YpozQsTz .title__block,
.cid-u2YpozQsTz .image__block {
  pointer-events: all;
}
.cid-u2YpozQsTz .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u2YpozQsTz .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-u2YpozQsTz .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-u2YpozQsTz .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-u2YpozQsTz .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-u2YpozQsTz .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-u2YpozQsTz .image__block {
  max-height: 600px;
}
.cid-u2YpozQsTz .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YpozQsTz .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-u2YpozQsTz .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-u2YpozQsTz .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-u2YpozQsTz .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YpozQsTz .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-u2YpozQsTz .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YpozQsTz .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YpozQsTz .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u2YpozQsTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YpozQsTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YpoDINND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5842ff;
}
.cid-u2YpoDINND .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YpoDINND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u2YpoDINND .container {
    padding: 0 24px;
  }
}
.cid-u2YpoDINND .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u2YpoDINND .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u2YpoDINND .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2YpoDINND .image-wrapper img {
    height: 350px;
  }
}
.cid-u2YpoDINND .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2YpoDINND .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-u2YpoDINND .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2YpoDINND .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-u2YpoDINND .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-u2YpoDINND .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u2YpoDINND .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u2YpoDINND .mbr-section-title {
  color: #F9F6E0;
}
.cid-u2YpoDINND .mbr-text {
  color: #F9F6E0;
}
.cid-u2YpoDINND .mbr-desc {
  color: #E0B548;
}
.cid-u2YpoETbnL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u2YpoETbnL .container-fluid {
  padding: 0 3rem;
}
.cid-u2YpoETbnL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u2YpoETbnL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u2YpoETbnL .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u2YpoETbnL .social-media {
  margin-top: 1.5rem;
}
.cid-u2YpoETbnL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u2YpoETbnL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u2YpoETbnL .mbr-text,
.cid-u2YpoETbnL .mbr-offer {
  line-height: 1.5;
}
.cid-u2YpoETbnL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u2YpoETbnL .container-fluid {
    padding: 0 1rem;
  }
  .cid-u2YpoETbnL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u2YpoETbnL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u2YpoETbnL .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u2YpoETbnL .mbr-offer {
  color: #232323;
}
.cid-uYTnAFtxOD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTnAFtxOD .content {
    text-align: center;
  }
  .cid-uYTnAFtxOD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTnAFtxOD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTnAFtxOD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTnAFtxOD .media-wrap img {
  height: 6rem;
}
.cid-uYTnAFtxOD .mbr-text {
  color: #8d97ad;
}
.cid-uYTnAFtxOD .p-title {
  font-size: 17px;
}
.cid-uYTnAFtxOD .p-title span {
  color: #111111;
}
.cid-uYTnAFtxOD .title-card {
  font-size: 1.3rem;
}
.cid-uYTnAFtxOD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTnAFtxOD .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTnAFtxOD .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTnAFtxOD .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTnAFtxOD .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTnAFtxOD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTnAFtxOD .copyright img {
  margin-right: 10px;
}
.cid-uYTnAFtxOD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTnAFtxOD .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTnAFtxOD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTnAFtxOD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTnAFtxOD .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTnAFtxOD SPAN {
  color: #57e714;
}
.cid-uYTnAFtxOD H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u2YaDtbZvy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-u2YaDtbZvy .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u2YaDtbZvy .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u2YaDtbZvy .title__block,
.cid-u2YaDtbZvy .image__block {
  pointer-events: all;
}
.cid-u2YaDtbZvy .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u2YaDtbZvy .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-u2YaDtbZvy .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-u2YaDtbZvy .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-u2YaDtbZvy .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-u2YaDtbZvy .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-u2YaDtbZvy .image__block {
  max-height: 600px;
}
.cid-u2YaDtbZvy .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YaDtbZvy .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-u2YaDtbZvy .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-u2YaDtbZvy .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-u2YaDtbZvy .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YaDtbZvy .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-u2YaDtbZvy .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YaDtbZvy .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u2YaDtbZvy .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u2YaDtbZvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YaDtbZvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Yij4voWG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5842ff;
}
.cid-u2Yij4voWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Yij4voWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u2Yij4voWG .container {
    padding: 0 24px;
  }
}
.cid-u2Yij4voWG .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u2Yij4voWG .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u2Yij4voWG .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2Yij4voWG .image-wrapper img {
    height: 350px;
  }
}
.cid-u2Yij4voWG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2Yij4voWG .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-u2Yij4voWG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2Yij4voWG .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-u2Yij4voWG .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-u2Yij4voWG .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u2Yij4voWG .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u2Yij4voWG .mbr-section-title {
  color: #F9F6E0;
}
.cid-u2Yij4voWG .mbr-text {
  color: #F9F6E0;
}
.cid-u2Yij4voWG .mbr-desc {
  color: #E0B548;
}
.cid-u2YaDz57pe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u2YaDz57pe .container-fluid {
  padding: 0 3rem;
}
.cid-u2YaDz57pe .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u2YaDz57pe .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u2YaDz57pe .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u2YaDz57pe .social-media {
  margin-top: 1.5rem;
}
.cid-u2YaDz57pe .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u2YaDz57pe .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u2YaDz57pe .mbr-text,
.cid-u2YaDz57pe .mbr-offer {
  line-height: 1.5;
}
.cid-u2YaDz57pe .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u2YaDz57pe .container-fluid {
    padding: 0 1rem;
  }
  .cid-u2YaDz57pe .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u2YaDz57pe .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u2YaDz57pe .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u2YaDz57pe .mbr-offer {
  color: #232323;
}
.cid-uYTns3dLqY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTns3dLqY .content {
    text-align: center;
  }
  .cid-uYTns3dLqY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTns3dLqY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTns3dLqY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTns3dLqY .media-wrap img {
  height: 6rem;
}
.cid-uYTns3dLqY .mbr-text {
  color: #8d97ad;
}
.cid-uYTns3dLqY .p-title {
  font-size: 17px;
}
.cid-uYTns3dLqY .p-title span {
  color: #111111;
}
.cid-uYTns3dLqY .title-card {
  font-size: 1.3rem;
}
.cid-uYTns3dLqY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTns3dLqY .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTns3dLqY .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTns3dLqY .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTns3dLqY .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTns3dLqY .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTns3dLqY .copyright img {
  margin-right: 10px;
}
.cid-uYTns3dLqY .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTns3dLqY .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTns3dLqY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTns3dLqY .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTns3dLqY .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTns3dLqY SPAN {
  color: #57e714;
}
.cid-uYTns3dLqY H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tUi3GVKBDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tUi3GVKBDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUi3GVKBDE .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-tUi3GVKBDE .container {
    padding: 0 16px;
  }
}
.cid-tUi3GVKBDE .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c647fe;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tUi3GVKBDE .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUi3GVKBDE .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tUi3GVKBDE .image-wrapper img {
    height: 300px;
  }
}
.cid-tUi3GVKBDE .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUi3GVKBDE .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUi3GVKBDE .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUi3GVKBDE .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUi3GVKBDE .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUi3GVKBDE .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUhZ2Qk1Ts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tUhZ2Qk1Ts .container-fluid {
  padding: 0 3rem;
}
.cid-tUhZ2Qk1Ts .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tUhZ2Qk1Ts .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tUhZ2Qk1Ts .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tUhZ2Qk1Ts .social-media {
  margin-top: 1.5rem;
}
.cid-tUhZ2Qk1Ts .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tUhZ2Qk1Ts .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tUhZ2Qk1Ts .mbr-text,
.cid-tUhZ2Qk1Ts .mbr-offer {
  line-height: 1.5;
}
.cid-tUhZ2Qk1Ts .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tUhZ2Qk1Ts .container-fluid {
    padding: 0 1rem;
  }
  .cid-tUhZ2Qk1Ts .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tUhZ2Qk1Ts .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tUhZ2Qk1Ts .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tUhZ2Qk1Ts .mbr-offer {
  color: #232323;
}
.cid-uYTmbiibFE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmbiibFE .content {
    text-align: center;
  }
  .cid-uYTmbiibFE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmbiibFE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmbiibFE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmbiibFE .media-wrap img {
  height: 6rem;
}
.cid-uYTmbiibFE .mbr-text {
  color: #8d97ad;
}
.cid-uYTmbiibFE .p-title {
  font-size: 17px;
}
.cid-uYTmbiibFE .p-title span {
  color: #111111;
}
.cid-uYTmbiibFE .title-card {
  font-size: 1.3rem;
}
.cid-uYTmbiibFE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmbiibFE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmbiibFE .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmbiibFE .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmbiibFE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmbiibFE .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmbiibFE .copyright img {
  margin-right: 10px;
}
.cid-uYTmbiibFE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmbiibFE .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmbiibFE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmbiibFE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmbiibFE .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmbiibFE SPAN {
  color: #57e714;
}
.cid-uYTmbiibFE H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uNneW3pFzB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-uNneW3pFzB .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uNneW3pFzB .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uNneW3pFzB .title__block,
.cid-uNneW3pFzB .image__block {
  pointer-events: all;
}
.cid-uNneW3pFzB .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNneW3pFzB .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-uNneW3pFzB .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-uNneW3pFzB .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-uNneW3pFzB .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-uNneW3pFzB .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-uNneW3pFzB .image__block {
  max-height: 600px;
}
.cid-uNneW3pFzB .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNneW3pFzB .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-uNneW3pFzB .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-uNneW3pFzB .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-uNneW3pFzB .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uNneW3pFzB .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-uNneW3pFzB .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uNneW3pFzB .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uNneW3pFzB .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uNneW3pFzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNneW3pFzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNneWI0EVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5842ff;
}
.cid-uNneWI0EVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNneWI0EVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uNneWI0EVa .container {
    padding: 0 24px;
  }
}
.cid-uNneWI0EVa .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uNneWI0EVa .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNneWI0EVa .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNneWI0EVa .image-wrapper img {
    height: 350px;
  }
}
.cid-uNneWI0EVa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNneWI0EVa .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uNneWI0EVa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNneWI0EVa .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uNneWI0EVa .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uNneWI0EVa .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uNneWI0EVa .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uNneWI0EVa .mbr-section-title {
  color: #F9F6E0;
}
.cid-uNneWI0EVa .mbr-text {
  color: #F9F6E0;
}
.cid-uNneWI0EVa .mbr-desc {
  color: #E0B548;
}
.cid-u2YyiPTXKK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u2YyiPTXKK .container-fluid {
  padding: 0 3rem;
}
.cid-u2YyiPTXKK .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u2YyiPTXKK .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u2YyiPTXKK .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u2YyiPTXKK .social-media {
  margin-top: 1.5rem;
}
.cid-u2YyiPTXKK .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u2YyiPTXKK .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u2YyiPTXKK .mbr-text,
.cid-u2YyiPTXKK .mbr-offer {
  line-height: 1.5;
}
.cid-u2YyiPTXKK .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u2YyiPTXKK .container-fluid {
    padding: 0 1rem;
  }
  .cid-u2YyiPTXKK .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u2YyiPTXKK .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u2YyiPTXKK .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u2YyiPTXKK .mbr-offer {
  color: #232323;
}
.cid-uYTnwhxMu7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTnwhxMu7 .content {
    text-align: center;
  }
  .cid-uYTnwhxMu7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTnwhxMu7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTnwhxMu7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTnwhxMu7 .media-wrap img {
  height: 6rem;
}
.cid-uYTnwhxMu7 .mbr-text {
  color: #8d97ad;
}
.cid-uYTnwhxMu7 .p-title {
  font-size: 17px;
}
.cid-uYTnwhxMu7 .p-title span {
  color: #111111;
}
.cid-uYTnwhxMu7 .title-card {
  font-size: 1.3rem;
}
.cid-uYTnwhxMu7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTnwhxMu7 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTnwhxMu7 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTnwhxMu7 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTnwhxMu7 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTnwhxMu7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTnwhxMu7 .copyright img {
  margin-right: 10px;
}
.cid-uYTnwhxMu7 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTnwhxMu7 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTnwhxMu7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTnwhxMu7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTnwhxMu7 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTnwhxMu7 SPAN {
  color: #57e714;
}
.cid-uYTnwhxMu7 H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u772qbXV6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u772qbXV6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u772qbXV6r .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-u772qbXV6r .container {
    padding: 0 16px;
  }
}
.cid-u772qbXV6r .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u772qbXV6r .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u772qbXV6r .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u772qbXV6r .image-wrapper img {
    height: 300px;
  }
}
.cid-u772qbXV6r .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u772qbXV6r .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u772qbXV6r .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u772qbXV6r .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u772qbXV6r .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u772qbXV6r .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u772qd3rbe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u772qd3rbe .container-fluid {
  padding: 0 3rem;
}
.cid-u772qd3rbe .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u772qd3rbe .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u772qd3rbe .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u772qd3rbe .social-media {
  margin-top: 1.5rem;
}
.cid-u772qd3rbe .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u772qd3rbe .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u772qd3rbe .mbr-text,
.cid-u772qd3rbe .mbr-offer {
  line-height: 1.5;
}
.cid-u772qd3rbe .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u772qd3rbe .container-fluid {
    padding: 0 1rem;
  }
  .cid-u772qd3rbe .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u772qd3rbe .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u772qd3rbe .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u772qd3rbe .mbr-offer {
  color: #232323;
}
.cid-uYTmt1egw0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmt1egw0 .content {
    text-align: center;
  }
  .cid-uYTmt1egw0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmt1egw0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmt1egw0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmt1egw0 .media-wrap img {
  height: 6rem;
}
.cid-uYTmt1egw0 .mbr-text {
  color: #8d97ad;
}
.cid-uYTmt1egw0 .p-title {
  font-size: 17px;
}
.cid-uYTmt1egw0 .p-title span {
  color: #111111;
}
.cid-uYTmt1egw0 .title-card {
  font-size: 1.3rem;
}
.cid-uYTmt1egw0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmt1egw0 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmt1egw0 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmt1egw0 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmt1egw0 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmt1egw0 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmt1egw0 .copyright img {
  margin-right: 10px;
}
.cid-uYTmt1egw0 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmt1egw0 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmt1egw0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmt1egw0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmt1egw0 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmt1egw0 SPAN {
  color: #57e714;
}
.cid-uYTmt1egw0 H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u77enOcnn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u77enOcnn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u77enOcnn1 .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-u77enOcnn1 .container {
    padding: 0 16px;
  }
}
.cid-u77enOcnn1 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u77enOcnn1 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u77enOcnn1 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u77enOcnn1 .image-wrapper img {
    height: 300px;
  }
}
.cid-u77enOcnn1 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u77enOcnn1 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u77enOcnn1 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u77enOcnn1 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u77enOcnn1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u77enOcnn1 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u77enPw7uM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u77enPw7uM .container-fluid {
  padding: 0 3rem;
}
.cid-u77enPw7uM .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u77enPw7uM .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u77enPw7uM .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u77enPw7uM .social-media {
  margin-top: 1.5rem;
}
.cid-u77enPw7uM .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u77enPw7uM .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u77enPw7uM .mbr-text,
.cid-u77enPw7uM .mbr-offer {
  line-height: 1.5;
}
.cid-u77enPw7uM .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u77enPw7uM .container-fluid {
    padding: 0 1rem;
  }
  .cid-u77enPw7uM .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u77enPw7uM .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u77enPw7uM .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u77enPw7uM .mbr-offer {
  color: #232323;
}
.cid-uYTmPHZCOG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmPHZCOG .content {
    text-align: center;
  }
  .cid-uYTmPHZCOG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmPHZCOG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmPHZCOG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmPHZCOG .media-wrap img {
  height: 6rem;
}
.cid-uYTmPHZCOG .mbr-text {
  color: #8d97ad;
}
.cid-uYTmPHZCOG .p-title {
  font-size: 17px;
}
.cid-uYTmPHZCOG .p-title span {
  color: #111111;
}
.cid-uYTmPHZCOG .title-card {
  font-size: 1.3rem;
}
.cid-uYTmPHZCOG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmPHZCOG .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmPHZCOG .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmPHZCOG .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmPHZCOG .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmPHZCOG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmPHZCOG .copyright img {
  margin-right: 10px;
}
.cid-uYTmPHZCOG .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmPHZCOG .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmPHZCOG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmPHZCOG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmPHZCOG .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmPHZCOG SPAN {
  color: #57e714;
}
.cid-uYTmPHZCOG H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u77DJszlye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u77DJszlye .mbr-fallback-image.disabled {
  display: none;
}
.cid-u77DJszlye .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-u77DJszlye .container {
    padding: 0 16px;
  }
}
.cid-u77DJszlye .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u77DJszlye .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u77DJszlye .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u77DJszlye .image-wrapper img {
    height: 300px;
  }
}
.cid-u77DJszlye .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u77DJszlye .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u77DJszlye .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u77DJszlye .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u77DJszlye .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u77DJszlye .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u77DJtsmUt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u77DJtsmUt .container-fluid {
  padding: 0 3rem;
}
.cid-u77DJtsmUt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u77DJtsmUt .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u77DJtsmUt .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u77DJtsmUt .social-media {
  margin-top: 1.5rem;
}
.cid-u77DJtsmUt .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u77DJtsmUt .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u77DJtsmUt .mbr-text,
.cid-u77DJtsmUt .mbr-offer {
  line-height: 1.5;
}
.cid-u77DJtsmUt .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u77DJtsmUt .container-fluid {
    padding: 0 1rem;
  }
  .cid-u77DJtsmUt .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u77DJtsmUt .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u77DJtsmUt .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u77DJtsmUt .mbr-offer {
  color: #232323;
}
.cid-uYTmC11WpK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmC11WpK .content {
    text-align: center;
  }
  .cid-uYTmC11WpK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmC11WpK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmC11WpK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmC11WpK .media-wrap img {
  height: 6rem;
}
.cid-uYTmC11WpK .mbr-text {
  color: #8d97ad;
}
.cid-uYTmC11WpK .p-title {
  font-size: 17px;
}
.cid-uYTmC11WpK .p-title span {
  color: #111111;
}
.cid-uYTmC11WpK .title-card {
  font-size: 1.3rem;
}
.cid-uYTmC11WpK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmC11WpK .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmC11WpK .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmC11WpK .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmC11WpK .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmC11WpK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmC11WpK .copyright img {
  margin-right: 10px;
}
.cid-uYTmC11WpK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmC11WpK .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmC11WpK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmC11WpK .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmC11WpK .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmC11WpK SPAN {
  color: #57e714;
}
.cid-uYTmC11WpK H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tc8Xs0K3Ez {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-tc8Xs0K3Ez .main,
.cid-tc8Xs0K3Ez .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-tc8Xs0K3Ez .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tc8Xs0K3Ez .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tc8Xs0K3Ez .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tc8Xs0K3Ez .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tc8Xs0K3Ez .text-element {
  padding: 3rem 2rem;
}
.cid-tc8Xs0K3Ez .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-tc8Xs0K3Ez .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tc8Xs0K3Ez .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
.cid-tc8Xs0K3Ez .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .cid-tc8Xs0K3Ez .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tc8Xs0K3Ez .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tc8Xs0K3Ez .image-element,
  .cid-tc8Xs0K3Ez .text-element {
    margin-bottom: 0;
  }
  .cid-tc8Xs0K3Ez .main:first-child {
    padding-top: 0;
  }
}
.cid-tc8Xs0K3Ez .mbr-section-subtitle,
.cid-tc8Xs0K3Ez .card-text,
.cid-tc8Xs0K3Ez .mbr-section-btn {
  color: #8d97ad;
}
.cid-tc8Xs0K3Ez .card-text,
.cid-tc8Xs0K3Ez .mbr-section-btn {
  color: #767676;
}
.cid-tc8Xs0K3Ez .mbr-section-subtitle {
  color: #767676;
}
.cid-uAaH5gkKzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #dbdbdb;
  background: linear-gradient(45deg, rgba(219, 219, 219, 0.1), rgba(68, 56, 156, 0.2));
}
.cid-uAaH5gkKzC .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uAaH5gkKzC .container {
  z-index: 1;
}
.cid-uAaH5gkKzC .mbr-section-title {
  color: #233d63;
}
.cid-uAaH5gkKzC .mbr-section-subtitle {
  text-align: center;
}
.cid-uAaH5gkKzC .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAaH5gkKzC .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uAaH5gkKzC .mbr-section-btn .btn-white:hover {
  background-color: #44389c !important;
  border-color: #44389c !important;
  color: #ffffff !important;
}
.cid-uAaH5gkKzC .mbr-section-title,
.cid-uAaH5gkKzC .mbr-section-btn {
  text-align: center;
}
.cid-uAaH5gkKzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaH5gkKzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdXrKTvEKJ {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tdXrKTvEKJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #44389c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tdXrKTvEKJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tdXrKTvEKJ .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tdXrKTvEKJ .img-wrapper img {
  width: 100%;
}
.cid-tdXrKTvEKJ .carousel {
  z-index: 2;
  position: relative;
}
.cid-tdXrKTvEKJ .user {
  padding: 0 !important;
}
.cid-tdXrKTvEKJ .big-icon {
  top: 1rem;
  font-size: 2.7rem;
  z-index: 0;
  color: #848abd;
  opacity: 0.3;
  line-height: 2.083;
}
.cid-tdXrKTvEKJ .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-tdXrKTvEKJ .carousel-item.active,
.cid-tdXrKTvEKJ .carousel-item-next,
.cid-tdXrKTvEKJ .carousel-item-prev {
  display: flex;
}
.cid-tdXrKTvEKJ .user_name {
  margin: 0;
}
.cid-tdXrKTvEKJ .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-tdXrKTvEKJ .user_status {
  color: #5842ff;
}
.cid-tdXrKTvEKJ .user_status.display-4 {
  line-height: 1.3125;
}
.cid-tdXrKTvEKJ .carousel-controls a {
  font-size: 2rem;
}
.cid-tdXrKTvEKJ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-tdXrKTvEKJ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-tdXrKTvEKJ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-tdXrKTvEKJ .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-tdXrKTvEKJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tdXrKTvEKJ .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-tdXrKTvEKJ .user_text {
  color: #707070;
  text-align: left;
}
.cid-tdXrKTvEKJ .user_text p.display-5 {
  line-height: 1.54;
}
.cid-tdXrKTvEKJ .user_desk {
  color: #767676;
}
.cid-tdXrKTvEKJ .user_desk,
.cid-tdXrKTvEKJ .carousel-item {
  text-align: left;
}
.cid-tdXrKTvEKJ .carousel-item {
  padding-right: 20px;
}
.cid-tdXrKTvEKJ .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-tdXrKTvEKJ .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-tdXrKTvEKJ .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-tdXrKTvEKJ .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-uAaFWlihV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #dbdbdb;
  background: linear-gradient(45deg, rgba(219, 219, 219, 0.1), rgba(68, 56, 156, 0.2));
}
.cid-uAaFWlihV3 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uAaFWlihV3 .container {
  z-index: 1;
}
.cid-uAaFWlihV3 .mbr-section-title {
  color: #233d63;
}
.cid-uAaFWlihV3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAaFWlihV3 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAaFWlihV3 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uAaFWlihV3 .mbr-section-btn .btn-white:hover {
  background-color: #44389c !important;
  border-color: #44389c !important;
  color: #ffffff !important;
}
.cid-uAaFWlihV3 .mbr-section-title,
.cid-uAaFWlihV3 .mbr-section-btn {
  text-align: center;
}
.cid-uAaFWlihV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaFWlihV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAaxQFNJ3k {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAaxQFNJ3k .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uAaxQFNJ3k .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uAaxQFNJ3k .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #d6e4ff;
  z-index: 1;
}
.cid-uAaxQFNJ3k .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uAaxQFNJ3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaxQFNJ3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAaxQFNJ3k .row {
  position: relative;
  z-index: 2;
}
.cid-uAaxQFNJ3k .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAaxQFNJ3k .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uAaxQFNJ3k .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uAaxQFNJ3k .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uAaxQFNJ3k .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uAaxQFNJ3k .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAaxQFNJ3k .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAaxQFNJ3k .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uAaxQFNJ3k .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAaxQFNJ3k .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uAaxQFNJ3k .mbr-section-title {
  color: #212529;
}
.cid-uAaxQFNJ3k .mbr-text {
  color: #51565c;
}
.cid-tc8Xs3qXYh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tc8Xs3qXYh .container-fluid {
  padding: 0 3rem;
}
.cid-tc8Xs3qXYh .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tc8Xs3qXYh .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tc8Xs3qXYh .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tc8Xs3qXYh .social-media {
  margin-top: 1.5rem;
}
.cid-tc8Xs3qXYh .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tc8Xs3qXYh .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tc8Xs3qXYh .mbr-text,
.cid-tc8Xs3qXYh .mbr-offer {
  line-height: 1.5;
}
.cid-tc8Xs3qXYh .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tc8Xs3qXYh .container-fluid {
    padding: 0 1rem;
  }
  .cid-tc8Xs3qXYh .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tc8Xs3qXYh .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tc8Xs3qXYh .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tc8Xs3qXYh .mbr-offer {
  color: #232323;
}
.cid-uYTjUl3pwq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTjUl3pwq .content {
    text-align: center;
  }
  .cid-uYTjUl3pwq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTjUl3pwq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTjUl3pwq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTjUl3pwq .media-wrap img {
  height: 6rem;
}
.cid-uYTjUl3pwq .mbr-text {
  color: #8d97ad;
}
.cid-uYTjUl3pwq .p-title {
  font-size: 17px;
}
.cid-uYTjUl3pwq .p-title span {
  color: #111111;
}
.cid-uYTjUl3pwq .title-card {
  font-size: 1.3rem;
}
.cid-uYTjUl3pwq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTjUl3pwq .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTjUl3pwq .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTjUl3pwq .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTjUl3pwq .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTjUl3pwq .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTjUl3pwq .copyright img {
  margin-right: 10px;
}
.cid-uYTjUl3pwq .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTjUl3pwq .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTjUl3pwq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTjUl3pwq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTjUl3pwq .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTjUl3pwq SPAN {
  color: #57e714;
}
.cid-uYTjUl3pwq H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uzpBkUpu8z {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzpBkUpu8z .container,
.cid-uzpBkUpu8z .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-uzpBkUpu8z .mbr-section-subtitle,
.cid-uzpBkUpu8z .mbr-section-title,
.cid-uzpBkUpu8z .mbr-subtext,
.cid-uzpBkUpu8z .mbr-text,
.cid-uzpBkUpu8z .mbr-section-btn,
.cid-uzpBkUpu8z .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-uzpBkUpu8z .title__block {
    padding-top: 70px;
  }
}
.cid-uzpBkUpu8z .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #64697a;
}
.cid-uzpBkUpu8z .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-uzpBkUpu8z .mbr-section-title b,
.cid-uzpBkUpu8z .mbr-section-title strong {
  font-weight: 500;
}
.cid-uzpBkUpu8z .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-uzpBkUpu8z .mbr-section-btn {
  margin-top: 60px;
}
.cid-uzpBkUpu8z .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-uzpBkUpu8z .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uzpBkUpu8z .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uzpBkUpu8z .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-uzpBkUpu8z .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzpBkUpu8z .wrap__image {
    text-align: right;
  }
  .cid-uzpBkUpu8z .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-uzpBkUpu8z .wrap__image {
    text-align: center !important;
  }
}
.cid-uzpBkUpu8z .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-uzpBkUpu8z .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uzpBkUpu8z .image__block2 {
    display: none;
  }
}
.cid-uzpBkUpu8z .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-uzpBkUpu8z .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uzpBkUpu8z .image__background .circle__image1 {
    display: none;
  }
}
.cid-uzpBkUpu8z .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-uzpBkUpu8z .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uzpBkUpu8z .image__background .circle__image2 {
    display: none;
  }
}
.cid-uzpBkUpu8z .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-uzpBkUpu8z .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uzpBkUpu8z .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-uzpBkUpu8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzpBkUpu8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s7MtY1ZunY {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s7MtY1ZunY .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-s7MtY1ZunY #e1_circle,
.cid-s7MtY1ZunY #e3_circle,
.cid-s7MtY1ZunY #e4_circle,
.cid-s7MtY1ZunY #e5_circle {
  fill: #e1e8ff !important;
}
.cid-s7MtY1ZunY #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-s7MtY1ZunY .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-s7MtY1ZunY .rev {
  animation: rev 4s linear infinite;
}
.cid-s7MtY1ZunY .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-s7MtY1ZunY .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-s7MtY1ZunY .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-s7MtY1ZunY .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-s7MtY1ZunY .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-s7MtY1ZunY .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-s7MtY1ZunY .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-s7MtY1ZunY .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-s7MtY1ZunY .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-s7MtY1ZunY .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-s7MtY1ZunY .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-s7MtY1ZunY H1 {
  color: #5842ff;
}
.cid-s7MtY1ZunY .mbr-text,
.cid-s7MtY1ZunY .mbr-section-btn {
  color: #716c80;
}
.cid-s7MtY1ZunY img {
  width: 100%;
  margin: 0 auto;
}
.cid-tdXgBcQvjy {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-tdXgBcQvjy .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-tdXgBcQvjy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-tdXgBcQvjy .carousel-item > div {
  width: 100%;
}
.cid-tdXgBcQvjy .carousel-item.active,
.cid-tdXgBcQvjy .carousel-item-next,
.cid-tdXgBcQvjy .carousel-item-prev {
  display: flex;
}
.cid-tdXgBcQvjy .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-tdXgBcQvjy .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-tdXgBcQvjy .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-tdXgBcQvjy .carousel-controls a {
    width: 5%;
  }
}
.cid-tdXgBcQvjy .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-tdXgBcQvjy .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #f9db51;
}
.cid-tdXgBcQvjy .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-tdXgBcQvjy .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-tdXgBcQvjy .card__descr {
  padding-left: 40px;
  color: #261987;
}
.cid-tdXgBcQvjy li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff3a46 !important;
  margin: 0 5px;
}
.cid-tdXgBcQvjy li.active {
  opacity: 1;
  background-color: #ff3a46;
  width: 6px;
  height: 6px;
}
.cid-tdXgBcQvjy .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-tdXgBcQvjy .carousel-indicators li {
  border-radius: 50%;
}
.cid-tdXgBcQvjy a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-tdXgBcQvjy .box {
    margin-bottom: 50px;
  }
}
.cid-tcJbMsxPfa {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tcJbMsxPfa .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-tcJbMsxPfa .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #44389c;
}
.cid-tcJbMsxPfa .head_info .mbr-subtitle {
  color: #261987;
  margin-bottom: 10px;
}
.cid-tcJbMsxPfa .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #5842ff;
}
.cid-tcJbMsxPfa .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-tcJbMsxPfa .plan .plan-title {
  color: #44389c;
  margin-bottom: 32px;
}
.cid-tcJbMsxPfa .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-tcJbMsxPfa .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #261987;
}
.cid-tcJbMsxPfa .plan .plan-price .mbr-text {
  color: #44389c;
  margin-bottom: 0;
}
.cid-tcJbMsxPfa .plan .plan-list {
  margin-bottom: 15px;
}
.cid-tcJbMsxPfa .plan .plan-list .list-group {
  color: #5842ff;
}
.cid-tcJbMsxPfa .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-tcJbMsxPfa .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tcJbMsxPfa .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tcJbMsxPfa .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-tcJbMsxPfa .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-tcJbMsxPfa .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tcJbMsxPfa .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tcJbMsxPfa .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f47b5b !important;
}
.cid-tcJbMsxPfa .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-tcJbMsxPfa .head_info .mbr-section-title {
  color: #7fe241;
}
.cid-tcJbMsxPfa .plan .plan-title {
  color: #5842ff;
}
.cid-s7Mu6vPKDH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-s7Mu6vPKDH .main,
.cid-s7Mu6vPKDH .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-s7Mu6vPKDH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s7Mu6vPKDH .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7Mu6vPKDH .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7Mu6vPKDH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7Mu6vPKDH .text-element {
  padding: 3rem 2rem;
}
.cid-s7Mu6vPKDH .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-s7Mu6vPKDH .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s7Mu6vPKDH .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
.cid-s7Mu6vPKDH .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .cid-s7Mu6vPKDH .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s7Mu6vPKDH .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s7Mu6vPKDH .image-element,
  .cid-s7Mu6vPKDH .text-element {
    margin-bottom: 0;
  }
  .cid-s7Mu6vPKDH .main:first-child {
    padding-top: 0;
  }
}
.cid-s7Mu6vPKDH .mbr-section-subtitle,
.cid-s7Mu6vPKDH .card-text,
.cid-s7Mu6vPKDH .mbr-section-btn {
  color: #8d97ad;
}
.cid-s7Mu6vPKDH .card-text,
.cid-s7Mu6vPKDH .mbr-section-btn {
  color: #767676;
}
.cid-s7Mu6vPKDH .mbr-section-subtitle {
  color: #767676;
}
.cid-tc9Pr87KBg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tc9Pr87KBg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tc9Pr87KBg .card-title {
  margin-bottom: 26px;
  color: #261987;
}
.cid-tc9Pr87KBg .mbr-text {
  margin-bottom: 30px;
}
.cid-tc9Pr87KBg .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-tc9Pr87KBg .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-tc9Pr87KBg .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-tc9Pr87KBg .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-tc9Pr87KBg .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-tc9Pr87KBg .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-tc9Pr87KBg .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tc9Pr87KBg .text-wrapper {
    text-align: center;
  }
  .cid-tc9Pr87KBg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tc9Pr87KBg .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tc9Pr87KBg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-s7QbVv1s7u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-s7QbVv1s7u .main,
.cid-s7QbVv1s7u .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-s7QbVv1s7u .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s7QbVv1s7u .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7QbVv1s7u .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7QbVv1s7u .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7QbVv1s7u .text-element {
  padding: 3rem 2rem;
}
.cid-s7QbVv1s7u .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-s7QbVv1s7u .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s7QbVv1s7u .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
.cid-s7QbVv1s7u .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .cid-s7QbVv1s7u .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s7QbVv1s7u .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s7QbVv1s7u .image-element,
  .cid-s7QbVv1s7u .text-element {
    margin-bottom: 0;
  }
  .cid-s7QbVv1s7u .main:first-child {
    padding-top: 0;
  }
}
.cid-s7QbVv1s7u .mbr-section-subtitle,
.cid-s7QbVv1s7u .card-text,
.cid-s7QbVv1s7u .mbr-section-btn {
  color: #8d97ad;
}
.cid-s7QbVv1s7u .card-text,
.cid-s7QbVv1s7u .mbr-section-btn {
  color: #767676;
}
.cid-s7QbVv1s7u .mbr-section-subtitle {
  color: #767676;
}
.cid-tdXkvtrM5f {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-tdXkvtrM5f .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-tdXkvtrM5f .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-tdXkvtrM5f .carousel-item > div {
  width: 100%;
}
.cid-tdXkvtrM5f .carousel-item.active,
.cid-tdXkvtrM5f .carousel-item-next,
.cid-tdXkvtrM5f .carousel-item-prev {
  display: flex;
}
.cid-tdXkvtrM5f .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-tdXkvtrM5f .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-tdXkvtrM5f .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-tdXkvtrM5f .carousel-controls a {
    width: 5%;
  }
}
.cid-tdXkvtrM5f .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-tdXkvtrM5f .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #f9db51;
}
.cid-tdXkvtrM5f .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-tdXkvtrM5f .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-tdXkvtrM5f .card__descr {
  padding-left: 40px;
  color: #261987;
}
.cid-tdXkvtrM5f li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff3a46 !important;
  margin: 0 5px;
}
.cid-tdXkvtrM5f li.active {
  opacity: 1;
  background-color: #ff3a46;
  width: 6px;
  height: 6px;
}
.cid-tdXkvtrM5f .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-tdXkvtrM5f .carousel-indicators li {
  border-radius: 50%;
}
.cid-tdXkvtrM5f a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-tdXkvtrM5f .box {
    margin-bottom: 50px;
  }
}
.cid-s7teq1RfTL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-s7teq1RfTL .container-fluid {
  padding: 0 3rem;
}
.cid-s7teq1RfTL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-s7teq1RfTL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-s7teq1RfTL .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-s7teq1RfTL .social-media {
  margin-top: 1.5rem;
}
.cid-s7teq1RfTL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7teq1RfTL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-s7teq1RfTL .mbr-text,
.cid-s7teq1RfTL .mbr-offer {
  line-height: 1.5;
}
.cid-s7teq1RfTL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-s7teq1RfTL .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7teq1RfTL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-s7teq1RfTL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-s7teq1RfTL .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-s7teq1RfTL .mbr-offer {
  color: #232323;
}
.cid-uYTjaPH0b7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTjaPH0b7 .content {
    text-align: center;
  }
  .cid-uYTjaPH0b7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTjaPH0b7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTjaPH0b7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTjaPH0b7 .media-wrap img {
  height: 6rem;
}
.cid-uYTjaPH0b7 .mbr-text {
  color: #8d97ad;
}
.cid-uYTjaPH0b7 .p-title {
  font-size: 17px;
}
.cid-uYTjaPH0b7 .p-title span {
  color: #111111;
}
.cid-uYTjaPH0b7 .title-card {
  font-size: 1.3rem;
}
.cid-uYTjaPH0b7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTjaPH0b7 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTjaPH0b7 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTjaPH0b7 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTjaPH0b7 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTjaPH0b7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTjaPH0b7 .copyright img {
  margin-right: 10px;
}
.cid-uYTjaPH0b7 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTjaPH0b7 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTjaPH0b7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTjaPH0b7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTjaPH0b7 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTjaPH0b7 SPAN {
  color: #57e714;
}
.cid-uYTjaPH0b7 H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uzp4pWrWfD {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzp4pWrWfD .container,
.cid-uzp4pWrWfD .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-uzp4pWrWfD .mbr-section-subtitle,
.cid-uzp4pWrWfD .mbr-section-title,
.cid-uzp4pWrWfD .mbr-subtext,
.cid-uzp4pWrWfD .mbr-text,
.cid-uzp4pWrWfD .mbr-section-btn,
.cid-uzp4pWrWfD .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-uzp4pWrWfD .title__block {
    padding-top: 70px;
  }
}
.cid-uzp4pWrWfD .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #64697a;
}
.cid-uzp4pWrWfD .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-uzp4pWrWfD .mbr-section-title b,
.cid-uzp4pWrWfD .mbr-section-title strong {
  font-weight: 500;
}
.cid-uzp4pWrWfD .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-uzp4pWrWfD .mbr-section-btn {
  margin-top: 60px;
}
.cid-uzp4pWrWfD .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-uzp4pWrWfD .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uzp4pWrWfD .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uzp4pWrWfD .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-uzp4pWrWfD .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzp4pWrWfD .wrap__image {
    text-align: right;
  }
  .cid-uzp4pWrWfD .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-uzp4pWrWfD .wrap__image {
    text-align: center !important;
  }
}
.cid-uzp4pWrWfD .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-uzp4pWrWfD .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uzp4pWrWfD .image__block2 {
    display: none;
  }
}
.cid-uzp4pWrWfD .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-uzp4pWrWfD .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uzp4pWrWfD .image__background .circle__image1 {
    display: none;
  }
}
.cid-uzp4pWrWfD .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-uzp4pWrWfD .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uzp4pWrWfD .image__background .circle__image2 {
    display: none;
  }
}
.cid-uzp4pWrWfD .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-uzp4pWrWfD .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uzp4pWrWfD .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-uzp4pWrWfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp4pWrWfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcE8WqfJAY {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tcE8WqfJAY .title_block {
  margin-bottom: 80px;
}
.cid-tcE8WqfJAY .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #44389c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tcE8WqfJAY .mbr-section-title {
  color: #261987;
}
.cid-tcE8WqfJAY .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-tcE8WqfJAY .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(68, 56, 156, 0.15);
  border-radius: 50%;
}
.cid-tcE8WqfJAY .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(68, 56, 156, 0.15);
  border-radius: 50%;
}
.cid-tcE8WqfJAY .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-tcE8WqfJAY .user {
  display: flex;
  align-items: center;
}
.cid-tcE8WqfJAY .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-tcE8WqfJAY .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-tcE8WqfJAY .user_name {
  margin-bottom: 2px;
  display: block;
  color: #261987;
}
.cid-tcE8WqfJAY .desk {
  margin-bottom: 0;
}
.cid-tcE8WqfJAY .iconfont-wrapper {
  min-width: 115px;
}
.cid-tcE8WqfJAY .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-tcE8WqfJAY .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-tcE8WqfJAY .carousel-item > div {
  width: 100%;
}
.cid-tcE8WqfJAY .carousel-item.active,
.cid-tcE8WqfJAY .carousel-item-next,
.cid-tcE8WqfJAY .carousel-item-prev {
  display: flex;
}
.cid-tcE8WqfJAY .carousel-controls a {
  width: 9%;
}
.cid-tcE8WqfJAY .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tcE8WqfJAY .carousel-controls a:hover span {
  background-color: #44389c;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tcE8WqfJAY .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-tcE8WqfJAY .title_block {
    margin-bottom: 40px;
  }
  .cid-tcE8WqfJAY .card_header {
    flex-direction: column;
  }
  .cid-tcE8WqfJAY .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-tcE8WqfJAY .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-tcE8WqfJAY .carousel-controls {
    display: none;
  }
  .cid-tcE8WqfJAY .carousel-item {
    padding: 0;
  }
  .cid-tcE8WqfJAY .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-tcE8WqfJAY .card_header {
    margin-bottom: 15px;
  }
  .cid-tcE8WqfJAY .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-tcE8WqfJAY .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-tcqGIKI0Gs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6-1.webp");
}
.cid-tcqGIKI0Gs .main,
.cid-tcqGIKI0Gs .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-tcqGIKI0Gs .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tcqGIKI0Gs .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tcqGIKI0Gs .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcqGIKI0Gs .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tcqGIKI0Gs .text-element {
  padding: 3rem 2rem;
}
.cid-tcqGIKI0Gs .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-tcqGIKI0Gs .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tcqGIKI0Gs .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tcqGIKI0Gs .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tcqGIKI0Gs .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tcqGIKI0Gs .image-element,
  .cid-tcqGIKI0Gs .text-element {
    margin-bottom: 0;
  }
  .cid-tcqGIKI0Gs .main:first-child {
    padding-top: 0;
  }
}
.cid-tcqGIKI0Gs .mbr-section-subtitle,
.cid-tcqGIKI0Gs .card-text,
.cid-tcqGIKI0Gs .mbr-section-btn {
  color: #8d97ad;
}
.cid-tcqGIKI0Gs .card-text,
.cid-tcqGIKI0Gs .mbr-section-btn {
  color: #767676;
}
.cid-tcqGIKI0Gs .mbr-section-subtitle {
  color: #767676;
}
.cid-tcqGIKI0Gs .mbr-title,
.cid-tcqGIKI0Gs .card-img {
  color: #88d71d;
}
.cid-tcE55uEgqc {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tcE55uEgqc .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-tcE55uEgqc .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #44389c;
}
.cid-tcE55uEgqc .head_info .mbr-subtitle {
  color: #261987;
  margin-bottom: 10px;
}
.cid-tcE55uEgqc .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #5842ff;
}
.cid-tcE55uEgqc .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-tcE55uEgqc .plan .plan-title {
  color: #44389c;
  margin-bottom: 32px;
}
.cid-tcE55uEgqc .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-tcE55uEgqc .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #261987;
}
.cid-tcE55uEgqc .plan .plan-price .mbr-text {
  color: #44389c;
  margin-bottom: 0;
}
.cid-tcE55uEgqc .plan .plan-list {
  margin-bottom: 15px;
}
.cid-tcE55uEgqc .plan .plan-list .list-group {
  color: #5842ff;
}
.cid-tcE55uEgqc .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-tcE55uEgqc .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tcE55uEgqc .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tcE55uEgqc .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-tcE55uEgqc .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-tcE55uEgqc .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tcE55uEgqc .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tcE55uEgqc .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f47b5b !important;
}
.cid-tcE55uEgqc .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-tcE55uEgqc .head_info .mbr-section-title {
  color: #7fe241;
}
.cid-tcE55uEgqc .plan .plan-title {
  color: #000000;
}
.cid-tcJ29IZdfB {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tcJ29IZdfB .wrap__image {
    margin-top: 150px;
  }
}
.cid-tcJ29IZdfB .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-tcJ29IZdfB .image:before {
  content: "";
  width: 190px;
  height: 195px;
  background: #44389c;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
}
.cid-tcJ29IZdfB .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tcJ29IZdfB .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-tcJ29IZdfB .image .box {
    display: none;
  }
}
.cid-tcJ29IZdfB .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tcJ29IZdfB .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-tcJ29IZdfB .mbr-section-title b,
.cid-tcJ29IZdfB .mbr-section-title strong {
  font-weight: 500;
}
.cid-tcJ29IZdfB .mbr-text {
  margin-bottom: 45px;
}
.cid-tcJ29IZdfB .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-tcJ29IZdfB .author {
  margin-bottom: 35px;
}
.cid-tcJ29IZdfB .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-tcJ29IZdfB .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-tcJ29IZdfB .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-tcJ29IZdfB .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-tcJ29IZdfB .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-tcJ29IZdfB .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-tcJ29IZdfB .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-tcJ29IZdfB .mbr-section-btn .btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tcJ29IZdfB .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-tcJ29IZdfB .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #f47b5b;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-tcJ29IZdfB .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-tcJ29IZdfB .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationOne 35s infinite linear;
}
.cid-tcJ29IZdfB .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-tcJ29IZdfB .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #f9db51;
  border-radius: 50%;
}
.cid-tcJ29IZdfB .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-s7uWsXqVjU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-s7uWsXqVjU .container-fluid {
  padding: 0 3rem;
}
.cid-s7uWsXqVjU .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-s7uWsXqVjU .mbr-list li {
  margin-bottom: 1rem;
}
.cid-s7uWsXqVjU .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-s7uWsXqVjU .social-media {
  margin-top: 1.5rem;
}
.cid-s7uWsXqVjU .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7uWsXqVjU .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-s7uWsXqVjU .mbr-text,
.cid-s7uWsXqVjU .mbr-offer {
  line-height: 1.5;
}
.cid-s7uWsXqVjU .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-s7uWsXqVjU .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7uWsXqVjU .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-s7uWsXqVjU .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-s7uWsXqVjU .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-s7uWsXqVjU .mbr-offer {
  color: #232323;
}
.cid-uYTko1nI4Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTko1nI4Y .content {
    text-align: center;
  }
  .cid-uYTko1nI4Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTko1nI4Y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTko1nI4Y .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTko1nI4Y .media-wrap img {
  height: 6rem;
}
.cid-uYTko1nI4Y .mbr-text {
  color: #8d97ad;
}
.cid-uYTko1nI4Y .p-title {
  font-size: 17px;
}
.cid-uYTko1nI4Y .p-title span {
  color: #111111;
}
.cid-uYTko1nI4Y .title-card {
  font-size: 1.3rem;
}
.cid-uYTko1nI4Y .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTko1nI4Y .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTko1nI4Y .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTko1nI4Y .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTko1nI4Y .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTko1nI4Y .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTko1nI4Y .copyright img {
  margin-right: 10px;
}
.cid-uYTko1nI4Y .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTko1nI4Y .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTko1nI4Y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTko1nI4Y .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTko1nI4Y .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTko1nI4Y SPAN {
  color: #57e714;
}
.cid-uYTko1nI4Y H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u58ROkSFsL {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/leather-upholstery-cleaning-hamilton-1200x700.webp");
}
.cid-u58ROkSFsL .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-u58ROkSFsL .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u58ROkSFsL {
    align-items: center;
  }
  .cid-u58ROkSFsL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u58ROkSFsL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u58ROkSFsL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u58ROkSFsL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u58ROkSFsL .content-wrap {
    width: 100%;
  }
}
.cid-u58ROkSFsL .mbr-section-title {
  text-align: center;
}
.cid-u58ROkSFsL .mbr-text,
.cid-u58ROkSFsL .mbr-section-btn {
  text-align: center;
}
.cid-u580GCORl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-u580GCORl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u580GCORl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u580GCORl1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u580GCORl1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u580GCORl1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u580GCORl1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u580GCORl1 .container {
    padding: 0 16px;
  }
}
.cid-u580GCORl1 .row {
  justify-content: center;
}
.cid-u580GCORl1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u580GCORl1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u580GCORl1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u580GCORl1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u580GCORl1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u580GCORl1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u586XXVfaW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-u586XXVfaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u586XXVfaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u586XXVfaW .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-u586XXVfaW .col-title {
    margin-bottom: 40px;
  }
}
.cid-u586XXVfaW .mbr-section-title {
  color: #2B2B2B;
}
.cid-u586XXVfaW .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-u586XXVfaW .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u586XXVfaW .mbr-section-btn {
  margin-top: 10px;
}
.cid-u586XXVfaW .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-u586XXVfaW .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u586XXVfaW .col-card {
    margin-bottom: 60px;
  }
}
.cid-u586XXVfaW .card-wrap {
  border-radius: 0;
}
.cid-u586XXVfaW .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-u586XXVfaW .card-title {
  color: #2B2B2B;
}
.cid-u586XXVfaW .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-u586XXVfaW .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-u586XXVfaW .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-u586XXVfaW .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-u586XXVfaW .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-u586XXVfaW .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-u586XXVfaW .container,
.cid-u586XXVfaW .container-fluid {
  position: relative;
}
.cid-u586XXVfaW .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u586XXVfaW .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u586XXVfaW .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-u586XXVfaW .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u587whYYnM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-u587whYYnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u587whYYnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u587whYYnM .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-u587whYYnM .col-title {
    margin-bottom: 40px;
  }
}
.cid-u587whYYnM .mbr-section-title {
  color: #2B2B2B;
}
.cid-u587whYYnM .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-u587whYYnM .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u587whYYnM .mbr-section-btn {
  margin-top: 10px;
}
.cid-u587whYYnM .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-u587whYYnM .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u587whYYnM .col-card {
    margin-bottom: 60px;
  }
}
.cid-u587whYYnM .card-wrap {
  border-radius: 0;
}
.cid-u587whYYnM .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-u587whYYnM .card-title {
  color: #2B2B2B;
}
.cid-u587whYYnM .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-u587whYYnM .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-u587whYYnM .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-u587whYYnM .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-u587whYYnM .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-u587whYYnM .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-u587whYYnM .container,
.cid-u587whYYnM .container-fluid {
  position: relative;
}
.cid-u587whYYnM .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u587whYYnM .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u587whYYnM .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-u587whYYnM .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u52XIRdV6J {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-u52XIRdV6J .title_block {
  margin-bottom: 80px;
}
.cid-u52XIRdV6J .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #44389c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u52XIRdV6J .mbr-section-title {
  color: #261987;
}
.cid-u52XIRdV6J .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-u52XIRdV6J .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(68, 56, 156, 0.15);
  border-radius: 50%;
}
.cid-u52XIRdV6J .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(68, 56, 156, 0.15);
  border-radius: 50%;
}
.cid-u52XIRdV6J .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-u52XIRdV6J .user {
  display: flex;
  align-items: center;
}
.cid-u52XIRdV6J .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-u52XIRdV6J .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-u52XIRdV6J .user_name {
  margin-bottom: 2px;
  display: block;
  color: #261987;
}
.cid-u52XIRdV6J .desk {
  margin-bottom: 0;
}
.cid-u52XIRdV6J .iconfont-wrapper {
  min-width: 115px;
}
.cid-u52XIRdV6J .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-u52XIRdV6J .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-u52XIRdV6J .carousel-item > div {
  width: 100%;
}
.cid-u52XIRdV6J .carousel-item.active,
.cid-u52XIRdV6J .carousel-item-next,
.cid-u52XIRdV6J .carousel-item-prev {
  display: flex;
}
.cid-u52XIRdV6J .carousel-controls a {
  width: 9%;
}
.cid-u52XIRdV6J .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u52XIRdV6J .carousel-controls a:hover span {
  background-color: #44389c;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u52XIRdV6J .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-u52XIRdV6J .title_block {
    margin-bottom: 40px;
  }
  .cid-u52XIRdV6J .card_header {
    flex-direction: column;
  }
  .cid-u52XIRdV6J .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-u52XIRdV6J .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-u52XIRdV6J .carousel-controls {
    display: none;
  }
  .cid-u52XIRdV6J .carousel-item {
    padding: 0;
  }
  .cid-u52XIRdV6J .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-u52XIRdV6J .card_header {
    margin-bottom: 15px;
  }
  .cid-u52XIRdV6J .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-u52XIRdV6J .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-u52XIW3yuL {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u52XIW3yuL .wrap__image {
    margin-top: 150px;
  }
}
.cid-u52XIW3yuL .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-u52XIW3yuL .image:before {
  content: "";
  width: 190px;
  height: 195px;
  background: #44389c;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
}
.cid-u52XIW3yuL .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u52XIW3yuL .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-u52XIW3yuL .image .box {
    display: none;
  }
}
.cid-u52XIW3yuL .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-u52XIW3yuL .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-u52XIW3yuL .mbr-section-title b,
.cid-u52XIW3yuL .mbr-section-title strong {
  font-weight: 500;
}
.cid-u52XIW3yuL .mbr-text {
  margin-bottom: 45px;
}
.cid-u52XIW3yuL .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-u52XIW3yuL .author {
  margin-bottom: 35px;
}
.cid-u52XIW3yuL .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-u52XIW3yuL .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-u52XIW3yuL .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-u52XIW3yuL .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-u52XIW3yuL .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-u52XIW3yuL .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-u52XIW3yuL .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-u52XIW3yuL .mbr-section-btn .btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u52XIW3yuL .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-u52XIW3yuL .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #f47b5b;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-u52XIW3yuL .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-u52XIW3yuL .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationOne 35s infinite linear;
}
.cid-u52XIW3yuL .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-u52XIW3yuL .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #f9db51;
  border-radius: 50%;
}
.cid-u52XIW3yuL .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u52XIX7Kku {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u52XIX7Kku .container-fluid {
  padding: 0 3rem;
}
.cid-u52XIX7Kku .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u52XIX7Kku .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u52XIX7Kku .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u52XIX7Kku .social-media {
  margin-top: 1.5rem;
}
.cid-u52XIX7Kku .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u52XIX7Kku .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u52XIX7Kku .mbr-text,
.cid-u52XIX7Kku .mbr-offer {
  line-height: 1.5;
}
.cid-u52XIX7Kku .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u52XIX7Kku .container-fluid {
    padding: 0 1rem;
  }
  .cid-u52XIX7Kku .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u52XIX7Kku .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u52XIX7Kku .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u52XIX7Kku .mbr-offer {
  color: #232323;
}
.cid-uYTksTMFpE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTksTMFpE .content {
    text-align: center;
  }
  .cid-uYTksTMFpE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTksTMFpE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTksTMFpE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTksTMFpE .media-wrap img {
  height: 6rem;
}
.cid-uYTksTMFpE .mbr-text {
  color: #8d97ad;
}
.cid-uYTksTMFpE .p-title {
  font-size: 17px;
}
.cid-uYTksTMFpE .p-title span {
  color: #111111;
}
.cid-uYTksTMFpE .title-card {
  font-size: 1.3rem;
}
.cid-uYTksTMFpE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTksTMFpE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTksTMFpE .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTksTMFpE .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTksTMFpE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTksTMFpE .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTksTMFpE .copyright img {
  margin-right: 10px;
}
.cid-uYTksTMFpE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTksTMFpE .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTksTMFpE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTksTMFpE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTksTMFpE .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTksTMFpE SPAN {
  color: #57e714;
}
.cid-uYTksTMFpE H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-tej7U2s8Mr {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tej7U2s8Mr .container,
.cid-tej7U2s8Mr .container-fluid {
  pointer-events: none;
}
.cid-tej7U2s8Mr .mbr-section-subtitle,
.cid-tej7U2s8Mr .mbr-section-title,
.cid-tej7U2s8Mr .mbr-subtext,
.cid-tej7U2s8Mr .mbr-text,
.cid-tej7U2s8Mr .mbr-section-btn,
.cid-tej7U2s8Mr .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tej7U2s8Mr .title__block {
    padding-top: 70px;
  }
}
.cid-tej7U2s8Mr .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tej7U2s8Mr .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tej7U2s8Mr .mbr-section-title b,
.cid-tej7U2s8Mr .mbr-section-title strong {
  font-weight: 500;
}
.cid-tej7U2s8Mr .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
  text-align: left;
}
.cid-tej7U2s8Mr .mbr-section-btn {
  margin-top: 60px;
}
.cid-tej7U2s8Mr .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-tej7U2s8Mr .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tej7U2s8Mr .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tej7U2s8Mr .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tej7U2s8Mr .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tej7U2s8Mr .wrap__image {
    text-align: right;
  }
  .cid-tej7U2s8Mr .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tej7U2s8Mr .wrap__image {
    text-align: center !important;
  }
}
.cid-tej7U2s8Mr .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-tej7U2s8Mr .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tej7U2s8Mr .image__block2 {
    display: none;
  }
}
.cid-tej7U2s8Mr .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-tej7U2s8Mr .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tej7U2s8Mr .image__background .circle__image1 {
    display: none;
  }
}
.cid-tej7U2s8Mr .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-tej7U2s8Mr .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tej7U2s8Mr .image__background .circle__image2 {
    display: none;
  }
}
.cid-tej7U2s8Mr .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tej7U2s8Mr .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tej7U2s8Mr .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
.cid-tej7U6KDDc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6-1.webp");
}
.cid-tej7U6KDDc .main,
.cid-tej7U6KDDc .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-tej7U6KDDc .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tej7U6KDDc .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tej7U6KDDc .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tej7U6KDDc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tej7U6KDDc .text-element {
  padding: 3rem 2rem;
}
.cid-tej7U6KDDc .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-tej7U6KDDc .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tej7U6KDDc .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tej7U6KDDc .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tej7U6KDDc .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tej7U6KDDc .image-element,
  .cid-tej7U6KDDc .text-element {
    margin-bottom: 0;
  }
  .cid-tej7U6KDDc .main:first-child {
    padding-top: 0;
  }
}
.cid-tej7U6KDDc .mbr-section-subtitle,
.cid-tej7U6KDDc .card-text,
.cid-tej7U6KDDc .mbr-section-btn {
  color: #8d97ad;
}
.cid-tej7U6KDDc .card-text,
.cid-tej7U6KDDc .mbr-section-btn {
  color: #767676;
}
.cid-tej7U6KDDc .mbr-section-subtitle {
  color: #767676;
}
.cid-tej7U6KDDc .mbr-title,
.cid-tej7U6KDDc .card-img {
  color: #88d71d;
}
.cid-tej7U3RRHB {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tej7U3RRHB .title_block {
  margin-bottom: 80px;
}
.cid-tej7U3RRHB .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #44389c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tej7U3RRHB .mbr-section-title {
  color: #261987;
}
.cid-tej7U3RRHB .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-tej7U3RRHB .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(68, 56, 156, 0.15);
  border-radius: 50%;
}
.cid-tej7U3RRHB .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(68, 56, 156, 0.15);
  border-radius: 50%;
}
.cid-tej7U3RRHB .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-tej7U3RRHB .user {
  display: flex;
  align-items: center;
}
.cid-tej7U3RRHB .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-tej7U3RRHB .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-tej7U3RRHB .user_name {
  margin-bottom: 2px;
  display: block;
  color: #261987;
}
.cid-tej7U3RRHB .desk {
  margin-bottom: 0;
}
.cid-tej7U3RRHB .iconfont-wrapper {
  min-width: 115px;
}
.cid-tej7U3RRHB .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-tej7U3RRHB .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-tej7U3RRHB .carousel-item > div {
  width: 100%;
}
.cid-tej7U3RRHB .carousel-item.active,
.cid-tej7U3RRHB .carousel-item-next,
.cid-tej7U3RRHB .carousel-item-prev {
  display: flex;
}
.cid-tej7U3RRHB .carousel-controls a {
  width: 9%;
}
.cid-tej7U3RRHB .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tej7U3RRHB .carousel-controls a:hover span {
  background-color: #44389c;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tej7U3RRHB .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-tej7U3RRHB .title_block {
    margin-bottom: 40px;
  }
  .cid-tej7U3RRHB .card_header {
    flex-direction: column;
  }
  .cid-tej7U3RRHB .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-tej7U3RRHB .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-tej7U3RRHB .carousel-controls {
    display: none;
  }
  .cid-tej7U3RRHB .carousel-item {
    padding: 0;
  }
  .cid-tej7U3RRHB .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-tej7U3RRHB .card_header {
    margin-bottom: 15px;
  }
  .cid-tej7U3RRHB .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-tej7U3RRHB .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-teMBUKKLJG {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-teMBUKKLJG .wrap__image {
    margin-top: 150px;
  }
}
.cid-teMBUKKLJG .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-teMBUKKLJG .image:before {
  content: "";
  width: 190px;
  height: 195px;
  background: #44389c;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
}
.cid-teMBUKKLJG .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-teMBUKKLJG .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-teMBUKKLJG .image .box {
    display: none;
  }
}
.cid-teMBUKKLJG .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-teMBUKKLJG .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-teMBUKKLJG .mbr-section-title b,
.cid-teMBUKKLJG .mbr-section-title strong {
  font-weight: 500;
}
.cid-teMBUKKLJG .mbr-text {
  margin-bottom: 45px;
}
.cid-teMBUKKLJG .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-teMBUKKLJG .author {
  margin-bottom: 35px;
}
.cid-teMBUKKLJG .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-teMBUKKLJG .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-teMBUKKLJG .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-teMBUKKLJG .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-teMBUKKLJG .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-teMBUKKLJG .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-teMBUKKLJG .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-teMBUKKLJG .mbr-section-btn .btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-teMBUKKLJG .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-teMBUKKLJG .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #f47b5b;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-teMBUKKLJG .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-teMBUKKLJG .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationOne 35s infinite linear;
}
.cid-teMBUKKLJG .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-teMBUKKLJG .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #f9db51;
  border-radius: 50%;
}
.cid-teMBUKKLJG .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tej7Ua8qNw {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tej7Ua8qNw .wrap__image {
    margin-top: 150px;
  }
}
.cid-tej7Ua8qNw .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-tej7Ua8qNw .image:before {
  content: "";
  width: 190px;
  height: 195px;
  background: #44389c;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
}
.cid-tej7Ua8qNw .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tej7Ua8qNw .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-tej7Ua8qNw .image .box {
    display: none;
  }
}
.cid-tej7Ua8qNw .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tej7Ua8qNw .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-tej7Ua8qNw .mbr-section-title b,
.cid-tej7Ua8qNw .mbr-section-title strong {
  font-weight: 500;
}
.cid-tej7Ua8qNw .mbr-text {
  margin-bottom: 45px;
}
.cid-tej7Ua8qNw .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-tej7Ua8qNw .author {
  margin-bottom: 35px;
}
.cid-tej7Ua8qNw .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-tej7Ua8qNw .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-tej7Ua8qNw .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-tej7Ua8qNw .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-tej7Ua8qNw .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-tej7Ua8qNw .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-tej7Ua8qNw .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-tej7Ua8qNw .mbr-section-btn .btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tej7Ua8qNw .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-tej7Ua8qNw .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #f47b5b;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-tej7Ua8qNw .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 25s infinite linear;
}
.cid-tej7Ua8qNw .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: animationOne 35s infinite linear;
}
.cid-tej7Ua8qNw .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-tej7Ua8qNw .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #f9db51;
  border-radius: 50%;
}
.cid-tej7Ua8qNw .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tej7UbqzPL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-tej7UbqzPL .container-fluid {
  padding: 0 3rem;
}
.cid-tej7UbqzPL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tej7UbqzPL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tej7UbqzPL .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-tej7UbqzPL .social-media {
  margin-top: 1.5rem;
}
.cid-tej7UbqzPL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tej7UbqzPL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tej7UbqzPL .mbr-text,
.cid-tej7UbqzPL .mbr-offer {
  line-height: 1.5;
}
.cid-tej7UbqzPL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tej7UbqzPL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tej7UbqzPL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tej7UbqzPL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tej7UbqzPL .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tej7UbqzPL .mbr-offer {
  color: #232323;
}
.cid-uYTky3zRWm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTky3zRWm .content {
    text-align: center;
  }
  .cid-uYTky3zRWm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTky3zRWm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTky3zRWm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTky3zRWm .media-wrap img {
  height: 6rem;
}
.cid-uYTky3zRWm .mbr-text {
  color: #8d97ad;
}
.cid-uYTky3zRWm .p-title {
  font-size: 17px;
}
.cid-uYTky3zRWm .p-title span {
  color: #111111;
}
.cid-uYTky3zRWm .title-card {
  font-size: 1.3rem;
}
.cid-uYTky3zRWm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTky3zRWm .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTky3zRWm .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTky3zRWm .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTky3zRWm .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTky3zRWm .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTky3zRWm .copyright img {
  margin-right: 10px;
}
.cid-uYTky3zRWm .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTky3zRWm .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTky3zRWm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTky3zRWm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTky3zRWm .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTky3zRWm SPAN {
  color: #57e714;
}
.cid-uYTky3zRWm H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u8UnZmy6FC {
  overflow: hidden;
  background-color: #dbdbdb;
}
.cid-u8UnZmy6FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8UnZmy6FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8UnZmy6FC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u8UnZmy6FC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8UnZmy6FC .container {
    padding: 0 24px;
  }
}
.cid-u8UnZmy6FC .row {
  position: relative;
}
.cid-u8UnZmy6FC .row .card {
  justify-content: center;
}
.cid-u8UnZmy6FC .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ff3399;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u8UnZmy6FC .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u8UnZmy6FC .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u8UnZmy6FC .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u8UnZmy6FC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8UnZmy6FC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u8UnZmy6FC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8UnZmy6FC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8UnZmy6FC .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u8UnZmy6FC .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u8UnZmy6FC .image-wrapper {
  position: relative;
}
.cid-u8UnZmy6FC .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8UnZmy6FC .image-wrapper img {
    height: 350px;
  }
}
.cid-u8UnZmy6FC .mbr-section-title {
  color: #F5DF4D;
}
.cid-u8UnZmy6FC .mbr-text {
  color: #FF3399;
}
.cid-u8UnZmy6FC .mbr-section-title,
.cid-u8UnZmy6FC .mbr-section-btn {
  color: #1e2149;
}
.cid-uaN8U5gnv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
.cid-uaN8U5gnv5::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uaN8U5gnv5 .container {
    padding: 0 16px;
  }
}
.cid-uaN8U5gnv5 .row {
  position: relative;
  z-index: 1;
}
.cid-uaN8U5gnv5 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uaN8U5gnv5 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uaN8U5gnv5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaN8U5gnv5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uaN8U5gnv5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uaN8U5gnv5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uaN8U5gnv5 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaN8U5gnv5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uaN8U5gnv5 .embla__button--next,
.cid-uaN8U5gnv5 .embla__button--prev {
  display: flex;
}
.cid-uaN8U5gnv5 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #44389c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uaN8U5gnv5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uaN8U5gnv5 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uaN8U5gnv5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uaN8U5gnv5 .embla__button.embla__button--next {
  right: 0;
}
.cid-uaN8U5gnv5 .embla {
  position: relative;
  width: 100%;
}
.cid-uaN8U5gnv5 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uaN8U5gnv5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uaN8U5gnv5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uaN8U5gnv5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uaN8U5gnv5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaN8U5gnv5 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uaNfpN5Rqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uaNfpN5Rqd .container {
    padding: 0 16px;
  }
}
.cid-uaNfpN5Rqd .row {
  position: relative;
  z-index: 1;
}
.cid-uaNfpN5Rqd .title-wrapper {
  margin-bottom: 80px;
}
.cid-uaNfpN5Rqd .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uaNfpN5Rqd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaNfpN5Rqd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uaNfpN5Rqd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uaNfpN5Rqd .embla__slide .slide-content {
  width: 100%;
}
.cid-uaNfpN5Rqd .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaNfpN5Rqd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uaNfpN5Rqd .embla__button--next,
.cid-uaNfpN5Rqd .embla__button--prev {
  display: flex;
}
.cid-uaNfpN5Rqd .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #44389c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uaNfpN5Rqd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uaNfpN5Rqd .embla__button:hover {
  opacity: .7 !important;
}
.cid-uaNfpN5Rqd .embla__button.embla__button--prev {
  left: 0;
}
.cid-uaNfpN5Rqd .embla__button.embla__button--next {
  right: 0;
}
.cid-uaNfpN5Rqd .embla {
  position: relative;
  width: 100%;
}
.cid-uaNfpN5Rqd .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uaNfpN5Rqd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uaNfpN5Rqd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uaNfpN5Rqd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uaNfpN5Rqd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaNfpN5Rqd .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uaNkNk2Mdy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uaNkNk2Mdy .container {
    padding: 0 16px;
  }
}
.cid-uaNkNk2Mdy .row {
  position: relative;
  z-index: 1;
}
.cid-uaNkNk2Mdy .title-wrapper {
  margin-bottom: 80px;
}
.cid-uaNkNk2Mdy .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uaNkNk2Mdy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaNkNk2Mdy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uaNkNk2Mdy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uaNkNk2Mdy .embla__slide .slide-content {
  width: 100%;
}
.cid-uaNkNk2Mdy .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaNkNk2Mdy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uaNkNk2Mdy .embla__button--next,
.cid-uaNkNk2Mdy .embla__button--prev {
  display: flex;
}
.cid-uaNkNk2Mdy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #44389c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uaNkNk2Mdy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uaNkNk2Mdy .embla__button:hover {
  opacity: .7 !important;
}
.cid-uaNkNk2Mdy .embla__button.embla__button--prev {
  left: 0;
}
.cid-uaNkNk2Mdy .embla__button.embla__button--next {
  right: 0;
}
.cid-uaNkNk2Mdy .embla {
  position: relative;
  width: 100%;
}
.cid-uaNkNk2Mdy .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uaNkNk2Mdy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uaNkNk2Mdy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uaNkNk2Mdy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uaNkNk2Mdy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaNkNk2Mdy .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
#custom-html-eu {
  /* Type valid CSS here */
}
#custom-html-eu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-eu p {
  font-size: 60px;
  color: #777;
}
.cid-u8Uxpr1dKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-u8Uxpr1dKU .fb-page,
.cid-u8Uxpr1dKU span,
.cid-u8Uxpr1dKU iframe {
  width: 500px;
  height: 620px;
}
.cid-u8Uxpr1dKU blockquote {
  display: none;
}
.cid-u8Uxpr1dKU .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u8Uxpr1dKU .mbr-section-title {
  color: #5842ff;
}
.cid-u8OTRuumHP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u8OTRuumHP .container-fluid {
  padding: 0 3rem;
}
.cid-u8OTRuumHP .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u8OTRuumHP .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u8OTRuumHP .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u8OTRuumHP .social-media {
  margin-top: 1.5rem;
}
.cid-u8OTRuumHP .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u8OTRuumHP .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u8OTRuumHP .mbr-text,
.cid-u8OTRuumHP .mbr-offer {
  line-height: 1.5;
}
.cid-u8OTRuumHP .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u8OTRuumHP .container-fluid {
    padding: 0 1rem;
  }
  .cid-u8OTRuumHP .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u8OTRuumHP .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u8OTRuumHP .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u8OTRuumHP .mbr-offer {
  color: #232323;
}
.cid-uYTnilvYVL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTnilvYVL .content {
    text-align: center;
  }
  .cid-uYTnilvYVL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTnilvYVL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTnilvYVL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTnilvYVL .media-wrap img {
  height: 6rem;
}
.cid-uYTnilvYVL .mbr-text {
  color: #8d97ad;
}
.cid-uYTnilvYVL .p-title {
  font-size: 17px;
}
.cid-uYTnilvYVL .p-title span {
  color: #111111;
}
.cid-uYTnilvYVL .title-card {
  font-size: 1.3rem;
}
.cid-uYTnilvYVL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTnilvYVL .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTnilvYVL .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTnilvYVL .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTnilvYVL .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTnilvYVL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTnilvYVL .copyright img {
  margin-right: 10px;
}
.cid-uYTnilvYVL .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTnilvYVL .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTnilvYVL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTnilvYVL .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTnilvYVL .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTnilvYVL SPAN {
  color: #57e714;
}
.cid-uYTnilvYVL H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u9zlx7PHaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u9zlx7PHaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9zlx7PHaF .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-u9zlx7PHaF .container {
    padding: 0 16px;
  }
}
.cid-u9zlx7PHaF .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u9zlx7PHaF .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u9zlx7PHaF .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u9zlx7PHaF .image-wrapper img {
    height: 300px;
  }
}
.cid-u9zlx7PHaF .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9zlx7PHaF .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9zlx7PHaF .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9zlx7PHaF .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u9zlx7PHaF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9zlx7PHaF .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u9zGVgqWdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-u9zGVgqWdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9zGVgqWdA .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-u9zGVgqWdA .container {
    padding: 0 16px;
  }
}
.cid-u9zGVgqWdA .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u9zGVgqWdA .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u9zGVgqWdA .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u9zGVgqWdA .image-wrapper img {
    height: 300px;
  }
}
.cid-u9zGVgqWdA .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9zGVgqWdA .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9zGVgqWdA .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9zGVgqWdA .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u9zGVgqWdA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9zGVgqWdA .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u9zpCcPRYm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u9zpCcPRYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9zpCcPRYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9zpCcPRYm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u9zpCcPRYm .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9zpCcPRYm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9zpCcPRYm .container {
    padding: 0 20px;
  }
}
.cid-u9zpCcPRYm .row {
  justify-content: center;
}
.cid-u9zpCcPRYm .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u9zpCcPRYm .content-wrapper {
    display: block;
  }
}
.cid-u9zpCcPRYm .content-wrapper .card {
  justify-content: center;
}
.cid-u9zpCcPRYm .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u9zpCcPRYm .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u9zpCcPRYm .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u9zpCcPRYm .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9zpCcPRYm .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-u9zpCcPRYm .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-u9zpCcPRYm .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9zpCcPRYm .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u9zpCcPRYm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9zpCcPRYm .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u9zpCcPRYm .mbr-section-title {
  color: #38001b;
}
.cid-u9zpCcPRYm .mbr-text {
  color: #38001b;
}
.cid-u9zlx8rTIS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u9zlx8rTIS .container-fluid {
  padding: 0 3rem;
}
.cid-u9zlx8rTIS .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u9zlx8rTIS .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u9zlx8rTIS .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u9zlx8rTIS .social-media {
  margin-top: 1.5rem;
}
.cid-u9zlx8rTIS .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u9zlx8rTIS .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u9zlx8rTIS .mbr-text,
.cid-u9zlx8rTIS .mbr-offer {
  line-height: 1.5;
}
.cid-u9zlx8rTIS .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u9zlx8rTIS .container-fluid {
    padding: 0 1rem;
  }
  .cid-u9zlx8rTIS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u9zlx8rTIS .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u9zlx8rTIS .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u9zlx8rTIS .mbr-offer {
  color: #232323;
}
.cid-uYTlN8Hchc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTlN8Hchc .content {
    text-align: center;
  }
  .cid-uYTlN8Hchc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTlN8Hchc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTlN8Hchc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTlN8Hchc .media-wrap img {
  height: 6rem;
}
.cid-uYTlN8Hchc .mbr-text {
  color: #8d97ad;
}
.cid-uYTlN8Hchc .p-title {
  font-size: 17px;
}
.cid-uYTlN8Hchc .p-title span {
  color: #111111;
}
.cid-uYTlN8Hchc .title-card {
  font-size: 1.3rem;
}
.cid-uYTlN8Hchc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTlN8Hchc .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTlN8Hchc .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTlN8Hchc .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTlN8Hchc .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTlN8Hchc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTlN8Hchc .copyright img {
  margin-right: 10px;
}
.cid-uYTlN8Hchc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTlN8Hchc .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTlN8Hchc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTlN8Hchc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTlN8Hchc .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTlN8Hchc SPAN {
  color: #57e714;
}
.cid-uYTlN8Hchc H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ubJSkiypdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ubJSkiypdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubJSkiypdG .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-ubJSkiypdG .container {
    padding: 0 16px;
  }
}
.cid-ubJSkiypdG .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ubJSkiypdG .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ubJSkiypdG .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ubJSkiypdG .image-wrapper img {
    height: 300px;
  }
}
.cid-ubJSkiypdG .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubJSkiypdG .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ubJSkiypdG .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubJSkiypdG .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ubJSkiypdG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubJSkiypdG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubJSkjaBki {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-ubJSkjaBki .container-fluid {
  padding: 0 3rem;
}
.cid-ubJSkjaBki .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ubJSkjaBki .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ubJSkjaBki .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-ubJSkjaBki .social-media {
  margin-top: 1.5rem;
}
.cid-ubJSkjaBki .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ubJSkjaBki .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ubJSkjaBki .mbr-text,
.cid-ubJSkjaBki .mbr-offer {
  line-height: 1.5;
}
.cid-ubJSkjaBki .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ubJSkjaBki .container-fluid {
    padding: 0 1rem;
  }
  .cid-ubJSkjaBki .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ubJSkjaBki .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ubJSkjaBki .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-ubJSkjaBki .mbr-offer {
  color: #232323;
}
.cid-uYTm7wW1MG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTm7wW1MG .content {
    text-align: center;
  }
  .cid-uYTm7wW1MG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTm7wW1MG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTm7wW1MG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTm7wW1MG .media-wrap img {
  height: 6rem;
}
.cid-uYTm7wW1MG .mbr-text {
  color: #8d97ad;
}
.cid-uYTm7wW1MG .p-title {
  font-size: 17px;
}
.cid-uYTm7wW1MG .p-title span {
  color: #111111;
}
.cid-uYTm7wW1MG .title-card {
  font-size: 1.3rem;
}
.cid-uYTm7wW1MG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTm7wW1MG .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTm7wW1MG .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTm7wW1MG .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTm7wW1MG .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTm7wW1MG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTm7wW1MG .copyright img {
  margin-right: 10px;
}
.cid-uYTm7wW1MG .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTm7wW1MG .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTm7wW1MG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTm7wW1MG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTm7wW1MG .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTm7wW1MG SPAN {
  color: #57e714;
}
.cid-uYTm7wW1MG H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-udInQDG4jv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-udInQDG4jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udInQDG4jv .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-udInQDG4jv .container {
    padding: 0 16px;
  }
}
.cid-udInQDG4jv .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-udInQDG4jv .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-udInQDG4jv .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-udInQDG4jv .image-wrapper img {
    height: 300px;
  }
}
.cid-udInQDG4jv .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udInQDG4jv .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udInQDG4jv .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udInQDG4jv .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-udInQDG4jv .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udInQDG4jv .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-udInQEudlS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-udInQEudlS .container-fluid {
  padding: 0 3rem;
}
.cid-udInQEudlS .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-udInQEudlS .mbr-list li {
  margin-bottom: 1rem;
}
.cid-udInQEudlS .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-udInQEudlS .social-media {
  margin-top: 1.5rem;
}
.cid-udInQEudlS .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-udInQEudlS .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-udInQEudlS .mbr-text,
.cid-udInQEudlS .mbr-offer {
  line-height: 1.5;
}
.cid-udInQEudlS .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-udInQEudlS .container-fluid {
    padding: 0 1rem;
  }
  .cid-udInQEudlS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-udInQEudlS .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-udInQEudlS .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-udInQEudlS .mbr-offer {
  color: #232323;
}
.cid-uYTmxYvuCD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmxYvuCD .content {
    text-align: center;
  }
  .cid-uYTmxYvuCD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmxYvuCD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmxYvuCD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmxYvuCD .media-wrap img {
  height: 6rem;
}
.cid-uYTmxYvuCD .mbr-text {
  color: #8d97ad;
}
.cid-uYTmxYvuCD .p-title {
  font-size: 17px;
}
.cid-uYTmxYvuCD .p-title span {
  color: #111111;
}
.cid-uYTmxYvuCD .title-card {
  font-size: 1.3rem;
}
.cid-uYTmxYvuCD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmxYvuCD .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmxYvuCD .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmxYvuCD .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmxYvuCD .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmxYvuCD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmxYvuCD .copyright img {
  margin-right: 10px;
}
.cid-uYTmxYvuCD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmxYvuCD .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmxYvuCD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmxYvuCD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmxYvuCD .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmxYvuCD SPAN {
  color: #57e714;
}
.cid-uYTmxYvuCD H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uqmvg8qTvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uqmvg8qTvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqmvg8qTvy .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-uqmvg8qTvy .container {
    padding: 0 16px;
  }
}
.cid-uqmvg8qTvy .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uqmvg8qTvy .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uqmvg8qTvy .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uqmvg8qTvy .image-wrapper img {
    height: 300px;
  }
}
.cid-uqmvg8qTvy .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uqmvg8qTvy .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uqmvg8qTvy .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uqmvg8qTvy .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uqmvg8qTvy .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uqmvg8qTvy .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uqmvg9pPiA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-uqmvg9pPiA .container-fluid {
  padding: 0 3rem;
}
.cid-uqmvg9pPiA .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uqmvg9pPiA .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uqmvg9pPiA .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-uqmvg9pPiA .social-media {
  margin-top: 1.5rem;
}
.cid-uqmvg9pPiA .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uqmvg9pPiA .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uqmvg9pPiA .mbr-text,
.cid-uqmvg9pPiA .mbr-offer {
  line-height: 1.5;
}
.cid-uqmvg9pPiA .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uqmvg9pPiA .container-fluid {
    padding: 0 1rem;
  }
  .cid-uqmvg9pPiA .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uqmvg9pPiA .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uqmvg9pPiA .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uqmvg9pPiA .mbr-offer {
  color: #232323;
}
.cid-uYTmGn6NZe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmGn6NZe .content {
    text-align: center;
  }
  .cid-uYTmGn6NZe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmGn6NZe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmGn6NZe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmGn6NZe .media-wrap img {
  height: 6rem;
}
.cid-uYTmGn6NZe .mbr-text {
  color: #8d97ad;
}
.cid-uYTmGn6NZe .p-title {
  font-size: 17px;
}
.cid-uYTmGn6NZe .p-title span {
  color: #111111;
}
.cid-uYTmGn6NZe .title-card {
  font-size: 1.3rem;
}
.cid-uYTmGn6NZe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmGn6NZe .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmGn6NZe .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmGn6NZe .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmGn6NZe .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmGn6NZe .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmGn6NZe .copyright img {
  margin-right: 10px;
}
.cid-uYTmGn6NZe .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmGn6NZe .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmGn6NZe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmGn6NZe .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmGn6NZe .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmGn6NZe SPAN {
  color: #57e714;
}
.cid-uYTmGn6NZe H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uxwAJ0a62a {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxwAJ0a62a .container,
.cid-uxwAJ0a62a .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-uxwAJ0a62a .mbr-section-subtitle,
.cid-uxwAJ0a62a .mbr-section-title,
.cid-uxwAJ0a62a .mbr-subtext,
.cid-uxwAJ0a62a .mbr-text,
.cid-uxwAJ0a62a .mbr-section-btn,
.cid-uxwAJ0a62a .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-uxwAJ0a62a .title__block {
    padding-top: 70px;
  }
}
.cid-uxwAJ0a62a .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #64697a;
}
.cid-uxwAJ0a62a .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-uxwAJ0a62a .mbr-section-title b,
.cid-uxwAJ0a62a .mbr-section-title strong {
  font-weight: 500;
}
.cid-uxwAJ0a62a .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-uxwAJ0a62a .mbr-section-btn {
  margin-top: 60px;
}
.cid-uxwAJ0a62a .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-uxwAJ0a62a .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uxwAJ0a62a .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uxwAJ0a62a .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-uxwAJ0a62a .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uxwAJ0a62a .wrap__image {
    text-align: right;
  }
  .cid-uxwAJ0a62a .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-uxwAJ0a62a .wrap__image {
    text-align: center !important;
  }
}
.cid-uxwAJ0a62a .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-uxwAJ0a62a .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uxwAJ0a62a .image__block2 {
    display: none;
  }
}
.cid-uxwAJ0a62a .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-uxwAJ0a62a .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uxwAJ0a62a .image__background .circle__image1 {
    display: none;
  }
}
.cid-uxwAJ0a62a .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(249, 219, 81, 0.23);
}
@media (max-width: 1199px) {
  .cid-uxwAJ0a62a .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uxwAJ0a62a .image__background .circle__image2 {
    display: none;
  }
}
.cid-uxwAJ0a62a .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-uxwAJ0a62a .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #f47b5b;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uxwAJ0a62a .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #5842ff;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-uxwAJ0a62a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwAJ0a62a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-spRQsqQ83d {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-spRQsqQ83d .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-spRQsqQ83d #e1_circle,
.cid-spRQsqQ83d #e3_circle,
.cid-spRQsqQ83d #e4_circle,
.cid-spRQsqQ83d #e5_circle {
  fill: #e1e8ff !important;
}
.cid-spRQsqQ83d #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-spRQsqQ83d .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-spRQsqQ83d .rev {
  animation: rev 4s linear infinite;
}
.cid-spRQsqQ83d .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-spRQsqQ83d .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-spRQsqQ83d .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-spRQsqQ83d .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-spRQsqQ83d .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-spRQsqQ83d .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-spRQsqQ83d .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-spRQsqQ83d .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-spRQsqQ83d .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-spRQsqQ83d .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-spRQsqQ83d .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-spRQsqQ83d H1 {
  color: #5842ff;
}
.cid-spRQsqQ83d .mbr-text,
.cid-spRQsqQ83d .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-spRQsqQ83d img {
  width: 100%;
  margin: 0 auto;
}
.cid-spRQspJznB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-spRQspJznB .mbr-section-title,
.cid-spRQspJznB .mbr-section-subtitle {
  color: #000000;
}
.cid-spRQspJznB .mbr-section-text {
  color: #232323;
}
.cid-spRQspJznB .mbr-text,
.cid-spRQspJznB .typed-text,
.cid-spRQspJznB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-spRQspJznB .btn {
  margin-left: 4px !important;
}
.cid-spRQspJznB .animated-element {
  color: #ff3366;
}
.cid-spRQspJznB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-spRQspJznB .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-spRQspJznB .typed-text,
  .cid-spRQspJznB .mbr-section-subtitle,
  .cid-spRQspJznB .mbr-section-text,
  .cid-spRQspJznB .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-spRQspJznB .mbr-section-subtitle,
.cid-spRQspJznB .typed-text {
  color: #ff6400;
}
.cid-spTwbLRtYT {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-spTwbLRtYT .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #44389c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-spTwbLRtYT .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-spTwbLRtYT .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-spTwbLRtYT .img-wrapper img {
  width: 100%;
}
.cid-spTwbLRtYT .carousel {
  z-index: 2;
  position: relative;
}
.cid-spTwbLRtYT .user {
  padding: 0 !important;
}
.cid-spTwbLRtYT .big-icon {
  top: 1rem;
  font-size: 2.7rem;
  z-index: 0;
  color: #848abd;
  opacity: 0.3;
  line-height: 2.083;
}
.cid-spTwbLRtYT .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-spTwbLRtYT .carousel-item.active,
.cid-spTwbLRtYT .carousel-item-next,
.cid-spTwbLRtYT .carousel-item-prev {
  display: flex;
}
.cid-spTwbLRtYT .user_name {
  margin: 0;
}
.cid-spTwbLRtYT .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-spTwbLRtYT .user_status {
  color: #5842ff;
}
.cid-spTwbLRtYT .user_status.display-4 {
  line-height: 1.3125;
}
.cid-spTwbLRtYT .carousel-controls a {
  font-size: 2rem;
}
.cid-spTwbLRtYT .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-spTwbLRtYT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-spTwbLRtYT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-spTwbLRtYT .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-spTwbLRtYT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-spTwbLRtYT .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-spTwbLRtYT .user_text {
  color: #707070;
  text-align: left;
}
.cid-spTwbLRtYT .user_text p.display-5 {
  line-height: 1.54;
}
.cid-spTwbLRtYT .user_desk {
  color: #767676;
}
.cid-spTwbLRtYT .user_desk,
.cid-spTwbLRtYT .carousel-item {
  text-align: left;
}
.cid-spTwbLRtYT .carousel-item {
  padding-right: 20px;
}
.cid-spTwbLRtYT .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-spTwbLRtYT .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-spTwbLRtYT .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-spTwbLRtYT .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-spZ3RinzHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ3RinzHj .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ3RinzHj .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ3RinzHj .mbr-section-title,
.cid-spZ3RinzHj .icon__wrap {
  text-align: center;
}
.cid-spZ3RinzHj .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ3RinzHj .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ3RinzHj .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ3RinzHj .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ3RinzHj .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ3RinzHj .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-spZ5wQyxWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ5wQyxWN .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ5wQyxWN .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ5wQyxWN .mbr-section-title,
.cid-spZ5wQyxWN .icon__wrap {
  text-align: center;
}
.cid-spZ5wQyxWN .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ5wQyxWN .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ5wQyxWN .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ5wQyxWN .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ5wQyxWN .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ5wQyxWN .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-spRQsrHzs4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-spRQsrHzs4 .main,
.cid-spRQsrHzs4 .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-spRQsrHzs4 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spRQsrHzs4 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-spRQsrHzs4 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spRQsrHzs4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spRQsrHzs4 .text-element {
  padding: 3rem 2rem;
}
.cid-spRQsrHzs4 .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-spRQsrHzs4 .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-spRQsrHzs4 .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-spRQsrHzs4 .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-spRQsrHzs4 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-spRQsrHzs4 .image-element,
  .cid-spRQsrHzs4 .text-element {
    margin-bottom: 0;
  }
  .cid-spRQsrHzs4 .main:first-child {
    padding-top: 0;
  }
}
.cid-spRQsrHzs4 .mbr-section-subtitle,
.cid-spRQsrHzs4 .card-text,
.cid-spRQsrHzs4 .mbr-section-btn {
  color: #8d97ad;
}
.cid-spRQsrHzs4 .card-text,
.cid-spRQsrHzs4 .mbr-section-btn {
  color: #767676;
}
.cid-spRQsrHzs4 .mbr-section-subtitle {
  color: #767676;
}
.cid-spRQsvGnBy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-spRQsvGnBy .main,
.cid-spRQsvGnBy .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-spRQsvGnBy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spRQsvGnBy .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-spRQsvGnBy .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spRQsvGnBy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spRQsvGnBy .text-element {
  padding: 3rem 2rem;
}
.cid-spRQsvGnBy .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-spRQsvGnBy .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-spRQsvGnBy .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-spRQsvGnBy .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-spRQsvGnBy .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-spRQsvGnBy .image-element,
  .cid-spRQsvGnBy .text-element {
    margin-bottom: 0;
  }
  .cid-spRQsvGnBy .main:first-child {
    padding-top: 0;
  }
}
.cid-spRQsvGnBy .mbr-section-subtitle,
.cid-spRQsvGnBy .card-text,
.cid-spRQsvGnBy .mbr-section-btn {
  color: #8d97ad;
}
.cid-spRQsvGnBy .card-text,
.cid-spRQsvGnBy .mbr-section-btn {
  color: #767676;
}
.cid-spRQsvGnBy .mbr-section-subtitle {
  color: #767676;
}
.cid-spZ7KklXbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ7KklXbC .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ7KklXbC .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ7KklXbC .mbr-section-title,
.cid-spZ7KklXbC .icon__wrap {
  text-align: center;
}
.cid-spZ7KklXbC .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ7KklXbC .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ7KklXbC .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ7KklXbC .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ7KklXbC .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ7KklXbC .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-uMwE5UPfz6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e6;
}
.cid-uMwE5UPfz6 .item:focus,
.cid-uMwE5UPfz6 span:focus {
  outline: none;
}
.cid-uMwE5UPfz6 .item {
  cursor: pointer;
}
.cid-uMwE5UPfz6 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uMwE5UPfz6 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uMwE5UPfz6 .grid-container-1,
.cid-uMwE5UPfz6 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uMwE5UPfz6 .grid-container-1,
  .cid-uMwE5UPfz6 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uMwE5UPfz6 .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMwE5UPfz6 .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uMwE5UPfz6 .content-head {
  max-width: 800px;
}
.cid-uMwE5UPfz6 .container,
.cid-uMwE5UPfz6 .container-fluid {
  overflow: hidden;
}
.cid-uMwE5UPfz6 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMwE5UPfz6 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMwE5UPfz6 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uMwE5UPfz6 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uMwE5UPfz6 .grid-container-1,
.cid-uMwE5UPfz6 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMwE5UPfz6 .grid-container-1 {
  align-items: flex-end;
}
.cid-uMwE5UPfz6 .grid-container-2 {
  align-items: flex-start;
}
.cid-tQBJdRBL4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tQBJdRBL4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBJdRBL4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBJdRBL4I .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .row {
    padding: 0 12px;
  }
}
.cid-tQBJdRBL4I .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .text-wrapper {
    padding: 0;
  }
}
.cid-tQBJdRBL4I .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tQBJdRBL4I .text-wrapper .mbr-section-title span {
  color: #261987;
}
.cid-tQBJdRBL4I .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tQBJdRBL4I .image {
  position: relative;
}
.cid-tQBJdRBL4I .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .image::before {
    display: none;
  }
}
.cid-tQBJdRBL4I .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .image::after {
    display: none;
  }
}
.cid-tQBJdRBL4I .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tQBJdRBL4I .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .image-wrapper::before {
    display: none;
  }
}
.cid-tQBJdRBL4I .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .image-wrapper::after {
    display: none;
  }
}
.cid-tQBJdRBL4I .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tQBJdRBL4I .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tQBJdRBL4I .mbr-section-title {
  color: #1e4381;
}
.cid-tQBJdRBL4I .mbr-text {
  color: #1e4381;
}
.cid-uNnn5gAGzX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uNnn5gAGzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnn5gAGzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnn5gAGzX .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNnn5gAGzX .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uNnn5gAGzX .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNnn5gAGzX .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNnn5gAGzX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNnn5gAGzX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNnn5gAGzX .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNnn5gAGzX .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uNnn5gAGzX .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uNnn5gAGzX .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uNnn5gAGzX .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uNnn5gAGzX .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uNnn5gAGzX .mbr-section-title {
  color: #050f0f;
}
.cid-uNnn5gAGzX .mbr-text {
  color: #050f0f;
}
.cid-uNnn5gAGzX .mbr-text,
.cid-uNnn5gAGzX .text-wrapper,
.cid-uNnn5gAGzX .rating-wrapper {
  color: #64697a;
}
.cid-uNnn5gAGzX .mbr-section-title,
.cid-uNnn5gAGzX .mbr-section-btn {
  color: #4fb311;
}
.cid-spZ6NS7PMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spZ6NS7PMJ .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-spZ6NS7PMJ .icon__block {
  background: linear-gradient(135deg, rgba(38, 25, 135, 0.54) 0%, rgba(38, 25, 135, 0.85) 60%, #261987 100%);
}
.cid-spZ6NS7PMJ .mbr-section-title,
.cid-spZ6NS7PMJ .icon__wrap {
  text-align: center;
}
.cid-spZ6NS7PMJ .mbr-section-subtitle {
  text-align: center;
}
.cid-spZ6NS7PMJ .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-spZ6NS7PMJ .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-spRQsuCzPf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-spRQsuCzPf .container-fluid {
  padding: 0 3rem;
}
.cid-spRQsuCzPf .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-spRQsuCzPf .mbr-list li {
  margin-bottom: 1rem;
}
.cid-spRQsuCzPf .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-spRQsuCzPf .social-media {
  margin-top: 1.5rem;
}
.cid-spRQsuCzPf .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-spRQsuCzPf .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-spRQsuCzPf .mbr-text,
.cid-spRQsuCzPf .mbr-offer {
  line-height: 1.5;
}
.cid-spRQsuCzPf .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-spRQsuCzPf .container-fluid {
    padding: 0 1rem;
  }
  .cid-spRQsuCzPf .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-spRQsuCzPf .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-spRQsuCzPf .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-spRQsuCzPf .mbr-offer {
  color: #232323;
}
.cid-uYTkfokJ3R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTkfokJ3R .content {
    text-align: center;
  }
  .cid-uYTkfokJ3R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTkfokJ3R .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTkfokJ3R .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTkfokJ3R .media-wrap img {
  height: 6rem;
}
.cid-uYTkfokJ3R .mbr-text {
  color: #8d97ad;
}
.cid-uYTkfokJ3R .p-title {
  font-size: 17px;
}
.cid-uYTkfokJ3R .p-title span {
  color: #111111;
}
.cid-uYTkfokJ3R .title-card {
  font-size: 1.3rem;
}
.cid-uYTkfokJ3R .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTkfokJ3R .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTkfokJ3R .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTkfokJ3R .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTkfokJ3R .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTkfokJ3R .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTkfokJ3R .copyright img {
  margin-right: 10px;
}
.cid-uYTkfokJ3R .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTkfokJ3R .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTkfokJ3R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTkfokJ3R .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTkfokJ3R .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTkfokJ3R SPAN {
  color: #57e714;
}
.cid-uYTkfokJ3R H5 {
  text-align: left;
}
.cid-uqmMawXpi8 {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uqmMawXpi8 .nav-item,
.cid-uqmMawXpi8 .nav-link,
.cid-uqmMawXpi8 .navbar-caption {
  font-weight: normal;
}
.cid-uqmMawXpi8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .dropdown-toggle::after,
.cid-uqmMawXpi8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uqmMawXpi8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uqmMawXpi8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uqmMawXpi8 .nav-item:focus,
.cid-uqmMawXpi8 .nav-link:focus {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uqmMawXpi8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqmMawXpi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqmMawXpi8 .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uqmMawXpi8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqmMawXpi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqmMawXpi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uqmMawXpi8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uqmMawXpi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uqmMawXpi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqmMawXpi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqmMawXpi8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqmMawXpi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqmMawXpi8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uqmMawXpi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqmMawXpi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqmMawXpi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqmMawXpi8 .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uqmMawXpi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqmMawXpi8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uqmMawXpi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqmMawXpi8 .dropdown-item.active,
.cid-uqmMawXpi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uqmMawXpi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uqmMawXpi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqmMawXpi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqmMawXpi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqmMawXpi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqmMawXpi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqmMawXpi8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uqmMawXpi8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uqmMawXpi8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uqmMawXpi8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uqmMawXpi8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqmMawXpi8 .navbar {
    height: 77px;
  }
  .cid-uqmMawXpi8 .navbar.opened {
    height: auto;
  }
  .cid-uqmMawXpi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqmMawXpi8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-u52Kh3ePu9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/first-impressions-clean-commercial-carpet-hamilton-ontario-1200x700.webp");
}
.cid-u52Kh3ePu9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u52Kh3ePu9 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u52Kh3ePu9 .col-text {
    padding: 30px;
  }
}
.cid-u52Kh3ePu9 .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u52Kh3ePu9 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u52Kh3ePu9 .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-u52Kh3ePu9 .col-form {
    max-height: 440px;
  }
}
.cid-u52Kh3ePu9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-u52Kh3ePu9 .text-wrapper {
    text-align: center !important;
  }
}
.cid-u52Kh3ePu9 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u52Kh3ePu9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u52Kh3ePu9 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u52Kh3ePu9 .mbr-text {
    text-align: center !important;
  }
}
.cid-u52Kh3ePu9 .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-u52Kh3ePu9 .name-text {
  color: #66e119;
  width: 100%;
}
.cid-u52Kh3ePu9 .prof-text {
  color: #000000;
  width: 100%;
}
.cid-u52Kh3ePu9 .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-u52Kh3ePu9 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u52Kh3ePu9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u52Kh3ePu9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u52Kh3ePu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52Kh3ePu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52ST0J2Ds {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u52ST0J2Ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52ST0J2Ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52ST0J2Ds .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u52ST0J2Ds .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u52ST0J2Ds .container {
    padding: 0 24px;
  }
}
.cid-u52ST0J2Ds .row {
  justify-content: center;
}
.cid-u52ST0J2Ds .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u52ST0J2Ds .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u52ST0J2Ds .content-wrapper {
    padding: 32px;
  }
}
.cid-u52ST0J2Ds .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u52ST0J2Ds .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u52ST0J2Ds .mbr-section-title {
  color: #FF3399;
}
.cid-u52ST0J2Ds .mbr-text {
  color: #262642;
}
.cid-u38QFU127a {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u38QFU127a .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-u38QFU127a #e1_circle,
.cid-u38QFU127a #e3_circle,
.cid-u38QFU127a #e4_circle,
.cid-u38QFU127a #e5_circle {
  fill: #e1e8ff !important;
}
.cid-u38QFU127a #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-u38QFU127a .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-u38QFU127a .rev {
  animation: rev 4s linear infinite;
}
.cid-u38QFU127a .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-u38QFU127a .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-u38QFU127a .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-u38QFU127a .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-u38QFU127a .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-u38QFU127a .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-u38QFU127a .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-u38QFU127a .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-u38QFU127a .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-u38QFU127a .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-u38QFU127a .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-u38QFU127a H1 {
  color: #5842ff;
}
.cid-u38QFU127a .mbr-text,
.cid-u38QFU127a .mbr-section-btn {
  color: #716c80;
}
.cid-u38QFU127a img {
  width: 100%;
  margin: 0 auto;
}
.cid-u38QFV3DeR {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-u38QFV3DeR .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-u38QFV3DeR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-u38QFV3DeR .carousel-item > div {
  width: 100%;
}
.cid-u38QFV3DeR .carousel-item.active,
.cid-u38QFV3DeR .carousel-item-next,
.cid-u38QFV3DeR .carousel-item-prev {
  display: flex;
}
.cid-u38QFV3DeR .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-u38QFV3DeR .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-u38QFV3DeR .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-u38QFV3DeR .carousel-controls a {
    width: 5%;
  }
}
.cid-u38QFV3DeR .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-u38QFV3DeR .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #f9db51;
}
.cid-u38QFV3DeR .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-u38QFV3DeR .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-u38QFV3DeR .card__descr {
  padding-left: 40px;
  color: #261987;
}
.cid-u38QFV3DeR li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff3a46 !important;
  margin: 0 5px;
}
.cid-u38QFV3DeR li.active {
  opacity: 1;
  background-color: #ff3a46;
  width: 6px;
  height: 6px;
}
.cid-u38QFV3DeR .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-u38QFV3DeR .carousel-indicators li {
  border-radius: 50%;
}
.cid-u38QFV3DeR a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-u38QFV3DeR .box {
    margin-bottom: 50px;
  }
}
.cid-u52TKDV1Ed {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u52TKDV1Ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52TKDV1Ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52TKDV1Ed .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u52TKDV1Ed .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u52TKDV1Ed .container {
    padding: 0 24px;
  }
}
.cid-u52TKDV1Ed .row {
  justify-content: center;
}
.cid-u52TKDV1Ed .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u52TKDV1Ed .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u52TKDV1Ed .content-wrapper {
    padding: 32px;
  }
}
.cid-u52TKDV1Ed .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u52TKDV1Ed .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u52TKDV1Ed .mbr-section-title {
  color: #FF3399;
}
.cid-u52TKDV1Ed .mbr-text {
  color: #262642;
}
.cid-u38QFZp6zh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-u38QFZp6zh .main,
.cid-u38QFZp6zh .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-u38QFZp6zh .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u38QFZp6zh .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u38QFZp6zh .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u38QFZp6zh .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u38QFZp6zh .text-element {
  padding: 3rem 2rem;
}
.cid-u38QFZp6zh .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-u38QFZp6zh .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-u38QFZp6zh .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
.cid-u38QFZp6zh .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .cid-u38QFZp6zh .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-u38QFZp6zh .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-u38QFZp6zh .image-element,
  .cid-u38QFZp6zh .text-element {
    margin-bottom: 0;
  }
  .cid-u38QFZp6zh .main:first-child {
    padding-top: 0;
  }
}
.cid-u38QFZp6zh .mbr-section-subtitle,
.cid-u38QFZp6zh .card-text,
.cid-u38QFZp6zh .mbr-section-btn {
  color: #8d97ad;
}
.cid-u38QFZp6zh .card-text,
.cid-u38QFZp6zh .mbr-section-btn {
  color: #767676;
}
.cid-u38QFZp6zh .mbr-section-subtitle {
  color: #767676;
}
.cid-u38QG1K4vY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u38QG1K4vY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u38QG1K4vY .card-title {
  margin-bottom: 26px;
  color: #261987;
}
.cid-u38QG1K4vY .mbr-text {
  margin-bottom: 30px;
}
.cid-u38QG1K4vY .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u38QG1K4vY .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u38QG1K4vY .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-u38QG1K4vY .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-u38QG1K4vY .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-u38QG1K4vY .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u38QG1K4vY .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u38QG1K4vY .text-wrapper {
    text-align: center;
  }
  .cid-u38QG1K4vY .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u38QG1K4vY .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u38QG1K4vY .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u38QG3jkcS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-u38QG3jkcS .main,
.cid-u38QG3jkcS .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-u38QG3jkcS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u38QG3jkcS .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u38QG3jkcS .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u38QG3jkcS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u38QG3jkcS .text-element {
  padding: 3rem 2rem;
}
.cid-u38QG3jkcS .mbr-iconfont {
  font-size: 3rem;
  color: #5842ff;
}
.cid-u38QG3jkcS .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-u38QG3jkcS .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
.cid-u38QG3jkcS .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .cid-u38QG3jkcS .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-u38QG3jkcS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-u38QG3jkcS .image-element,
  .cid-u38QG3jkcS .text-element {
    margin-bottom: 0;
  }
  .cid-u38QG3jkcS .main:first-child {
    padding-top: 0;
  }
}
.cid-u38QG3jkcS .mbr-section-subtitle,
.cid-u38QG3jkcS .card-text,
.cid-u38QG3jkcS .mbr-section-btn {
  color: #8d97ad;
}
.cid-u38QG3jkcS .card-text,
.cid-u38QG3jkcS .mbr-section-btn {
  color: #767676;
}
.cid-u38QG3jkcS .mbr-section-subtitle {
  color: #767676;
}
.cid-u52UgD62vY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u52UgD62vY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52UgD62vY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52UgD62vY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u52UgD62vY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u52UgD62vY .container {
    padding: 0 24px;
  }
}
.cid-u52UgD62vY .row {
  justify-content: center;
}
.cid-u52UgD62vY .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u52UgD62vY .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u52UgD62vY .content-wrapper {
    padding: 32px;
  }
}
.cid-u52UgD62vY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u52UgD62vY .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u52UgD62vY .mbr-section-title {
  color: #FF3399;
}
.cid-u52UgD62vY .mbr-text {
  color: #262642;
}
.cid-u38QG6gnTv {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-u38QG6gnTv .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-u38QG6gnTv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-u38QG6gnTv .carousel-item > div {
  width: 100%;
}
.cid-u38QG6gnTv .carousel-item.active,
.cid-u38QG6gnTv .carousel-item-next,
.cid-u38QG6gnTv .carousel-item-prev {
  display: flex;
}
.cid-u38QG6gnTv .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-u38QG6gnTv .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-u38QG6gnTv .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-u38QG6gnTv .carousel-controls a {
    width: 5%;
  }
}
.cid-u38QG6gnTv .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-u38QG6gnTv .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #f9db51;
}
.cid-u38QG6gnTv .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-u38QG6gnTv .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-u38QG6gnTv .card__descr {
  padding-left: 40px;
  color: #261987;
}
.cid-u38QG6gnTv li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff3a46 !important;
  margin: 0 5px;
}
.cid-u38QG6gnTv li.active {
  opacity: 1;
  background-color: #ff3a46;
  width: 6px;
  height: 6px;
}
.cid-u38QG6gnTv .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-u38QG6gnTv .carousel-indicators li {
  border-radius: 50%;
}
.cid-u38QG6gnTv a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-u38QG6gnTv .box {
    margin-bottom: 50px;
  }
}
.cid-u58GWQkxH7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2e481a;
}
.cid-u58GWQkxH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u58GWQkxH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u58GWQkxH7 .card-wrapper {
  overflow: hidden;
  background: #e9e9e9;
}
.cid-u58GWQkxH7 .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u58GWQkxH7 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u58GWQkxH7 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u58GWQkxH7 .row {
  flex-direction: row-reverse;
}
.cid-u58GWQkxH7 .image-wrapper {
  padding: 0 0.75rem;
}
.cid-u58GWQkxH7 img,
.cid-u58GWQkxH7 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-u58GWQkxH7 .mbr-section-title {
  color: #000000;
}
.cid-u58GWQkxH7 .mbr-text {
  color: #000000;
}
.cid-u38QG92wb6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-u38QG92wb6 .container-fluid {
  padding: 0 3rem;
}
.cid-u38QG92wb6 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-u38QG92wb6 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-u38QG92wb6 .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-u38QG92wb6 .social-media {
  margin-top: 1.5rem;
}
.cid-u38QG92wb6 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-u38QG92wb6 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-u38QG92wb6 .mbr-text,
.cid-u38QG92wb6 .mbr-offer {
  line-height: 1.5;
}
.cid-u38QG92wb6 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-u38QG92wb6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u38QG92wb6 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u38QG92wb6 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-u38QG92wb6 .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-u38QG92wb6 .mbr-offer {
  color: #232323;
}
.cid-uYTk1LsJiN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTk1LsJiN .content {
    text-align: center;
  }
  .cid-uYTk1LsJiN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTk1LsJiN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTk1LsJiN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTk1LsJiN .media-wrap img {
  height: 6rem;
}
.cid-uYTk1LsJiN .mbr-text {
  color: #8d97ad;
}
.cid-uYTk1LsJiN .p-title {
  font-size: 17px;
}
.cid-uYTk1LsJiN .p-title span {
  color: #111111;
}
.cid-uYTk1LsJiN .title-card {
  font-size: 1.3rem;
}
.cid-uYTk1LsJiN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTk1LsJiN .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTk1LsJiN .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTk1LsJiN .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTk1LsJiN .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTk1LsJiN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTk1LsJiN .copyright img {
  margin-right: 10px;
}
.cid-uYTk1LsJiN .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTk1LsJiN .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTk1LsJiN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTk1LsJiN .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTk1LsJiN .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTk1LsJiN SPAN {
  color: #57e714;
}
.cid-uYTk1LsJiN H5 {
  text-align: left;
}
.cid-uHq8SkPdyu {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uHq8SkPdyu .nav-item,
.cid-uHq8SkPdyu .nav-link,
.cid-uHq8SkPdyu .navbar-caption {
  font-weight: normal;
}
.cid-uHq8SkPdyu .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uHq8SkPdyu .dropdown-toggle::after,
.cid-uHq8SkPdyu .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uHq8SkPdyu .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uHq8SkPdyu .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uHq8SkPdyu .nav-item:focus,
.cid-uHq8SkPdyu .nav-link:focus {
  outline: none;
}
.cid-uHq8SkPdyu .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uHq8SkPdyu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uHq8SkPdyu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uHq8SkPdyu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHq8SkPdyu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHq8SkPdyu .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uHq8SkPdyu .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uHq8SkPdyu .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uHq8SkPdyu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHq8SkPdyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHq8SkPdyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHq8SkPdyu .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uHq8SkPdyu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uHq8SkPdyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uHq8SkPdyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uHq8SkPdyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHq8SkPdyu .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uHq8SkPdyu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHq8SkPdyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHq8SkPdyu .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uHq8SkPdyu .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uHq8SkPdyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHq8SkPdyu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHq8SkPdyu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uHq8SkPdyu .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uHq8SkPdyu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uHq8SkPdyu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHq8SkPdyu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHq8SkPdyu .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uHq8SkPdyu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHq8SkPdyu .dropdown-item.active,
.cid-uHq8SkPdyu .dropdown-item:active {
  background-color: transparent;
}
.cid-uHq8SkPdyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uHq8SkPdyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uHq8SkPdyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHq8SkPdyu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHq8SkPdyu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHq8SkPdyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHq8SkPdyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHq8SkPdyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHq8SkPdyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHq8SkPdyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHq8SkPdyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHq8SkPdyu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHq8SkPdyu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHq8SkPdyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHq8SkPdyu .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uHq8SkPdyu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uHq8SkPdyu .mbr-iconfont {
  color: #ffffff;
}
.cid-uHq8SkPdyu .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uHq8SkPdyu .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHq8SkPdyu .navbar {
    height: 77px;
  }
  .cid-uHq8SkPdyu .navbar.opened {
    height: auto;
  }
  .cid-uHq8SkPdyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHq8SkPdyu .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uHq8SnueUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uHq8SnueUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHq8SnueUR .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-uHq8SnueUR .container {
    padding: 0 16px;
  }
}
.cid-uHq8SnueUR .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uHq8SnueUR .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uHq8SnueUR .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uHq8SnueUR .image-wrapper img {
    height: 300px;
  }
}
.cid-uHq8SnueUR .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uHq8SnueUR .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHq8SnueUR .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uHq8SnueUR .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uHq8SnueUR .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uHq8SnueUR .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uHq8So7pLR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-uHq8So7pLR .container-fluid {
  padding: 0 3rem;
}
.cid-uHq8So7pLR .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uHq8So7pLR .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uHq8So7pLR .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-uHq8So7pLR .social-media {
  margin-top: 1.5rem;
}
.cid-uHq8So7pLR .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHq8So7pLR .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uHq8So7pLR .mbr-text,
.cid-uHq8So7pLR .mbr-offer {
  line-height: 1.5;
}
.cid-uHq8So7pLR .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uHq8So7pLR .container-fluid {
    padding: 0 1rem;
  }
  .cid-uHq8So7pLR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uHq8So7pLR .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uHq8So7pLR .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uHq8So7pLR .mbr-offer {
  color: #232323;
}
.cid-uYTkWpbU7E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTkWpbU7E .content {
    text-align: center;
  }
  .cid-uYTkWpbU7E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTkWpbU7E .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTkWpbU7E .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTkWpbU7E .media-wrap img {
  height: 6rem;
}
.cid-uYTkWpbU7E .mbr-text {
  color: #8d97ad;
}
.cid-uYTkWpbU7E .p-title {
  font-size: 17px;
}
.cid-uYTkWpbU7E .p-title span {
  color: #111111;
}
.cid-uYTkWpbU7E .title-card {
  font-size: 1.3rem;
}
.cid-uYTkWpbU7E .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTkWpbU7E .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTkWpbU7E .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTkWpbU7E .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTkWpbU7E .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTkWpbU7E .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTkWpbU7E .copyright img {
  margin-right: 10px;
}
.cid-uYTkWpbU7E .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTkWpbU7E .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTkWpbU7E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTkWpbU7E .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTkWpbU7E .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTkWpbU7E SPAN {
  color: #57e714;
}
.cid-uYTkWpbU7E H5 {
  text-align: left;
}
.cid-uSENaYx7vq {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uSENaYx7vq .nav-item,
.cid-uSENaYx7vq .nav-link,
.cid-uSENaYx7vq .navbar-caption {
  font-weight: normal;
}
.cid-uSENaYx7vq .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uSENaYx7vq .dropdown-toggle::after,
.cid-uSENaYx7vq .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uSENaYx7vq .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uSENaYx7vq .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uSENaYx7vq .nav-item:focus,
.cid-uSENaYx7vq .nav-link:focus {
  outline: none;
}
.cid-uSENaYx7vq .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uSENaYx7vq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uSENaYx7vq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uSENaYx7vq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uSENaYx7vq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSENaYx7vq .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uSENaYx7vq .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uSENaYx7vq .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uSENaYx7vq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSENaYx7vq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSENaYx7vq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uSENaYx7vq .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uSENaYx7vq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uSENaYx7vq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uSENaYx7vq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uSENaYx7vq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSENaYx7vq .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uSENaYx7vq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uSENaYx7vq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSENaYx7vq .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uSENaYx7vq .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uSENaYx7vq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSENaYx7vq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSENaYx7vq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uSENaYx7vq .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uSENaYx7vq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uSENaYx7vq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSENaYx7vq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSENaYx7vq .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uSENaYx7vq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSENaYx7vq .dropdown-item.active,
.cid-uSENaYx7vq .dropdown-item:active {
  background-color: transparent;
}
.cid-uSENaYx7vq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uSENaYx7vq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uSENaYx7vq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSENaYx7vq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSENaYx7vq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uSENaYx7vq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSENaYx7vq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSENaYx7vq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSENaYx7vq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSENaYx7vq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSENaYx7vq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSENaYx7vq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSENaYx7vq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSENaYx7vq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSENaYx7vq .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uSENaYx7vq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uSENaYx7vq .mbr-iconfont {
  color: #ffffff;
}
.cid-uSENaYx7vq .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uSENaYx7vq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSENaYx7vq .navbar {
    height: 77px;
  }
  .cid-uSENaYx7vq .navbar.opened {
    height: auto;
  }
  .cid-uSENaYx7vq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSENaYx7vq .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uSENaYUSbR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uSENaYUSbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSENaYUSbR .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-uSENaYUSbR .container {
    padding: 0 16px;
  }
}
.cid-uSENaYUSbR .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uSENaYUSbR .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uSENaYUSbR .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uSENaYUSbR .image-wrapper img {
    height: 300px;
  }
}
.cid-uSENaYUSbR .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uSENaYUSbR .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSENaYUSbR .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uSENaYUSbR .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uSENaYUSbR .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uSENaYUSbR .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uSENaZcauM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-uSENaZcauM .container-fluid {
  padding: 0 3rem;
}
.cid-uSENaZcauM .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uSENaZcauM .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uSENaZcauM .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-uSENaZcauM .social-media {
  margin-top: 1.5rem;
}
.cid-uSENaZcauM .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSENaZcauM .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uSENaZcauM .mbr-text,
.cid-uSENaZcauM .mbr-offer {
  line-height: 1.5;
}
.cid-uSENaZcauM .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uSENaZcauM .container-fluid {
    padding: 0 1rem;
  }
  .cid-uSENaZcauM .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uSENaZcauM .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uSENaZcauM .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uSENaZcauM .mbr-offer {
  color: #232323;
}
.cid-uYTmL2x2Ix {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmL2x2Ix .content {
    text-align: center;
  }
  .cid-uYTmL2x2Ix .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmL2x2Ix .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmL2x2Ix .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmL2x2Ix .media-wrap img {
  height: 6rem;
}
.cid-uYTmL2x2Ix .mbr-text {
  color: #8d97ad;
}
.cid-uYTmL2x2Ix .p-title {
  font-size: 17px;
}
.cid-uYTmL2x2Ix .p-title span {
  color: #111111;
}
.cid-uYTmL2x2Ix .title-card {
  font-size: 1.3rem;
}
.cid-uYTmL2x2Ix .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmL2x2Ix .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmL2x2Ix .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmL2x2Ix .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmL2x2Ix .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmL2x2Ix .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmL2x2Ix .copyright img {
  margin-right: 10px;
}
.cid-uYTmL2x2Ix .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmL2x2Ix .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmL2x2Ix .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmL2x2Ix .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmL2x2Ix .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmL2x2Ix SPAN {
  color: #57e714;
}
.cid-uYTmL2x2Ix H5 {
  text-align: left;
}
.cid-uJHiCkhOrB {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uJHiCkhOrB .nav-item,
.cid-uJHiCkhOrB .nav-link,
.cid-uJHiCkhOrB .navbar-caption {
  font-weight: normal;
}
.cid-uJHiCkhOrB .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uJHiCkhOrB .dropdown-toggle::after,
.cid-uJHiCkhOrB .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uJHiCkhOrB .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uJHiCkhOrB .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uJHiCkhOrB .nav-item:focus,
.cid-uJHiCkhOrB .nav-link:focus {
  outline: none;
}
.cid-uJHiCkhOrB .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uJHiCkhOrB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uJHiCkhOrB .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uJHiCkhOrB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJHiCkhOrB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJHiCkhOrB .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uJHiCkhOrB .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uJHiCkhOrB .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uJHiCkhOrB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJHiCkhOrB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJHiCkhOrB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uJHiCkhOrB .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uJHiCkhOrB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uJHiCkhOrB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uJHiCkhOrB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uJHiCkhOrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJHiCkhOrB .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uJHiCkhOrB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJHiCkhOrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJHiCkhOrB .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uJHiCkhOrB .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uJHiCkhOrB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJHiCkhOrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJHiCkhOrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uJHiCkhOrB .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uJHiCkhOrB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uJHiCkhOrB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJHiCkhOrB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJHiCkhOrB .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uJHiCkhOrB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJHiCkhOrB .dropdown-item.active,
.cid-uJHiCkhOrB .dropdown-item:active {
  background-color: transparent;
}
.cid-uJHiCkhOrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uJHiCkhOrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uJHiCkhOrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJHiCkhOrB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJHiCkhOrB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uJHiCkhOrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJHiCkhOrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJHiCkhOrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJHiCkhOrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJHiCkhOrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJHiCkhOrB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJHiCkhOrB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJHiCkhOrB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJHiCkhOrB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJHiCkhOrB .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uJHiCkhOrB a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uJHiCkhOrB .mbr-iconfont {
  color: #ffffff;
}
.cid-uJHiCkhOrB .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uJHiCkhOrB .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJHiCkhOrB .navbar {
    height: 77px;
  }
  .cid-uJHiCkhOrB .navbar.opened {
    height: auto;
  }
  .cid-uJHiCkhOrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJHiCkhOrB .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uJHiCkPZT7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #57e714;
}
.cid-uJHiCkPZT7 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uJHiCkPZT7 .container-fluid {
  padding: 0;
}
.cid-uJHiCkPZT7 .right-side {
  padding: 0;
}
.cid-uJHiCkPZT7 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uJHiCkPZT7 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uJHiCkPZT7 .l2,
.cid-uJHiCkPZT7 .lin {
  color: #ffffff;
}
.cid-uJHiCkPZT7 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uJHiCkPZT7 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uJHiCkPZT7 .left-side {
  padding-left: 84px;
}
.cid-uJHiCkPZT7 .l2 {
  margin-top: 20px;
}
.cid-uJHiCkPZT7 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uJHiCkPZT7 .l2,
.cid-uJHiCkPZT7 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uJHiCkPZT7 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJHiCkPZT7 img {
    max-height: 400px;
  }
  .cid-uJHiCkPZT7 .left-side {
    padding-left: 15px;
  }
  .cid-uJHiCkPZT7 .line {
    display: none;
  }
}
.cid-uJHiCl8coa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJHiCl8coa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHiCl8coa .container {
  max-width: 1300px;
}
.cid-uJHiCl8coa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHiCl8coa .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJHiCl8coa .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHiCl8coa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJHiCl8coa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJHiCl8coa .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uJHiCl8coa .mbr-section-title {
  color: #4e423d;
}
.cid-uJHiCl8coa .mbr-text,
.cid-uJHiCl8coa .mbr-section-btn {
  color: #555555;
}
.cid-uJHiClzirn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJHiClzirn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHiClzirn .container {
  max-width: 1300px;
}
.cid-uJHiClzirn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHiClzirn .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJHiClzirn .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHiClzirn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJHiClzirn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJHiClzirn .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uJHiClzirn .mbr-section-title {
  color: #4e423d;
}
.cid-uJHiClzirn .mbr-text,
.cid-uJHiClzirn .mbr-section-btn {
  color: #555555;
}
.cid-uJHiCmGnpg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uJHiCmGnpg .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uJHiCmGnpg .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uJHiCmGnpg .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uJHiCmGnpg .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-uJHiCmGnpg .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-uJHiCmGnpg .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uJHiCmGnpg .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uJHiCmGnpg .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uJHiCmGnpg .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uJHiCmGnpg .item-img:hover {
  transform: translateY(-3px);
}
.cid-uJHiCmGnpg .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJHiCmGnpg .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uJHiCmGnpg .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-uJHiCmGnpg .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uJHiCmGnpg .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uJHiCp1vo3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-uJHiCp1vo3 .container-fluid {
  padding: 0 3rem;
}
.cid-uJHiCp1vo3 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uJHiCp1vo3 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uJHiCp1vo3 .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-uJHiCp1vo3 .social-media {
  margin-top: 1.5rem;
}
.cid-uJHiCp1vo3 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uJHiCp1vo3 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uJHiCp1vo3 .mbr-text,
.cid-uJHiCp1vo3 .mbr-offer {
  line-height: 1.5;
}
.cid-uJHiCp1vo3 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uJHiCp1vo3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJHiCp1vo3 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uJHiCp1vo3 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uJHiCp1vo3 .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uJHiCp1vo3 .mbr-offer {
  color: #232323;
}
.cid-uYTkO0nEs6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTkO0nEs6 .content {
    text-align: center;
  }
  .cid-uYTkO0nEs6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTkO0nEs6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTkO0nEs6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTkO0nEs6 .media-wrap img {
  height: 6rem;
}
.cid-uYTkO0nEs6 .mbr-text {
  color: #8d97ad;
}
.cid-uYTkO0nEs6 .p-title {
  font-size: 17px;
}
.cid-uYTkO0nEs6 .p-title span {
  color: #111111;
}
.cid-uYTkO0nEs6 .title-card {
  font-size: 1.3rem;
}
.cid-uYTkO0nEs6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTkO0nEs6 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTkO0nEs6 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTkO0nEs6 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTkO0nEs6 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTkO0nEs6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTkO0nEs6 .copyright img {
  margin-right: 10px;
}
.cid-uYTkO0nEs6 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTkO0nEs6 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTkO0nEs6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTkO0nEs6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTkO0nEs6 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTkO0nEs6 SPAN {
  color: #57e714;
}
.cid-uYTkO0nEs6 H5 {
  text-align: left;
}
.cid-uOuUxd634C {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-uOuUxd634C .nav-item,
.cid-uOuUxd634C .nav-link,
.cid-uOuUxd634C .navbar-caption {
  font-weight: normal;
}
.cid-uOuUxd634C .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uOuUxd634C .dropdown-toggle::after,
.cid-uOuUxd634C .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-uOuUxd634C .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uOuUxd634C .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uOuUxd634C .nav-item:focus,
.cid-uOuUxd634C .nav-link:focus {
  outline: none;
}
.cid-uOuUxd634C .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uOuUxd634C .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uOuUxd634C .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOuUxd634C .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOuUxd634C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuUxd634C .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-uOuUxd634C .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-uOuUxd634C .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uOuUxd634C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuUxd634C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOuUxd634C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uOuUxd634C .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uOuUxd634C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uOuUxd634C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uOuUxd634C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uOuUxd634C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuUxd634C .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uOuUxd634C .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOuUxd634C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuUxd634C .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uOuUxd634C .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uOuUxd634C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOuUxd634C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOuUxd634C .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOuUxd634C .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-uOuUxd634C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uOuUxd634C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOuUxd634C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOuUxd634C .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uOuUxd634C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuUxd634C .dropdown-item.active,
.cid-uOuUxd634C .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuUxd634C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-uOuUxd634C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uOuUxd634C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuUxd634C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOuUxd634C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOuUxd634C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOuUxd634C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOuUxd634C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOuUxd634C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOuUxd634C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOuUxd634C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOuUxd634C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOuUxd634C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOuUxd634C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOuUxd634C .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uOuUxd634C a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uOuUxd634C .mbr-iconfont {
  color: #ffffff;
}
.cid-uOuUxd634C .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uOuUxd634C .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOuUxd634C .navbar {
    height: 77px;
  }
  .cid-uOuUxd634C .navbar.opened {
    height: auto;
  }
  .cid-uOuUxd634C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuUxd634C .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uOuX1n7DCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uOuX1n7DCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuX1n7DCl .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-uOuX1n7DCl .container {
    padding: 0 16px;
  }
}
.cid-uOuX1n7DCl .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uOuX1n7DCl .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uOuX1n7DCl .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uOuX1n7DCl .image-wrapper img {
    height: 300px;
  }
}
.cid-uOuX1n7DCl .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOuX1n7DCl .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOuX1n7DCl .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOuX1n7DCl .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOuX1n7DCl .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOuX1n7DCl .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOuUxdDd4a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-uOuUxdDd4a .container-fluid {
  padding: 0 3rem;
}
.cid-uOuUxdDd4a .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uOuUxdDd4a .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uOuUxdDd4a .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-uOuUxdDd4a .social-media {
  margin-top: 1.5rem;
}
.cid-uOuUxdDd4a .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uOuUxdDd4a .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uOuUxdDd4a .mbr-text,
.cid-uOuUxdDd4a .mbr-offer {
  line-height: 1.5;
}
.cid-uOuUxdDd4a .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uOuUxdDd4a .container-fluid {
    padding: 0 1rem;
  }
  .cid-uOuUxdDd4a .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uOuUxdDd4a .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uOuUxdDd4a .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-uOuUxdDd4a .mbr-offer {
  color: #232323;
}
.cid-uYTmoiGi1t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTmoiGi1t .content {
    text-align: center;
  }
  .cid-uYTmoiGi1t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYTmoiGi1t .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYTmoiGi1t .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYTmoiGi1t .media-wrap img {
  height: 6rem;
}
.cid-uYTmoiGi1t .mbr-text {
  color: #8d97ad;
}
.cid-uYTmoiGi1t .p-title {
  font-size: 17px;
}
.cid-uYTmoiGi1t .p-title span {
  color: #111111;
}
.cid-uYTmoiGi1t .title-card {
  font-size: 1.3rem;
}
.cid-uYTmoiGi1t .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYTmoiGi1t .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uYTmoiGi1t .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uYTmoiGi1t .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uYTmoiGi1t .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uYTmoiGi1t .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYTmoiGi1t .copyright img {
  margin-right: 10px;
}
.cid-uYTmoiGi1t .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYTmoiGi1t .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uYTmoiGi1t .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYTmoiGi1t .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uYTmoiGi1t .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYTmoiGi1t SPAN {
  color: #57e714;
}
.cid-uYTmoiGi1t H5 {
  text-align: left;
}
.cid-vdX5ujxC8L {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-vdX5ujxC8L .nav-item,
.cid-vdX5ujxC8L .nav-link,
.cid-vdX5ujxC8L .navbar-caption {
  font-weight: normal;
}
.cid-vdX5ujxC8L .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-vdX5ujxC8L .dropdown-toggle::after,
.cid-vdX5ujxC8L .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-vdX5ujxC8L .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-vdX5ujxC8L .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-vdX5ujxC8L .nav-item:focus,
.cid-vdX5ujxC8L .nav-link:focus {
  outline: none;
}
.cid-vdX5ujxC8L .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-vdX5ujxC8L .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-vdX5ujxC8L .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vdX5ujxC8L .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vdX5ujxC8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdX5ujxC8L .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-vdX5ujxC8L .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-vdX5ujxC8L .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-vdX5ujxC8L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdX5ujxC8L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdX5ujxC8L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-vdX5ujxC8L .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-vdX5ujxC8L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-vdX5ujxC8L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-vdX5ujxC8L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-vdX5ujxC8L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdX5ujxC8L .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-vdX5ujxC8L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdX5ujxC8L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdX5ujxC8L .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-vdX5ujxC8L .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-vdX5ujxC8L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdX5ujxC8L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdX5ujxC8L .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vdX5ujxC8L .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-vdX5ujxC8L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-vdX5ujxC8L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdX5ujxC8L .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdX5ujxC8L .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-vdX5ujxC8L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdX5ujxC8L .dropdown-item.active,
.cid-vdX5ujxC8L .dropdown-item:active {
  background-color: transparent;
}
.cid-vdX5ujxC8L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-vdX5ujxC8L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-vdX5ujxC8L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdX5ujxC8L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdX5ujxC8L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vdX5ujxC8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdX5ujxC8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdX5ujxC8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdX5ujxC8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdX5ujxC8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdX5ujxC8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdX5ujxC8L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdX5ujxC8L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdX5ujxC8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdX5ujxC8L .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-vdX5ujxC8L a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-vdX5ujxC8L .mbr-iconfont {
  color: #ffffff;
}
.cid-vdX5ujxC8L .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-vdX5ujxC8L .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdX5ujxC8L .navbar {
    height: 77px;
  }
  .cid-vdX5ujxC8L .navbar.opened {
    height: auto;
  }
  .cid-vdX5ujxC8L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdX5ujxC8L .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-vdX5ujYvgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-vdX5ujYvgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdX5ujYvgu .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-vdX5ujYvgu .container {
    padding: 0 16px;
  }
}
.cid-vdX5ujYvgu .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-vdX5ujYvgu .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-vdX5ujYvgu .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-vdX5ujYvgu .image-wrapper img {
    height: 300px;
  }
}
.cid-vdX5ujYvgu .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdX5ujYvgu .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdX5ujYvgu .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdX5ujYvgu .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vdX5ujYvgu .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdX5ujYvgu .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vdX5ukfPdd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-vdX5ukfPdd .container-fluid {
  padding: 0 3rem;
}
.cid-vdX5ukfPdd .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-vdX5ukfPdd .mbr-list li {
  margin-bottom: 1rem;
}
.cid-vdX5ukfPdd .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-vdX5ukfPdd .social-media {
  margin-top: 1.5rem;
}
.cid-vdX5ukfPdd .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdX5ukfPdd .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-vdX5ukfPdd .mbr-text,
.cid-vdX5ukfPdd .mbr-offer {
  line-height: 1.5;
}
.cid-vdX5ukfPdd .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-vdX5ukfPdd .container-fluid {
    padding: 0 1rem;
  }
  .cid-vdX5ukfPdd .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vdX5ukfPdd .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-vdX5ukfPdd .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-vdX5ukfPdd .mbr-offer {
  color: #232323;
}
.cid-vdX5ukDCiF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vdX5ukDCiF .content {
    text-align: center;
  }
  .cid-vdX5ukDCiF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdX5ukDCiF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vdX5ukDCiF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vdX5ukDCiF .media-wrap img {
  height: 6rem;
}
.cid-vdX5ukDCiF .mbr-text {
  color: #8d97ad;
}
.cid-vdX5ukDCiF .p-title {
  font-size: 17px;
}
.cid-vdX5ukDCiF .p-title span {
  color: #111111;
}
.cid-vdX5ukDCiF .title-card {
  font-size: 1.3rem;
}
.cid-vdX5ukDCiF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdX5ukDCiF .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vdX5ukDCiF .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vdX5ukDCiF .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vdX5ukDCiF .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vdX5ukDCiF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdX5ukDCiF .copyright img {
  margin-right: 10px;
}
.cid-vdX5ukDCiF .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdX5ukDCiF .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-vdX5ukDCiF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vdX5ukDCiF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vdX5ukDCiF .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdX5ukDCiF SPAN {
  color: #57e714;
}
.cid-vdX5ukDCiF H5 {
  text-align: left;
}
.cid-vdXzvqYXIH {
  min-height: 101px !important;
  background: #5e9414;
  overflow: visible;
}
.cid-vdXzvqYXIH .nav-item,
.cid-vdXzvqYXIH .nav-link,
.cid-vdXzvqYXIH .navbar-caption {
  font-weight: normal;
}
.cid-vdXzvqYXIH .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-vdXzvqYXIH .dropdown-toggle::after,
.cid-vdXzvqYXIH .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-vdXzvqYXIH .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-vdXzvqYXIH .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-vdXzvqYXIH .nav-item:focus,
.cid-vdXzvqYXIH .nav-link:focus {
  outline: none;
}
.cid-vdXzvqYXIH .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-vdXzvqYXIH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-vdXzvqYXIH .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vdXzvqYXIH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vdXzvqYXIH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdXzvqYXIH .navbar {
  transition: all .3s;
  background: #5e9414;
}
.cid-vdXzvqYXIH .navbar.opened {
  transition: all .3s;
  background: #5e9414 !important;
}
.cid-vdXzvqYXIH .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-vdXzvqYXIH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdXzvqYXIH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdXzvqYXIH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-vdXzvqYXIH .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-vdXzvqYXIH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-vdXzvqYXIH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-vdXzvqYXIH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-vdXzvqYXIH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdXzvqYXIH .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-vdXzvqYXIH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdXzvqYXIH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdXzvqYXIH .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-vdXzvqYXIH .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-vdXzvqYXIH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdXzvqYXIH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdXzvqYXIH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vdXzvqYXIH .navbar.navbar-short {
  background: #5e9414 !important;
  min-height: 60px;
}
.cid-vdXzvqYXIH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-vdXzvqYXIH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdXzvqYXIH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdXzvqYXIH .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-vdXzvqYXIH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdXzvqYXIH .dropdown-item.active,
.cid-vdXzvqYXIH .dropdown-item:active {
  background-color: transparent;
}
.cid-vdXzvqYXIH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e9414;
}
.cid-vdXzvqYXIH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-vdXzvqYXIH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdXzvqYXIH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdXzvqYXIH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vdXzvqYXIH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdXzvqYXIH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdXzvqYXIH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdXzvqYXIH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdXzvqYXIH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdXzvqYXIH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdXzvqYXIH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdXzvqYXIH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdXzvqYXIH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdXzvqYXIH .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-vdXzvqYXIH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-vdXzvqYXIH .mbr-iconfont {
  color: #ffffff;
}
.cid-vdXzvqYXIH .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-vdXzvqYXIH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdXzvqYXIH .navbar {
    height: 77px;
  }
  .cid-vdXzvqYXIH .navbar.opened {
    height: auto;
  }
  .cid-vdXzvqYXIH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdXzvqYXIH .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-vdXzvrulJ1 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-vdXzvrulJ1 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-vdXzvrulJ1 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vdXzvrulJ1 .title__block,
.cid-vdXzvrulJ1 .image__block {
  pointer-events: all;
}
.cid-vdXzvrulJ1 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vdXzvrulJ1 .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-vdXzvrulJ1 .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-vdXzvrulJ1 .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-vdXzvrulJ1 .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-vdXzvrulJ1 .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-vdXzvrulJ1 .image__block {
  max-height: 600px;
}
.cid-vdXzvrulJ1 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdXzvrulJ1 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-vdXzvrulJ1 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-vdXzvrulJ1 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-vdXzvrulJ1 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-vdXzvrulJ1 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-vdXzvrulJ1 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-vdXzvrulJ1 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-vdXzvrulJ1 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vdXzvrulJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdXzvrulJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdXzvtXi0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdXzvtXi0w .item:focus,
.cid-vdXzvtXi0w span:focus {
  outline: none;
}
.cid-vdXzvtXi0w .item {
  cursor: pointer;
}
.cid-vdXzvtXi0w .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .cid-vdXzvtXi0w .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-vdXzvtXi0w .grid-container-1,
.cid-vdXzvtXi0w .grid-container-2,
.cid-vdXzvtXi0w .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vdXzvtXi0w .grid-container-1,
  .cid-vdXzvtXi0w .grid-container-2,
  .cid-vdXzvtXi0w .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-vdXzvtXi0w .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
.cid-vdXzvtXi0w .content-head {
  max-width: 800px;
}
.cid-vdXzvtXi0w .container,
.cid-vdXzvtXi0w .container-fluid {
  overflow: hidden;
}
.cid-vdXzvtXi0w .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vdXzvtXi0w .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdXzvtXi0w .grid-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, transparent 40%, #000000 90%);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.cid-vdXzvtXi0w .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vdXzvtXi0w .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vdXzvtXi0w .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vdXzvtXi0w .grid-item img {
    height: 140px;
  }
}
.cid-vdXzvtXi0w .grid-container-1,
.cid-vdXzvtXi0w .grid-container-2,
.cid-vdXzvtXi0w .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vdXzvtXi0w .grid-container-1 {
  align-items: flex-end;
}
.cid-vdXzvtXi0w .grid-container-2 {
  align-items: flex-start;
}
.cid-vdXzvtDbcN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdXzvtDbcN .item:focus,
.cid-vdXzvtDbcN span:focus {
  outline: none;
}
.cid-vdXzvtDbcN .item {
  cursor: pointer;
}
.cid-vdXzvtDbcN .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .cid-vdXzvtDbcN .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-vdXzvtDbcN .grid-container-1,
.cid-vdXzvtDbcN .grid-container-2,
.cid-vdXzvtDbcN .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vdXzvtDbcN .grid-container-1,
  .cid-vdXzvtDbcN .grid-container-2,
  .cid-vdXzvtDbcN .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-vdXzvtDbcN .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
.cid-vdXzvtDbcN .content-head {
  max-width: 800px;
}
.cid-vdXzvtDbcN .container,
.cid-vdXzvtDbcN .container-fluid {
  overflow: hidden;
}
.cid-vdXzvtDbcN .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vdXzvtDbcN .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdXzvtDbcN .grid-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, transparent 40%, #000000 90%);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.cid-vdXzvtDbcN .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vdXzvtDbcN .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vdXzvtDbcN .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vdXzvtDbcN .grid-item img {
    height: 140px;
  }
}
.cid-vdXzvtDbcN .grid-container-1,
.cid-vdXzvtDbcN .grid-container-2,
.cid-vdXzvtDbcN .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vdXzvtDbcN .grid-container-1 {
  align-items: flex-end;
}
.cid-vdXzvtDbcN .grid-container-2 {
  align-items: flex-start;
}
.cid-vdXzvujsIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdXzvujsIU .item:focus,
.cid-vdXzvujsIU span:focus {
  outline: none;
}
.cid-vdXzvujsIU .item {
  cursor: pointer;
}
.cid-vdXzvujsIU .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .cid-vdXzvujsIU .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-vdXzvujsIU .grid-container-1,
.cid-vdXzvujsIU .grid-container-2,
.cid-vdXzvujsIU .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vdXzvujsIU .grid-container-1,
  .cid-vdXzvujsIU .grid-container-2,
  .cid-vdXzvujsIU .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-vdXzvujsIU .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
.cid-vdXzvujsIU .content-head {
  max-width: 800px;
}
.cid-vdXzvujsIU .container,
.cid-vdXzvujsIU .container-fluid {
  overflow: hidden;
}
.cid-vdXzvujsIU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vdXzvujsIU .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdXzvujsIU .grid-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, transparent 40%, #000000 90%);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.cid-vdXzvujsIU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vdXzvujsIU .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vdXzvujsIU .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vdXzvujsIU .grid-item img {
    height: 140px;
  }
}
.cid-vdXzvujsIU .grid-container-1,
.cid-vdXzvujsIU .grid-container-2,
.cid-vdXzvujsIU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vdXzvujsIU .grid-container-1 {
  align-items: flex-end;
}
.cid-vdXzvujsIU .grid-container-2 {
  align-items: flex-start;
}
.cid-vdXMGeWF0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdXMGeWF0t .item:focus,
.cid-vdXMGeWF0t span:focus {
  outline: none;
}
.cid-vdXMGeWF0t .item {
  cursor: pointer;
}
.cid-vdXMGeWF0t .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .cid-vdXMGeWF0t .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-vdXMGeWF0t .grid-container-1,
.cid-vdXMGeWF0t .grid-container-2,
.cid-vdXMGeWF0t .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vdXMGeWF0t .grid-container-1,
  .cid-vdXMGeWF0t .grid-container-2,
  .cid-vdXMGeWF0t .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-vdXMGeWF0t .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
.cid-vdXMGeWF0t .content-head {
  max-width: 800px;
}
.cid-vdXMGeWF0t .container,
.cid-vdXMGeWF0t .container-fluid {
  overflow: hidden;
}
.cid-vdXMGeWF0t .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vdXMGeWF0t .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdXMGeWF0t .grid-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, transparent 40%, #000000 90%);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.cid-vdXMGeWF0t .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vdXMGeWF0t .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vdXMGeWF0t .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vdXMGeWF0t .grid-item img {
    height: 140px;
  }
}
.cid-vdXMGeWF0t .grid-container-1,
.cid-vdXMGeWF0t .grid-container-2,
.cid-vdXMGeWF0t .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vdXMGeWF0t .grid-container-1 {
  align-items: flex-end;
}
.cid-vdXMGeWF0t .grid-container-2 {
  align-items: flex-start;
}
.cid-vdXzvsJ92x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff3f3;
}
.cid-vdXzvsJ92x .container-fluid {
  padding: 0 3rem;
}
.cid-vdXzvsJ92x .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-vdXzvsJ92x .mbr-list li {
  margin-bottom: 1rem;
}
.cid-vdXzvsJ92x .mbr-section-title {
  margin-bottom: 2rem;
  color: #5e9414;
}
.cid-vdXzvsJ92x .social-media {
  margin-top: 1.5rem;
}
.cid-vdXzvsJ92x .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdXzvsJ92x .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-vdXzvsJ92x .mbr-text,
.cid-vdXzvsJ92x .mbr-offer {
  line-height: 1.5;
}
.cid-vdXzvsJ92x .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-vdXzvsJ92x .container-fluid {
    padding: 0 1rem;
  }
  .cid-vdXzvsJ92x .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vdXzvsJ92x .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-vdXzvsJ92x .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-vdXzvsJ92x .mbr-offer {
  color: #232323;
}
.cid-vdXzvt9rix {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vdXzvt9rix .content {
    text-align: center;
  }
  .cid-vdXzvt9rix .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdXzvt9rix .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vdXzvt9rix .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vdXzvt9rix .media-wrap img {
  height: 6rem;
}
.cid-vdXzvt9rix .mbr-text {
  color: #8d97ad;
}
.cid-vdXzvt9rix .p-title {
  font-size: 17px;
}
.cid-vdXzvt9rix .p-title span {
  color: #111111;
}
.cid-vdXzvt9rix .title-card {
  font-size: 1.3rem;
}
.cid-vdXzvt9rix .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdXzvt9rix .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vdXzvt9rix .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vdXzvt9rix .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vdXzvt9rix .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vdXzvt9rix .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdXzvt9rix .copyright img {
  margin-right: 10px;
}
.cid-vdXzvt9rix .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdXzvt9rix .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-vdXzvt9rix .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vdXzvt9rix .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vdXzvt9rix .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdXzvt9rix SPAN {
  color: #57e714;
}
.cid-vdXzvt9rix H5 {
  text-align: left;
}
