body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 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-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #5eeebb !important;
}
.bg-success {
  background-color: #5eeebb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
  transition: all .5s;
  color: #074630 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #074630 !important;
  background-color: #19e79e !important;
  border-color: #19e79e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #074630 !important;
  background-color: #19e79e !important;
  border-color: #19e79e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
  transition: all .5s;
  color: #074630 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #074630 !important;
  background-color: #19e79e !important;
  border-color: #19e79e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #074630 !important;
  background-color: #19e79e !important;
  border-color: #19e79e !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #16d08e !important;
  color: #16d08e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #074630 !important;
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #074630 !important;
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #16d08e !important;
  color: #16d08e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #074630 !important;
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #074630 !important;
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5eeebb !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #5eeebb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #16d08e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #16d08e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #5eeebb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5eeebb;
  border-color: #5eeebb;
  color: #0a5d3f;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5eeebb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5eeebb;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #5eeebb;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #5eeebb;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5eeebb;
  color: #000000;
}
.jq-number__spin {
  background-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: #5eeebb;
  border-bottom-color: #5eeebb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #5eeebb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2bdc9d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235eeebb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uPg61bul9p {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uPg61bul9p .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPg61bul9p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPg61bul9p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPg61bul9p .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPg61bul9p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPg61bul9p .navbar.opened {
  transition: all 0.3s;
}
.cid-uPg61bul9p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPg61bul9p .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uPg61bul9p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPg61bul9p .navbar.collapsed {
  justify-content: center;
}
.cid-uPg61bul9p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPg61bul9p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPg61bul9p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPg61bul9p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPg61bul9p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPg61bul9p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPg61bul9p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPg61bul9p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPg61bul9p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPg61bul9p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPg61bul9p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPg61bul9p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPg61bul9p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPg61bul9p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPg61bul9p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPg61bul9p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPg61bul9p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPg61bul9p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPg61bul9p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPg61bul9p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPg61bul9p .menu_box .navbar.opened,
  .cid-uPg61bul9p .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPg61bul9p nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uPg61bul9p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPg61bul9p .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uPg61bul9p .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uPg61bul9p .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .nav-item {
    margin: 0 !important;
  }
}
.cid-uPg61bul9p .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uPg61bul9p .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uPg61bul9p .nav-item .nav-link:hover,
.cid-uPg61bul9p .nav-item .nav-link:focus {
  color: #0e8f61 !important;
}
.cid-uPg61bul9p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPg61bul9p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPg61bul9p .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPg61bul9p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPg61bul9p .offcanvas_box {
    display: none;
  }
}
.cid-uPg61bul9p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPg61bul9p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPg61bul9p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPg61bul9p .container {
  display: flex;
  margin: auto;
}
.cid-uPg61bul9p .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uPg61bul9p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPg61bul9p .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .navbar-nav {
    margin: 0;
  }
}
.cid-uPg61bul9p .dropdown-menu,
.cid-uPg61bul9p .navbar.opened {
  background-color: false !important;
}
.cid-uPg61bul9p .nav-item:focus,
.cid-uPg61bul9p .nav-link:focus {
  outline: none;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPg61bul9p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPg61bul9p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPg61bul9p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPg61bul9p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPg61bul9p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPg61bul9p .dropdown-item.active,
.cid-uPg61bul9p .dropdown-item:active {
  background-color: transparent;
}
.cid-uPg61bul9p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uPg61bul9p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPg61bul9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPg61bul9p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPg61bul9p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPg61bul9p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPg61bul9p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg61bul9p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPg61bul9p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPg61bul9p .navbar {
    height: 70px;
  }
  .cid-uPg61bul9p .navbar.opened {
    height: auto;
  }
  .cid-uPg61bul9p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPg61bul9p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uPg61bul9p .navbar-caption:hover {
  color: #5eeebb;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPg61bul9p .text_widget {
  margin-bottom: 32px;
}
.cid-uPg61bul9p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPg61bul9p .text_widget a:hover,
.cid-uPg61bul9p .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uPg61bul9p .navbar-caption {
  color: #050f0f;
}
.cid-uPg61bul9p .mbr-section-subtitle,
.cid-uPg61bul9p .text_widget,
.cid-uPg61bul9p .mbr-section-btn {
  text-align: center;
}
.cid-uPg61bul9p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPg62AoZj8 {
  background-image: url("../../../assets/images/screen-0-3.jpg-888x500.jpg");
}
.cid-uPg62AoZj8 .mbr-overlay {
  background: #000000;
}
.cid-uPg62AoZj8 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uPg62AoZj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg62AoZj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg62AoZj8 .mbr-section-subtitle,
.cid-uPg62AoZj8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPg66syNeM {
  overflow: hidden !important;
  background-color: #0e8f61;
}
.cid-uPg66syNeM .container-fluid {
  padding: 0 5rem;
}
.cid-uPg66syNeM .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPg66syNeM .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uPg66syNeM .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uPg66syNeM .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPg66syNeM .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPg66syNeM .container-fluid {
    padding: 0 1rem;
  }
  .cid-uPg66syNeM .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uPg66syNeM .mbr-section-title {
    text-align: center !important;
  }
  .cid-uPg66syNeM .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uPg66syNeM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPg66syNeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg66syNeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg66syNeM .mbr-section-subtitle,
.cid-uPg66syNeM .mbr-section-btn {
  color: #ffffff;
}
.cid-uPg68dgoat {
  padding-top: 80px;
  background-color: #ffffff;
}
.cid-uPg68dgoat .container {
  margin-bottom: 15%;
}
.cid-uPg68dgoat .content-container .btn-bgr {
  z-index: 0;
}
.cid-uPg68dgoat .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-uPg68dgoat .icon-block-top span {
  background-color: #0e8f61;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-uPg68dgoat .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uPg68dgoat .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-uPg68dgoat .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-uPg68dgoat .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-uPg68dgoat .mbr-text,
.cid-uPg68dgoat .box-item-text {
  color: #8d97ad;
}
.cid-uPg68dgoat .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uPg68dgoat .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uPg68dgoat .box-list li:last-child {
  border-bottom: none;
}
.cid-uPg68dgoat .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uPg68dgoat .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uPg68dgoat .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uPg68dgoat .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uPg68dgoat .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uPg68dgoat .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uPg68dgoat .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uPg68dgoat .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uPg68dgoat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg68dgoat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg68dgoat .box-item-text,
.cid-uPg68dgoat .mbr-section-btn {
  color: #000000;
}
.cid-uPg901Bptc {
  overflow: hidden !important;
  background-color: #0e8f61;
}
.cid-uPg901Bptc .container-fluid {
  padding: 0 5rem;
}
.cid-uPg901Bptc .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPg901Bptc .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uPg901Bptc .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uPg901Bptc .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPg901Bptc .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPg901Bptc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uPg901Bptc .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uPg901Bptc .mbr-section-title {
    text-align: center !important;
  }
  .cid-uPg901Bptc .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uPg901Bptc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPg901Bptc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg901Bptc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg901Bptc .mbr-section-subtitle,
.cid-uPg901Bptc .mbr-section-btn {
  color: #ffffff;
}
.cid-uPg6cFuHdB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPg6cFuHdB .mbr-iconfont {
  color: #8d97ad;
}
.cid-uPg6cFuHdB .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uPg6cFuHdB .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uPg6cFuHdB .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uPg6cFuHdB .card-title {
  margin-bottom: 0.3rem;
}
.cid-uPg6cFuHdB .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uPg6cFuHdB .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPg6cFuHdB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uPg6cFuHdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg6cFuHdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg8YGZOWx {
  overflow: hidden !important;
  background-color: #0e8f61;
}
.cid-uPg8YGZOWx .container-fluid {
  padding: 0 5rem;
}
.cid-uPg8YGZOWx .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPg8YGZOWx .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uPg8YGZOWx .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uPg8YGZOWx .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPg8YGZOWx .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPg8YGZOWx .container-fluid {
    padding: 0 1rem;
  }
  .cid-uPg8YGZOWx .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uPg8YGZOWx .mbr-section-title {
    text-align: center !important;
  }
  .cid-uPg8YGZOWx .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uPg8YGZOWx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPg8YGZOWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg8YGZOWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg8YGZOWx .mbr-section-subtitle,
.cid-uPg8YGZOWx .mbr-section-btn {
  color: #ffffff;
}
.cid-uPg6dM3r5y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPg6dM3r5y .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-uPg6dM3r5y .card-title {
  padding: .5rem 1rem .5rem 4rem;
  margin-left: .5rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #04367c, #5eeebb);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-uPg6dM3r5y .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-uPg6dM3r5y .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-uPg6dM3r5y .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uPg6dM3r5y .card-text,
.cid-uPg6dM3r5y .mbr-subtitle {
  color: #8d97ad;
}
.cid-uPg6dM3r5y .card-sign {
  padding-top: .5rem;
}
.cid-uPg6dM3r5y .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-uPg6dM3r5y .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uPg6dM3r5y .card-title {
    text-align: center;
  }
  .cid-uPg6dM3r5y p.mbr-text,
  .cid-uPg6dM3r5y p.date {
    text-align: center;
  }
}
.cid-uPg6dM3r5y .card-box {
  background: #f4f8fa;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uPg6dM3r5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg6dM3r5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg6dM3r5y .card-text {
  color: #000000;
}
.cid-uPg9duLX2n {
  overflow: hidden !important;
  background-color: #0e8f61;
}
.cid-uPg9duLX2n .container-fluid {
  padding: 0 5rem;
}
.cid-uPg9duLX2n .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPg9duLX2n .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uPg9duLX2n .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uPg9duLX2n .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPg9duLX2n .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPg9duLX2n .container-fluid {
    padding: 0 1rem;
  }
  .cid-uPg9duLX2n .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uPg9duLX2n .mbr-section-title {
    text-align: center !important;
  }
  .cid-uPg9duLX2n .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uPg9duLX2n .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPg9duLX2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg9duLX2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg9duLX2n .mbr-section-subtitle,
.cid-uPg9duLX2n .mbr-section-btn {
  color: #ffffff;
}
.cid-uPg6bpVDe8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uPg6bpVDe8 .mbr-text {
  color: #8d97ad;
}
.cid-uPg6bpVDe8 .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #000000;
}
.cid-uPg6bpVDe8 .signature > span {
  color: #5eeebb;
}
@media (max-width: 767px) {
  .cid-uPg6bpVDe8 .blockquote-quote {
    text-align: left;
  }
  .cid-uPg6bpVDe8 .signature {
    text-align: left;
  }
}
.cid-uPg6bpVDe8 .mbr-text,
.cid-uPg6bpVDe8 .blockquote-quote {
  color: #000000;
}
.cid-uPg9eMTOpQ {
  overflow: hidden !important;
  background-color: #0e8f61;
}
.cid-uPg9eMTOpQ .container-fluid {
  padding: 0 5rem;
}
.cid-uPg9eMTOpQ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPg9eMTOpQ .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uPg9eMTOpQ .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uPg9eMTOpQ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPg9eMTOpQ .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPg9eMTOpQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uPg9eMTOpQ .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uPg9eMTOpQ .mbr-section-title {
    text-align: center !important;
  }
  .cid-uPg9eMTOpQ .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uPg9eMTOpQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPg9eMTOpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg9eMTOpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg9eMTOpQ .mbr-section-subtitle,
.cid-uPg9eMTOpQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uPgqosJBCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPgqosJBCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPgqosJBCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPgqosJBCD .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-uPgqosJBCD .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uPgqosJBCD .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPgqosJBCD .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPgqosJBCD .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPgqosJBCD .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uPgqosJBCD .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-uPgqosJBCD .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uPgqosJBCD .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uPg6ly42TN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPg6ly42TN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg6ly42TN .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-uPg6ly42TN .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uPg6ly42TN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPg6ly42TN .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPg6ly42TN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uPg6ly42TN .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uPg6ly42TN .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPg6ly42TN .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPg6ly42TN .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uPg6ly42TN .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uPg6ly42TN .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uPg6ly42TN .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uPg6ly42TN .mbr-section-title {
  color: #000000;
}
.cid-uPg6ly42TN .card-title {
  color: #000000;
}
.cid-uPg6ffJmn7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPg6ffJmn7 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uPg61bul9p {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uPg61bul9p .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uPg61bul9p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uPg61bul9p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPg61bul9p .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPg61bul9p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPg61bul9p .navbar.opened {
  transition: all 0.3s;
}
.cid-uPg61bul9p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPg61bul9p .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uPg61bul9p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPg61bul9p .navbar.collapsed {
  justify-content: center;
}
.cid-uPg61bul9p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPg61bul9p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPg61bul9p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPg61bul9p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPg61bul9p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPg61bul9p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPg61bul9p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPg61bul9p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPg61bul9p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPg61bul9p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPg61bul9p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPg61bul9p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPg61bul9p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPg61bul9p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPg61bul9p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPg61bul9p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPg61bul9p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPg61bul9p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPg61bul9p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPg61bul9p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPg61bul9p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPg61bul9p .menu_box .navbar.opened,
  .cid-uPg61bul9p .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPg61bul9p nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uPg61bul9p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPg61bul9p .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uPg61bul9p .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uPg61bul9p .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .nav-item {
    margin: 0 !important;
  }
}
.cid-uPg61bul9p .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uPg61bul9p .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uPg61bul9p .nav-item .nav-link:hover,
.cid-uPg61bul9p .nav-item .nav-link:focus {
  color: #0e8f61 !important;
}
.cid-uPg61bul9p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPg61bul9p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPg61bul9p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPg61bul9p .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPg61bul9p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPg61bul9p .offcanvas_box {
    display: none;
  }
}
.cid-uPg61bul9p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPg61bul9p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPg61bul9p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPg61bul9p .container {
  display: flex;
  margin: auto;
}
.cid-uPg61bul9p .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uPg61bul9p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPg61bul9p .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .navbar-nav {
    margin: 0;
  }
}
.cid-uPg61bul9p .dropdown-menu,
.cid-uPg61bul9p .navbar.opened {
  background-color: false !important;
}
.cid-uPg61bul9p .nav-item:focus,
.cid-uPg61bul9p .nav-link:focus {
  outline: none;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPg61bul9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPg61bul9p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPg61bul9p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPg61bul9p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPg61bul9p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPg61bul9p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPg61bul9p .dropdown-item.active,
.cid-uPg61bul9p .dropdown-item:active {
  background-color: transparent;
}
.cid-uPg61bul9p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uPg61bul9p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPg61bul9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPg61bul9p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPg61bul9p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPg61bul9p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPg61bul9p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff9063;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg61bul9p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPg61bul9p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg61bul9p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPg61bul9p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPg61bul9p .navbar {
    height: 70px;
  }
  .cid-uPg61bul9p .navbar.opened {
    height: auto;
  }
  .cid-uPg61bul9p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPg61bul9p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uPg61bul9p .navbar-caption:hover {
  color: #5eeebb;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPg61bul9p .text_widget {
  margin-bottom: 32px;
}
.cid-uPg61bul9p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPg61bul9p .text_widget a:hover,
.cid-uPg61bul9p .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPg61bul9p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uPg61bul9p .navbar-caption {
  color: #050f0f;
}
.cid-uPg61bul9p .mbr-section-subtitle,
.cid-uPg61bul9p .text_widget,
.cid-uPg61bul9p .mbr-section-btn {
  text-align: center;
}
.cid-uPg61bul9p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPg7Nsg76k {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uPg7Nsg76k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPg7Nsg76k .mbr-text {
  color: #ffffff;
}
.cid-uPg6ffJmn7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPg6ffJmn7 .media-container-row .mbr-text {
  color: #ffffff;
}
