body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Anton', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Roboto', 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #24d46a !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #f2ff33 !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #24d46a !important;
  border-color: #24d46a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #199349 !important;
  border-color: #199349 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199349 !important;
  border-color: #199349 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #38de7a !important;
  border-color: #38de7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #1dad56 !important;
  border-color: #1dad56 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1dad56 !important;
  border-color: #1dad56 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f2ff33 !important;
  border-color: #f2ff33 !important;
  color: #303300 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #303300 !important;
  background-color: #d7e500 !important;
  border-color: #d7e500 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #303300 !important;
  background-color: #d7e500 !important;
  border-color: #d7e500 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #157d3e !important;
  color: #157d3e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #24d46a !important;
  border-color: #24d46a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #24d46a !important;
  border-color: #24d46a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #19974b !important;
  color: #19974b !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #38de7a !important;
  border-color: #38de7a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #38de7a !important;
  border-color: #38de7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #bfcc00 !important;
  color: #bfcc00 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #303300 !important;
  background-color: #f2ff33 !important;
  border-color: #f2ff33 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #303300 !important;
  background-color: #f2ff33 !important;
  border-color: #f2ff33 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #24d46a !important;
}
.text-secondary {
  color: #38de7a !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #f2ff33 !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #157d3e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #19974b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bfcc00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #70c770;
}
.alert-info {
  background-color: #f2ff33;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #24d46a;
  border-color: #24d46a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #24d46a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cdf7de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.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: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #24d46a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #24d46a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #24d46a;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #24d46a;
  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: #24d46a;
  border-bottom-color: #24d46a;
}
.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: #24d46a !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: #38de7a !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='%2324d46a' %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-spQ5ZLXnoN .nav-item:focus,
.cid-spQ5ZLXnoN .nav-link:focus {
  outline: none;
}
.cid-spQ5ZLXnoN a.nav-link:focus {
  color: #24d46a !important;
}
.cid-spQ5ZLXnoN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0c2017;
  background: none;
}
.cid-spQ5ZLXnoN .navbar.opened {
  transition: all .3s;
  background: #0c2017 !important;
}
.cid-spQ5ZLXnoN .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-spQ5ZLXnoN .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-spQ5ZLXnoN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spQ5ZLXnoN .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-spQ5ZLXnoN .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spQ5ZLXnoN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-spQ5ZLXnoN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spQ5ZLXnoN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spQ5ZLXnoN .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spQ5ZLXnoN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spQ5ZLXnoN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-spQ5ZLXnoN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-spQ5ZLXnoN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spQ5ZLXnoN .navbar.navbar-short {
  background: #0c2017 !important;
  min-height: 60px;
}
.cid-spQ5ZLXnoN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spQ5ZLXnoN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spQ5ZLXnoN .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spQ5ZLXnoN .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-spQ5ZLXnoN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-spQ5ZLXnoN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spQ5ZLXnoN .dropdown-item.active,
.cid-spQ5ZLXnoN .dropdown-item:active {
  background-color: transparent;
}
.cid-spQ5ZLXnoN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spQ5ZLXnoN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spQ5ZLXnoN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spQ5ZLXnoN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-spQ5ZLXnoN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-spQ5ZLXnoN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spQ5ZLXnoN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spQ5ZLXnoN .navbar-buttons {
  text-align: center;
}
.cid-spQ5ZLXnoN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38de7a;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spQ5ZLXnoN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spQ5ZLXnoN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-spQ5ZLXnoN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spQ5ZLXnoN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spQ5ZLXnoN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-spQ5ZLXnoN .nav-link:hover,
.cid-spQ5ZLXnoN .icons-menu .mbr-iconfont:hover {
  color: #24d46a !important;
}
.cid-spQ5ZLXnoN .dropdown-item:hover {
  color: #878787 !important;
}
.cid-spQ5ZLXnoN .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #24d46a;
  transition: width 0.3s ease-in;
}
.cid-spQ5ZLXnoN .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-spQ5ZLXnoN .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-spQ5ZLXnoN .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-spQ5ZLXnoN .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-spQ5ZLXnoN .dropdown-menu {
    top: 100%;
  }
  .cid-spQ5ZLXnoN .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-spQ5ZLXnoN .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-spQ5ZLXnoN .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-spQ5ZLXnoN .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qXp9pHBfDJ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1.jpg");
}
.cid-qXp9pHBfDJ .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-qXp9pHBfDJ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qXp9pHBfDJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qXp9pHBfDJ .mbr-section-title {
  color: #38de7a;
}
.cid-qXp9pHBfDJ .mbr-section-title B {
  color: #24d46a;
}
.cid-spRh960cWv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spRh960cWv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spRh960cWv .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spRh960cWv .title {
    width: 100% !important;
  }
}
.cid-spRh960cWv .mbr-section-title B {
  color: #24d46a;
}
.cid-spRh960cWv .mbr-section-title {
  color: #24d46a;
}
.cid-spRa7Nnjpy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spRa7Nnjpy a:hover {
  color: #24d46a;
}
.cid-spRa7Nnjpy .card {
  padding: 1rem 2rem;
}
.cid-spRa7Nnjpy .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-spRa7Nnjpy .card-title {
  padding-bottom: 1rem;
  margin-bottom: 0;
  color: #38de7a;
}
.cid-spRa7Nnjpy .mbr-iconfont {
  font-size: 20px;
  color: #232323;
}
.cid-spRa7Nnjpy .card-box p {
  margin-bottom: 0;
}
.cid-spRa7Nnjpy .specialty {
  padding-top: .5rem;
}
.cid-spRa7Nnjpy .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-spRa7Nnjpy .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-spRhFQUWbX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spRhFQUWbX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spRhFQUWbX .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spRhFQUWbX .title {
    width: 100% !important;
  }
}
.cid-spRhFQUWbX .mbr-section-title B {
  color: #24d46a;
}
.cid-spRhFQUWbX .mbr-section-title {
  color: #24d46a;
}
.cid-qXpiq4yDOi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXpiq4yDOi .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXpiq4yDOi .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXpiq4yDOi .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXpiq4yDOi {
    text-align: center !important;
  }
  .cid-qXpiq4yDOi .mbr-text {
    text-align: center;
  }
}
.cid-qXpiq4yDOi .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXpiq4yDOi .mbr-text,
.cid-qXpiq4yDOi .mbr-section-btn B {
  color: #333333;
}
.cid-qXpiq4yDOi .mbr-text,
.cid-qXpiq4yDOi .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXpiq4yDOi B {
  color: #333333;
}
.cid-qXpiq4yDOi H1 {
  color: #333333;
  text-align: left;
}
.cid-qXpiq4yDOi I {
  color: #333333;
}
.cid-qXp8oQrm6O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-qXp8oQrm6O .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qXp8oQrm6O .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qXp8oQrm6O .title {
    width: 100% !important;
  }
}
.cid-qXp8oQrm6O .mbr-section-title B {
  color: #24d46a;
}
.cid-qXp8oQrm6O .mbr-section-title {
  color: #24d46a;
}
.cid-qXpcYVM5PG {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-qXpcYVM5PG .image-block {
  position: relative;
  margin: auto;
}
.cid-qXpcYVM5PG .image-block img {
  width: 100%;
}
.cid-qXpcYVM5PG .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-qXpcYVM5PG .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qXpcYVM5PG P {
  color: #24d46a;
}
.cid-qXpkowOkyd {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXpkowOkyd .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXpkowOkyd .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXpkowOkyd .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXpkowOkyd {
    text-align: center !important;
  }
  .cid-qXpkowOkyd .mbr-text {
    text-align: center;
  }
}
.cid-qXpkowOkyd .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXpkowOkyd .mbr-text,
.cid-qXpkowOkyd .mbr-section-btn B {
  color: #333333;
}
.cid-qXpkowOkyd .mbr-text,
.cid-qXpkowOkyd .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXpkowOkyd B {
  color: #333333;
}
.cid-qXpkowOkyd H1 {
  color: #333333;
  text-align: left;
}
.cid-qXpkowOkyd I {
  color: #333333;
}
.cid-qXpx7tBOSl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-qXpx7tBOSl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qXpx7tBOSl .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qXpx7tBOSl .title {
    width: 100% !important;
  }
}
.cid-qXpx7tBOSl .mbr-section-title B {
  color: #24d46a;
}
.cid-qXpx7tBOSl .mbr-section-title {
  color: #24d46a;
}
.cid-qXpmAHWUhQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-qXpmAHWUhQ .image-block {
  position: relative;
  margin: auto;
}
.cid-qXpmAHWUhQ .image-block img {
  width: 100%;
}
.cid-qXpmAHWUhQ .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-qXpmAHWUhQ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qXpmAHWUhQ P {
  color: #24d46a;
}
.cid-qXpmGr2Ei8 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXpmGr2Ei8 .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXpmGr2Ei8 .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXpmGr2Ei8 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXpmGr2Ei8 {
    text-align: center !important;
  }
  .cid-qXpmGr2Ei8 .mbr-text {
    text-align: center;
  }
}
.cid-qXpmGr2Ei8 .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXpmGr2Ei8 .mbr-text,
.cid-qXpmGr2Ei8 .mbr-section-btn B {
  color: #333333;
}
.cid-qXpmGr2Ei8 .mbr-text,
.cid-qXpmGr2Ei8 .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXpmGr2Ei8 B {
  color: #333333;
}
.cid-qXpmGr2Ei8 H1 {
  color: #333333;
  text-align: left;
}
.cid-qXpmGr2Ei8 I {
  color: #333333;
}
.cid-qXpxdd1OSB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-qXpxdd1OSB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qXpxdd1OSB .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qXpxdd1OSB .title {
    width: 100% !important;
  }
}
.cid-qXpxdd1OSB .mbr-section-title B {
  color: #24d46a;
}
.cid-qXpxdd1OSB .mbr-section-title {
  color: #24d46a;
}
.cid-qXpmPtmRP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-qXpmPtmRP8 .image-block {
  position: relative;
  margin: auto;
}
.cid-qXpmPtmRP8 .image-block img {
  width: 100%;
}
.cid-qXpmPtmRP8 .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-qXpmPtmRP8 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qXpmPtmRP8 P {
  color: #24d46a;
}
.cid-qXpo0zWMEq {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXpo0zWMEq .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXpo0zWMEq .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXpo0zWMEq .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXpo0zWMEq {
    text-align: center !important;
  }
  .cid-qXpo0zWMEq .mbr-text {
    text-align: center;
  }
}
.cid-qXpo0zWMEq .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXpo0zWMEq .mbr-text,
.cid-qXpo0zWMEq .mbr-section-btn B {
  color: #333333;
}
.cid-qXpo0zWMEq .mbr-text,
.cid-qXpo0zWMEq .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXpo0zWMEq B {
  color: #333333;
}
.cid-qXpo0zWMEq H1 {
  color: #333333;
  text-align: left;
}
.cid-qXpo0zWMEq I {
  color: #333333;
}
.cid-qXpxiOw4iJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-qXpxiOw4iJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qXpxiOw4iJ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qXpxiOw4iJ .title {
    width: 100% !important;
  }
}
.cid-qXpxiOw4iJ .mbr-section-title B {
  color: #24d46a;
}
.cid-qXpxiOw4iJ .mbr-section-title {
  color: #24d46a;
}
.cid-qXpofRrjfX {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-qXpofRrjfX .image-block {
  position: relative;
  margin: auto;
}
.cid-qXpofRrjfX .image-block img {
  width: 100%;
}
.cid-qXpofRrjfX .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-qXpofRrjfX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qXpofRrjfX P {
  color: #24d46a;
}
.cid-qXpoRncQ2J {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXpoRncQ2J .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXpoRncQ2J .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXpoRncQ2J .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXpoRncQ2J {
    text-align: center !important;
  }
  .cid-qXpoRncQ2J .mbr-text {
    text-align: center;
  }
}
.cid-qXpoRncQ2J .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXpoRncQ2J .mbr-text,
.cid-qXpoRncQ2J .mbr-section-btn B {
  color: #333333;
}
.cid-qXpoRncQ2J .mbr-text,
.cid-qXpoRncQ2J .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXpoRncQ2J B {
  color: #333333;
}
.cid-qXpoRncQ2J H1 {
  color: #333333;
  text-align: left;
}
.cid-qXpoRncQ2J I {
  color: #333333;
}
.cid-qXpxBT4QlQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-qXpxBT4QlQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qXpxBT4QlQ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qXpxBT4QlQ .title {
    width: 100% !important;
  }
}
.cid-qXpxBT4QlQ .mbr-section-title B {
  color: #24d46a;
}
.cid-qXpxBT4QlQ .mbr-section-title {
  color: #24d46a;
}
.cid-qXpp2opQhb {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-qXpp2opQhb .image-block {
  position: relative;
  margin: auto;
}
.cid-qXpp2opQhb .image-block img {
  width: 100%;
}
.cid-qXpp2opQhb .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-qXpp2opQhb .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qXpp2opQhb P {
  color: #24d46a;
}
.cid-qXppscn5jz {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXppscn5jz .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXppscn5jz .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXppscn5jz .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXppscn5jz {
    text-align: center !important;
  }
  .cid-qXppscn5jz .mbr-text {
    text-align: center;
  }
}
.cid-qXppscn5jz .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXppscn5jz .mbr-text,
.cid-qXppscn5jz .mbr-section-btn B {
  color: #333333;
}
.cid-qXppscn5jz .mbr-text,
.cid-qXppscn5jz .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXppscn5jz B {
  color: #333333;
}
.cid-qXppscn5jz H1 {
  color: #333333;
  text-align: left;
}
.cid-qXppscn5jz I {
  color: #333333;
}
.cid-rSPEeNioMU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rSPEeNioMU .media-content .btn-bgr {
  z-index: 0;
}
.cid-rSPEeNioMU .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rSPEeNioMU .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rSPEeNioMU {
    text-align: center !important;
  }
  .cid-rSPEeNioMU .mbr-text {
    text-align: center;
  }
}
.cid-rSPEeNioMU .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-rSPEeNioMU .mbr-text,
.cid-rSPEeNioMU .mbr-section-btn B {
  color: #333333;
}
.cid-rSPEeNioMU .mbr-text,
.cid-rSPEeNioMU .mbr-section-btn {
  text-align: center;
  color: #24d46a;
}
.cid-rSPEeNioMU B {
  color: #333333;
}
.cid-rSPEeNioMU H1 {
  color: #333333;
  text-align: left;
}
.cid-rSPEeNioMU I {
  color: #333333;
}
.cid-rSPDWysK8m {
  background: #0c2017;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSPDWysK8m .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-rSPDWysK8m .video-block {
    width: 100% !important;
  }
}
.cid-qZtnr1xqDF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qZtnr1xqDF .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZtnr1xqDF .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-qZtnr1xqDF .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-qZtnr1xqDF .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-qZtnr1xqDF .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qZtnr1xqDF .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-qZtnr1xqDF .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qZtnr1xqDF .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qZtnr1xqDF .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qZtnr1xqDF .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-qZtnr1xqDF .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-qZtnr1xqDF .card-block P {
  color: #fcfcfc;
}
.cid-qZtnr1xqDF .main-title {
  color: #24d46a;
}
.cid-qZtpgzFMey {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qZtpgzFMey .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZtpgzFMey .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-qZtpgzFMey .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-qZtpgzFMey .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-qZtpgzFMey .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qZtpgzFMey .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-qZtpgzFMey .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qZtpgzFMey .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qZtpgzFMey .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qZtpgzFMey .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-qZtpgzFMey .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-qZtpgzFMey .card-block P {
  color: #fcfcfc;
}
.cid-qZtpgzFMey .main-title {
  color: #24d46a;
}
.cid-qZtpLPyO7o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qZtpLPyO7o .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qZtpLPyO7o .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-qZtpLPyO7o .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-qZtpLPyO7o .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-qZtpLPyO7o .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qZtpLPyO7o .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-qZtpLPyO7o .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qZtpLPyO7o .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qZtpLPyO7o .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qZtpLPyO7o .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-qZtpLPyO7o .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-qZtpLPyO7o .card-block P {
  color: #fcfcfc;
}
.cid-qZtpLPyO7o .main-title {
  color: #24d46a;
}
.cid-raI55HMC7D {
  background: #0c2017;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-raI55HMC7D .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-raI55HMC7D .video-block {
    width: 100% !important;
  }
}
.cid-r4EIRsc5JG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-r4EIRsc5JG .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-r4EIRsc5JG .row {
  background-color: #3f855b;
}
.cid-r4EIRsc5JG .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-r4EIRsc5JG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r4EIRsc5JG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-r4EIRsc5JG .text-element {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-r4EIRsc5JG .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-r4EIRsc5JG .image-element {
    padding: 0 15px;
  }
  .cid-r4EIRsc5JG .text-element {
    padding: 2rem 1rem;
  }
  .cid-r4EIRsc5JG .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-r4EIRsc5JG .mbr-section-title {
  color: #24d46a;
}
.cid-r4EIRsc5JG .mbr-text,
.cid-r4EIRsc5JG .mbr-section-btn B {
  color: #fcfcfc;
}
.cid-qXpqd9azUA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-9.jpg");
}
.cid-qXpqd9azUA .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #24d46a;
}
.cid-qXpqd9azUA .price-item {
  background: #3e7955;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-qXpqd9azUA .price-tage {
  background: #1f3d2f none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-qXpqd9azUA .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-qXpqd9azUA .price-tage > span {
  letter-spacing: 2px;
}
.cid-qXpqd9azUA .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-qXpqd9azUA .table-content > li {
  list-style: none;
  border-bottom: 1px solid #356849;
  padding: 1em 1em;
}
.cid-qXpqd9azUA .table-content > li:last-child {
  border-bottom: 1px solid #346547;
}
.cid-qXpqd9azUA .table-content > li:nth-child(2n) {
  background: #356849 none repeat scroll 0 0;
}
.cid-qXpqd9azUA .costs {
  color: #ffffff;
}
.cid-qXpqd9azUA .costs-title {
  color: #ffffff;
}
.cid-qXpqd9azUA .title B {
  color: #24d46a;
}
.cid-qXpqd9azUA .costs B {
  color: #ff8f00;
}
.cid-qXpqd9azUA .title DIV {
  color: #24d46a;
}
.cid-qXpqd9azUA .table-content LI {
  color: #fcfcfc;
}
.cid-qXpqk59Fmp {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXpqk59Fmp .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXpqk59Fmp .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXpqk59Fmp .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXpqk59Fmp {
    text-align: center !important;
  }
  .cid-qXpqk59Fmp .mbr-text {
    text-align: center;
  }
}
.cid-qXpqk59Fmp .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXpqk59Fmp .mbr-text,
.cid-qXpqk59Fmp .mbr-section-btn B {
  color: #333333;
}
.cid-qXpqk59Fmp .mbr-text,
.cid-qXpqk59Fmp .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXpqk59Fmp B {
  color: #333333;
}
.cid-qXpqk59Fmp H1 {
  color: #333333;
  text-align: left;
}
.cid-qXpqk59Fmp I {
  color: #333333;
}
.cid-qXpufDhRds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-qXpufDhRds .media-content .btn-bgr {
  z-index: 0;
}
.cid-qXpufDhRds .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-qXpufDhRds .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-qXpufDhRds {
    text-align: center !important;
  }
  .cid-qXpufDhRds .mbr-text {
    text-align: center;
  }
}
.cid-qXpufDhRds .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-qXpufDhRds .mbr-text,
.cid-qXpufDhRds .mbr-section-btn B {
  color: #333333;
}
.cid-qXpufDhRds .mbr-text,
.cid-qXpufDhRds .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-qXpufDhRds B {
  color: #333333;
}
.cid-qXpufDhRds H1 {
  color: #333333;
  text-align: left;
}
.cid-qXpufDhRds I {
  color: #333333;
}
.cid-rWSXJcUcMp {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1.jpg");
}
.cid-rWSXJcUcMp .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rWSXJcUcMp .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rWSXJcUcMp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rWSXJcUcMp .mbr-section-title {
  color: #fcfcfc;
}
.cid-rWSXJcUcMp .mbr-section-title B {
  color: #24d46a;
}
.cid-rWSXJcUcMp .mbr-section-subtitle,
.cid-rWSXJcUcMp .underline {
  color: #24d46a;
}
.cid-rWT0DxBxba {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rWT0DxBxba .media-content .btn-bgr {
  z-index: 0;
}
.cid-rWT0DxBxba .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rWT0DxBxba .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rWT0DxBxba {
    text-align: center !important;
  }
  .cid-rWT0DxBxba .mbr-text {
    text-align: center;
  }
}
.cid-rWT0DxBxba .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-rWT0DxBxba .mbr-text,
.cid-rWT0DxBxba .mbr-section-btn B {
  color: #333333;
}
.cid-rWT0DxBxba .mbr-text,
.cid-rWT0DxBxba .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-rWT0DxBxba B {
  color: #333333;
}
.cid-rWT0DxBxba H1 {
  color: #333333;
  text-align: left;
}
.cid-rWT0DxBxba I {
  color: #333333;
}
.cid-rWSXJei3MQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-rWSXJei3MQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rWSXJei3MQ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rWSXJei3MQ .title {
    width: 100% !important;
  }
}
.cid-rWSXJei3MQ .mbr-section-title B {
  color: #24d46a;
}
.cid-rWSXJei3MQ .mbr-section-title {
  color: #24d46a;
}
.cid-rWSXJeOb8q {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-rWSXJeOb8q .image-block {
  position: relative;
  margin: auto;
}
.cid-rWSXJeOb8q .image-block img {
  width: 100%;
}
.cid-rWSXJeOb8q .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-rWSXJeOb8q .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rWSXJeOb8q P {
  color: #24d46a;
}
.cid-rWSXJfh68o {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rWSXJfh68o .media-content .btn-bgr {
  z-index: 0;
}
.cid-rWSXJfh68o .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rWSXJfh68o .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rWSXJfh68o {
    text-align: center !important;
  }
  .cid-rWSXJfh68o .mbr-text {
    text-align: center;
  }
}
.cid-rWSXJfh68o .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-rWSXJfh68o .mbr-text,
.cid-rWSXJfh68o .mbr-section-btn B {
  color: #333333;
}
.cid-rWSXJfh68o .mbr-text,
.cid-rWSXJfh68o .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-rWSXJfh68o B {
  color: #333333;
}
.cid-rWSXJfh68o H1 {
  color: #333333;
  text-align: left;
}
.cid-rWSXJfh68o I {
  color: #333333;
}
.cid-rWSXJfRujC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-rWSXJfRujC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rWSXJfRujC .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rWSXJfRujC .title {
    width: 100% !important;
  }
}
.cid-rWSXJfRujC .mbr-section-title B {
  color: #24d46a;
}
.cid-rWSXJfRujC .mbr-section-title {
  color: #24d46a;
}
.cid-rWSXJgrCoc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-rWSXJgrCoc .image-block {
  position: relative;
  margin: auto;
}
.cid-rWSXJgrCoc .image-block img {
  width: 100%;
}
.cid-rWSXJgrCoc .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-rWSXJgrCoc .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rWSXJgrCoc P {
  color: #24d46a;
}
.cid-rWSXJgXnkQ {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rWSXJgXnkQ .media-content .btn-bgr {
  z-index: 0;
}
.cid-rWSXJgXnkQ .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rWSXJgXnkQ .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rWSXJgXnkQ {
    text-align: center !important;
  }
  .cid-rWSXJgXnkQ .mbr-text {
    text-align: center;
  }
}
.cid-rWSXJgXnkQ .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-rWSXJgXnkQ .mbr-text,
.cid-rWSXJgXnkQ .mbr-section-btn B {
  color: #333333;
}
.cid-rWSXJgXnkQ .mbr-text,
.cid-rWSXJgXnkQ .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-rWSXJgXnkQ B {
  color: #333333;
}
.cid-rWSXJgXnkQ H1 {
  color: #333333;
  text-align: left;
}
.cid-rWSXJgXnkQ I {
  color: #333333;
}
.cid-rWSXJhwAo7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-rWSXJhwAo7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rWSXJhwAo7 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rWSXJhwAo7 .title {
    width: 100% !important;
  }
}
.cid-rWSXJhwAo7 .mbr-section-title B {
  color: #24d46a;
}
.cid-rWSXJhwAo7 .mbr-section-title {
  color: #24d46a;
}
.cid-rWSXJi4Ygd {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-rWSXJi4Ygd .image-block {
  position: relative;
  margin: auto;
}
.cid-rWSXJi4Ygd .image-block img {
  width: 100%;
}
.cid-rWSXJi4Ygd .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-rWSXJi4Ygd .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rWSXJi4Ygd P {
  color: #24d46a;
}
.cid-rWSXJixm1p {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rWSXJixm1p .media-content .btn-bgr {
  z-index: 0;
}
.cid-rWSXJixm1p .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rWSXJixm1p .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rWSXJixm1p {
    text-align: center !important;
  }
  .cid-rWSXJixm1p .mbr-text {
    text-align: center;
  }
}
.cid-rWSXJixm1p .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-rWSXJixm1p .mbr-text,
.cid-rWSXJixm1p .mbr-section-btn B {
  color: #333333;
}
.cid-rWSXJixm1p .mbr-text,
.cid-rWSXJixm1p .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-rWSXJixm1p B {
  color: #333333;
}
.cid-rWSXJixm1p H1 {
  color: #333333;
  text-align: left;
}
.cid-rWSXJixm1p I {
  color: #333333;
}
.cid-rWSXJn5Hhi {
  background: #0c2017;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rWSXJn5Hhi .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-rWSXJn5Hhi .video-block {
    width: 100% !important;
  }
}
.cid-spQBj7iB6Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQBj7iB6Z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spQBj7iB6Z .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-spQBj7iB6Z .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-spQBj7iB6Z .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-spQBj7iB6Z .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-spQBj7iB6Z .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-spQBj7iB6Z .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-spQBj7iB6Z .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-spQBj7iB6Z .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-spQBj7iB6Z .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-spQBj7iB6Z .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-spQBj7iB6Z .card-block P {
  color: #fcfcfc;
}
.cid-spQBj7iB6Z .main-title {
  color: #24d46a;
}
.cid-rWSXJnCTRN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rWSXJnCTRN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rWSXJnCTRN .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-rWSXJnCTRN .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-rWSXJnCTRN .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-rWSXJnCTRN .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWSXJnCTRN .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-rWSXJnCTRN .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWSXJnCTRN .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rWSXJnCTRN .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-rWSXJnCTRN .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rWSXJnCTRN .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-rWSXJnCTRN .card-block P {
  color: #fcfcfc;
}
.cid-rWSXJnCTRN .main-title {
  color: #24d46a;
}
.cid-rWSXJkct4S {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rWSXJkct4S .media-content .btn-bgr {
  z-index: 0;
}
.cid-rWSXJkct4S .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rWSXJkct4S .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rWSXJkct4S {
    text-align: center !important;
  }
  .cid-rWSXJkct4S .mbr-text {
    text-align: center;
  }
}
.cid-rWSXJkct4S .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-rWSXJkct4S .mbr-text,
.cid-rWSXJkct4S .mbr-section-btn B {
  color: #333333;
}
.cid-rWSXJkct4S .mbr-text,
.cid-rWSXJkct4S .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-rWSXJkct4S B {
  color: #333333;
}
.cid-rWSXJkct4S H1 {
  color: #333333;
  text-align: left;
}
.cid-rWSXJkct4S I {
  color: #333333;
}
.cid-rWSXJrjA6t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-9.jpg");
}
.cid-rWSXJrjA6t .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #24d46a;
}
.cid-rWSXJrjA6t .price-item {
  background: #3e7955;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-rWSXJrjA6t .price-tage {
  background: #1f3d2f none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-rWSXJrjA6t .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-rWSXJrjA6t .price-tage > span {
  letter-spacing: 2px;
}
.cid-rWSXJrjA6t .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-rWSXJrjA6t .table-content > li {
  list-style: none;
  border-bottom: 1px solid #356849;
  padding: 1em 1em;
}
.cid-rWSXJrjA6t .table-content > li:last-child {
  border-bottom: 1px solid #346547;
}
.cid-rWSXJrjA6t .table-content > li:nth-child(2n) {
  background: #356849 none repeat scroll 0 0;
}
.cid-rWSXJrjA6t .costs {
  color: #ffffff;
}
.cid-rWSXJrjA6t .costs-title {
  color: #ffffff;
}
.cid-rWSXJrjA6t .title B {
  color: #24d46a;
}
.cid-rWSXJrjA6t .costs B {
  color: #ff8f00;
}
.cid-rWSXJrjA6t .title DIV {
  color: #24d46a;
}
.cid-rWSXJrjA6t .table-content LI {
  color: #fcfcfc;
}
.cid-rWSXJqFYXT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-rWSXJqFYXT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rWSXJqFYXT .row {
  background-color: #3f855b;
}
.cid-rWSXJqFYXT .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-rWSXJqFYXT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rWSXJqFYXT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rWSXJqFYXT .text-element {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rWSXJqFYXT .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rWSXJqFYXT .image-element {
    padding: 0 15px;
  }
  .cid-rWSXJqFYXT .text-element {
    padding: 2rem 1rem;
  }
  .cid-rWSXJqFYXT .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-rWSXJqFYXT .mbr-section-title {
  color: #24d46a;
}
.cid-rWSXJqFYXT .mbr-text,
.cid-rWSXJqFYXT .mbr-section-btn B {
  color: #fcfcfc;
}
.cid-rWSXJt4YoN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-rWSXJt4YoN .media-content .btn-bgr {
  z-index: 0;
}
.cid-rWSXJt4YoN .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-rWSXJt4YoN .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rWSXJt4YoN {
    text-align: center !important;
  }
  .cid-rWSXJt4YoN .mbr-text {
    text-align: center;
  }
}
.cid-rWSXJt4YoN .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-rWSXJt4YoN .mbr-text,
.cid-rWSXJt4YoN .mbr-section-btn B {
  color: #333333;
}
.cid-rWSXJt4YoN .mbr-text,
.cid-rWSXJt4YoN .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-rWSXJt4YoN B {
  color: #333333;
}
.cid-rWSXJt4YoN H1 {
  color: #333333;
  text-align: left;
}
.cid-rWSXJt4YoN I {
  color: #333333;
}
.cid-spQ5ZLXnoN .nav-item:focus,
.cid-spQ5ZLXnoN .nav-link:focus {
  outline: none;
}
.cid-spQ5ZLXnoN a.nav-link:focus {
  color: #24d46a !important;
}
.cid-spQ5ZLXnoN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0c2017;
  background: none;
}
.cid-spQ5ZLXnoN .navbar.opened {
  transition: all .3s;
  background: #0c2017 !important;
}
.cid-spQ5ZLXnoN .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-spQ5ZLXnoN .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-spQ5ZLXnoN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spQ5ZLXnoN .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-spQ5ZLXnoN .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spQ5ZLXnoN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spQ5ZLXnoN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-spQ5ZLXnoN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spQ5ZLXnoN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spQ5ZLXnoN .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spQ5ZLXnoN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spQ5ZLXnoN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spQ5ZLXnoN .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-spQ5ZLXnoN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-spQ5ZLXnoN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spQ5ZLXnoN .navbar.navbar-short {
  background: #0c2017 !important;
  min-height: 60px;
}
.cid-spQ5ZLXnoN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spQ5ZLXnoN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spQ5ZLXnoN .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spQ5ZLXnoN .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-spQ5ZLXnoN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-spQ5ZLXnoN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spQ5ZLXnoN .dropdown-item.active,
.cid-spQ5ZLXnoN .dropdown-item:active {
  background-color: transparent;
}
.cid-spQ5ZLXnoN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spQ5ZLXnoN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spQ5ZLXnoN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spQ5ZLXnoN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-spQ5ZLXnoN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-spQ5ZLXnoN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spQ5ZLXnoN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spQ5ZLXnoN .navbar-buttons {
  text-align: center;
}
.cid-spQ5ZLXnoN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38de7a;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spQ5ZLXnoN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spQ5ZLXnoN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spQ5ZLXnoN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spQ5ZLXnoN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-spQ5ZLXnoN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spQ5ZLXnoN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spQ5ZLXnoN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-spQ5ZLXnoN .nav-link:hover,
.cid-spQ5ZLXnoN .icons-menu .mbr-iconfont:hover {
  color: #24d46a !important;
}
.cid-spQ5ZLXnoN .dropdown-item:hover {
  color: #878787 !important;
}
.cid-spQ5ZLXnoN .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #24d46a;
  transition: width 0.3s ease-in;
}
.cid-spQ5ZLXnoN .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-spQ5ZLXnoN .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-spQ5ZLXnoN .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-spQ5ZLXnoN .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-spQ5ZLXnoN .dropdown-menu {
    top: 100%;
  }
  .cid-spQ5ZLXnoN .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-spQ5ZLXnoN .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-spQ5ZLXnoN .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-spQ5ZLXnoN .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-spQceklwmD {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1.jpg");
}
.cid-spQceklwmD .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-spQceklwmD .mbr-arrow i {
  color: #ffffff !important;
}
.cid-spQceklwmD .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spQceklwmD .mbr-section-title {
  color: #fcfcfc;
}
.cid-spQceklwmD .mbr-section-title B {
  color: #24d46a;
}
.cid-spQceklwmD .mbr-section-subtitle,
.cid-spQceklwmD .underline {
  color: #24d46a;
}
.cid-spQcelakmY {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQcelakmY .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQcelakmY .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQcelakmY .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQcelakmY {
    text-align: center !important;
  }
  .cid-spQcelakmY .mbr-text {
    text-align: center;
  }
}
.cid-spQcelakmY .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQcelakmY .mbr-text,
.cid-spQcelakmY .mbr-section-btn B {
  color: #333333;
}
.cid-spQcelakmY .mbr-text,
.cid-spQcelakmY .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQcelakmY B {
  color: #333333;
}
.cid-spQcelakmY H1 {
  color: #333333;
  text-align: left;
}
.cid-spQcelakmY I {
  color: #333333;
}
.cid-spQcelJIgs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQcelJIgs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQcelJIgs .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQcelJIgs .title {
    width: 100% !important;
  }
}
.cid-spQcelJIgs .mbr-section-title B {
  color: #24d46a;
}
.cid-spQcelJIgs .mbr-section-title {
  color: #24d46a;
}
.cid-spQcem9t7W {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-spQcem9t7W .image-block {
  position: relative;
  margin: auto;
}
.cid-spQcem9t7W .image-block img {
  width: 100%;
}
.cid-spQcem9t7W .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-spQcem9t7W .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-spQcem9t7W P {
  color: #24d46a;
}
.cid-spQcemwyLV {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQcemwyLV .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQcemwyLV .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQcemwyLV .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQcemwyLV {
    text-align: center !important;
  }
  .cid-spQcemwyLV .mbr-text {
    text-align: center;
  }
}
.cid-spQcemwyLV .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQcemwyLV .mbr-text,
.cid-spQcemwyLV .mbr-section-btn B {
  color: #333333;
}
.cid-spQcemwyLV .mbr-text,
.cid-spQcemwyLV .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQcemwyLV B {
  color: #333333;
}
.cid-spQcemwyLV H1 {
  color: #333333;
  text-align: left;
}
.cid-spQcemwyLV I {
  color: #333333;
}
.cid-spQcen4Crc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQcen4Crc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQcen4Crc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQcen4Crc .title {
    width: 100% !important;
  }
}
.cid-spQcen4Crc .mbr-section-title B {
  color: #24d46a;
}
.cid-spQcen4Crc .mbr-section-title {
  color: #24d46a;
}
.cid-spQcenvJOJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-spQcenvJOJ .image-block {
  position: relative;
  margin: auto;
}
.cid-spQcenvJOJ .image-block img {
  width: 100%;
}
.cid-spQcenvJOJ .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-spQcenvJOJ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-spQcenvJOJ P {
  color: #24d46a;
}
.cid-spQceoqdwE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQceoqdwE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQceoqdwE .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQceoqdwE .title {
    width: 100% !important;
  }
}
.cid-spQceoqdwE .mbr-section-title B {
  color: #24d46a;
}
.cid-spQceoqdwE .mbr-section-title {
  color: #24d46a;
}
.cid-spQceoRGXB {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-spQceoRGXB .image-block {
  position: relative;
  margin: auto;
}
.cid-spQceoRGXB .image-block img {
  width: 100%;
}
.cid-spQceoRGXB .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-spQceoRGXB .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-spQceoRGXB P {
  color: #24d46a;
}
.cid-spQjh4Qs7m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQjh4Qs7m .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQjh4Qs7m .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQjh4Qs7m .title {
    width: 100% !important;
  }
}
.cid-spQjh4Qs7m .mbr-section-title B {
  color: #24d46a;
}
.cid-spQjh4Qs7m .mbr-section-title {
  color: #24d46a;
}
.cid-spQcepeEzF {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQcepeEzF .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQcepeEzF .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQcepeEzF .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQcepeEzF {
    text-align: center !important;
  }
  .cid-spQcepeEzF .mbr-text {
    text-align: center;
  }
}
.cid-spQcepeEzF .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQcepeEzF .mbr-text,
.cid-spQcepeEzF .mbr-section-btn B {
  color: #333333;
}
.cid-spQcepeEzF .mbr-text,
.cid-spQcepeEzF .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQcepeEzF B {
  color: #333333;
}
.cid-spQcepeEzF H1 {
  color: #333333;
  text-align: left;
}
.cid-spQcepeEzF I {
  color: #333333;
}
.cid-spQlnS27E9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-spQlnS27E9 .image-block {
  position: relative;
  margin: auto;
}
.cid-spQlnS27E9 .image-block img {
  width: 100%;
}
.cid-spQlnS27E9 .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-spQlnS27E9 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-spQlnS27E9 P {
  color: #24d46a;
}
.cid-spQlhU5OcO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQlhU5OcO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQlhU5OcO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQlhU5OcO .title {
    width: 100% !important;
  }
}
.cid-spQlhU5OcO .mbr-section-title B {
  color: #24d46a;
}
.cid-spQlhU5OcO .mbr-section-title {
  color: #24d46a;
}
.cid-spQlgsr2cD {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQlgsr2cD .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQlgsr2cD .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQlgsr2cD .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQlgsr2cD {
    text-align: center !important;
  }
  .cid-spQlgsr2cD .mbr-text {
    text-align: center;
  }
}
.cid-spQlgsr2cD .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQlgsr2cD .mbr-text,
.cid-spQlgsr2cD .mbr-section-btn B {
  color: #333333;
}
.cid-spQlgsr2cD .mbr-text,
.cid-spQlgsr2cD .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQlgsr2cD B {
  color: #333333;
}
.cid-spQlgsr2cD H1 {
  color: #333333;
  text-align: left;
}
.cid-spQlgsr2cD I {
  color: #333333;
}
.cid-spQlYJ7L8l {
  background: #0c2017;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spQlYJ7L8l .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-spQlYJ7L8l .video-block {
    width: 100% !important;
  }
}
.cid-spWNqVXJEG {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spWNqVXJEG .media-content .btn-bgr {
  z-index: 0;
}
.cid-spWNqVXJEG .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spWNqVXJEG .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spWNqVXJEG {
    text-align: center !important;
  }
  .cid-spWNqVXJEG .mbr-text {
    text-align: center;
  }
}
.cid-spWNqVXJEG .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spWNqVXJEG .mbr-text,
.cid-spWNqVXJEG .mbr-section-btn B {
  color: #333333;
}
.cid-spWNqVXJEG .mbr-text,
.cid-spWNqVXJEG .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spWNqVXJEG B {
  color: #333333;
}
.cid-spWNqVXJEG H1 {
  color: #333333;
  text-align: left;
}
.cid-spWNqVXJEG I {
  color: #333333;
}
.cid-spWZbnoGqe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spWZbnoGqe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spWZbnoGqe .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spWZbnoGqe .title {
    width: 100% !important;
  }
}
.cid-spWZbnoGqe .mbr-section-title B {
  color: #24d46a;
}
.cid-spWZbnoGqe .mbr-section-title {
  color: #24d46a;
}
.cid-spWZdRN005 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spWZdRN005 .media-content .btn-bgr {
  z-index: 0;
}
.cid-spWZdRN005 .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spWZdRN005 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spWZdRN005 {
    text-align: center !important;
  }
  .cid-spWZdRN005 .mbr-text {
    text-align: center;
  }
}
.cid-spWZdRN005 .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spWZdRN005 .mbr-text,
.cid-spWZdRN005 .mbr-section-btn B {
  color: #333333;
}
.cid-spWZdRN005 .mbr-text,
.cid-spWZdRN005 .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spWZdRN005 B {
  color: #333333;
}
.cid-spWZdRN005 H1 {
  color: #333333;
  text-align: left;
}
.cid-spWZdRN005 I {
  color: #333333;
}
.cid-spQokVIoqX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQokVIoqX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQokVIoqX .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQokVIoqX .title {
    width: 100% !important;
  }
}
.cid-spQokVIoqX .mbr-section-title B {
  color: #24d46a;
}
.cid-spQokVIoqX .mbr-section-title {
  color: #24d46a;
}
.cid-spQoppz503 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQoppz503 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQoppz503 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQoppz503 .title {
    width: 100% !important;
  }
}
.cid-spQoppz503 .mbr-section-title B {
  color: #24d46a;
}
.cid-spQoppz503 .mbr-section-title {
  color: #24d46a;
}
.cid-spQoBA0Diq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-spQoBA0Diq .image-block {
  position: relative;
  margin: auto;
}
.cid-spQoBA0Diq .image-block img {
  width: 100%;
}
.cid-spQoBA0Diq .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-spQoBA0Diq .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-spQoBA0Diq P {
  color: #24d46a;
}
.cid-spQoHL3Bl1 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQoHL3Bl1 .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQoHL3Bl1 .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQoHL3Bl1 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQoHL3Bl1 {
    text-align: center !important;
  }
  .cid-spQoHL3Bl1 .mbr-text {
    text-align: center;
  }
}
.cid-spQoHL3Bl1 .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQoHL3Bl1 .mbr-text,
.cid-spQoHL3Bl1 .mbr-section-btn B {
  color: #333333;
}
.cid-spQoHL3Bl1 .mbr-text,
.cid-spQoHL3Bl1 .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQoHL3Bl1 B {
  color: #333333;
}
.cid-spQoHL3Bl1 H1 {
  color: #333333;
  text-align: left;
}
.cid-spQoHL3Bl1 I {
  color: #333333;
}
.cid-spQqYecZBk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQqYecZBk .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQqYecZBk .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQqYecZBk .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQqYecZBk {
    text-align: center !important;
  }
  .cid-spQqYecZBk .mbr-text {
    text-align: center;
  }
}
.cid-spQqYecZBk .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQqYecZBk .mbr-text,
.cid-spQqYecZBk .mbr-section-btn B {
  color: #333333;
}
.cid-spQqYecZBk .mbr-text,
.cid-spQqYecZBk .mbr-section-btn {
  text-align: center;
  color: #fcfcfc;
}
.cid-spQqYecZBk B {
  color: #333333;
}
.cid-spQqYecZBk H1 {
  color: #333333;
  text-align: left;
}
.cid-spQqYecZBk I {
  color: #333333;
}
.cid-spQraHQ3ZW {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQraHQ3ZW .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQraHQ3ZW .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQraHQ3ZW .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQraHQ3ZW {
    text-align: center !important;
  }
  .cid-spQraHQ3ZW .mbr-text {
    text-align: center;
  }
}
.cid-spQraHQ3ZW .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQraHQ3ZW .mbr-text,
.cid-spQraHQ3ZW .mbr-section-btn B {
  color: #333333;
}
.cid-spQraHQ3ZW .mbr-text,
.cid-spQraHQ3ZW .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQraHQ3ZW B {
  color: #333333;
}
.cid-spQraHQ3ZW H1 {
  color: #333333;
  text-align: left;
}
.cid-spQraHQ3ZW I {
  color: #333333;
}
.cid-spQceq5oxv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQceq5oxv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spQceq5oxv .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-spQceq5oxv .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-spQceq5oxv .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-spQceq5oxv .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-spQceq5oxv .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-spQceq5oxv .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-spQceq5oxv .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-spQceq5oxv .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-spQceq5oxv .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-spQceq5oxv .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-spQceq5oxv .card-block P {
  color: #fcfcfc;
}
.cid-spQceq5oxv .main-title {
  color: #24d46a;
}
.cid-spQceqUxyw {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQceqUxyw .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQceqUxyw .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQceqUxyw .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQceqUxyw {
    text-align: center !important;
  }
  .cid-spQceqUxyw .mbr-text {
    text-align: center;
  }
}
.cid-spQceqUxyw .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQceqUxyw .mbr-text,
.cid-spQceqUxyw .mbr-section-btn B {
  color: #333333;
}
.cid-spQceqUxyw .mbr-text,
.cid-spQceqUxyw .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQceqUxyw B {
  color: #333333;
}
.cid-spQceqUxyw H1 {
  color: #333333;
  text-align: left;
}
.cid-spQceqUxyw I {
  color: #333333;
}
.cid-spQcerqSvB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-9.jpg");
}
.cid-spQcerqSvB .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #24d46a;
}
.cid-spQcerqSvB .price-item {
  background: #3e7955;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-spQcerqSvB .price-tage {
  background: #1f3d2f none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-spQcerqSvB .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-spQcerqSvB .price-tage > span {
  letter-spacing: 2px;
}
.cid-spQcerqSvB .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-spQcerqSvB .table-content > li {
  list-style: none;
  border-bottom: 1px solid #356849;
  padding: 1em 1em;
}
.cid-spQcerqSvB .table-content > li:last-child {
  border-bottom: 1px solid #346547;
}
.cid-spQcerqSvB .table-content > li:nth-child(2n) {
  background: #356849 none repeat scroll 0 0;
}
.cid-spQcerqSvB .costs {
  color: #ffffff;
}
.cid-spQcerqSvB .costs-title {
  color: #ffffff;
}
.cid-spQcerqSvB .title B {
  color: #24d46a;
}
.cid-spQcerqSvB .costs B {
  color: #ff8f00;
}
.cid-spQcerqSvB .title DIV {
  color: #24d46a;
}
.cid-spQcerqSvB .table-content LI {
  color: #fcfcfc;
}
.cid-spQvSU0LMr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-9.jpg");
}
.cid-spQvSU0LMr .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #24d46a;
}
.cid-spQvSU0LMr .price-item {
  background: #3e7955;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-spQvSU0LMr .price-tage {
  background: #1f3d2f none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-spQvSU0LMr .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-spQvSU0LMr .price-tage > span {
  letter-spacing: 2px;
}
.cid-spQvSU0LMr .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-spQvSU0LMr .table-content > li {
  list-style: none;
  border-bottom: 1px solid #356849;
  padding: 1em 1em;
}
.cid-spQvSU0LMr .table-content > li:last-child {
  border-bottom: 1px solid #346547;
}
.cid-spQvSU0LMr .table-content > li:nth-child(2n) {
  background: #356849 none repeat scroll 0 0;
}
.cid-spQvSU0LMr .costs {
  color: #ffffff;
}
.cid-spQvSU0LMr .costs-title {
  color: #ffffff;
}
.cid-spQvSU0LMr .title B {
  color: #24d46a;
}
.cid-spQvSU0LMr .costs B {
  color: #ff8f00;
}
.cid-spQvSU0LMr .title DIV {
  color: #24d46a;
}
.cid-spQvSU0LMr .table-content LI {
  color: #fcfcfc;
}
.cid-spQcesdEln {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-spQcesdEln .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spQcesdEln .row {
  background-color: #3f855b;
}
.cid-spQcesdEln .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-spQcesdEln .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spQcesdEln .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spQcesdEln .text-element {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-spQcesdEln .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spQcesdEln .image-element {
    padding: 0 15px;
  }
  .cid-spQcesdEln .text-element {
    padding: 2rem 1rem;
  }
  .cid-spQcesdEln .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-spQcesdEln .mbr-section-title {
  color: #24d46a;
}
.cid-spQcesdEln .mbr-text,
.cid-spQcesdEln .mbr-section-btn B {
  color: #fcfcfc;
}
.cid-spQcesOfqb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-spQcesOfqb .media-content .btn-bgr {
  z-index: 0;
}
.cid-spQcesOfqb .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spQcesOfqb .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-spQcesOfqb {
    text-align: center !important;
  }
  .cid-spQcesOfqb .mbr-text {
    text-align: center;
  }
}
.cid-spQcesOfqb .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-spQcesOfqb .mbr-text,
.cid-spQcesOfqb .mbr-section-btn B {
  color: #333333;
}
.cid-spQcesOfqb .mbr-text,
.cid-spQcesOfqb .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-spQcesOfqb B {
  color: #333333;
}
.cid-spQcesOfqb H1 {
  color: #333333;
  text-align: left;
}
.cid-spQcesOfqb I {
  color: #333333;
}
.cid-spQcetkgvR .nav-item:focus,
.cid-spQcetkgvR .nav-link:focus {
  outline: none;
}
.cid-spQcetkgvR a.nav-link:focus {
  color: #24d46a !important;
}
.cid-spQcetkgvR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0c2017;
  background: none;
}
.cid-spQcetkgvR .navbar.opened {
  transition: all .3s;
  background: #0c2017 !important;
}
.cid-spQcetkgvR .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-spQcetkgvR .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-spQcetkgvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spQcetkgvR .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-spQcetkgvR .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-spQcetkgvR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spQcetkgvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spQcetkgvR .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-spQcetkgvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spQcetkgvR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spQcetkgvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spQcetkgvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-spQcetkgvR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spQcetkgvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spQcetkgvR .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-spQcetkgvR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spQcetkgvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spQcetkgvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spQcetkgvR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spQcetkgvR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spQcetkgvR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spQcetkgvR .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-spQcetkgvR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-spQcetkgvR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spQcetkgvR .navbar.navbar-short {
  background: #0c2017 !important;
  min-height: 60px;
}
.cid-spQcetkgvR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spQcetkgvR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spQcetkgvR .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spQcetkgvR .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-spQcetkgvR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-spQcetkgvR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spQcetkgvR .dropdown-item.active,
.cid-spQcetkgvR .dropdown-item:active {
  background-color: transparent;
}
.cid-spQcetkgvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spQcetkgvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spQcetkgvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spQcetkgvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-spQcetkgvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-spQcetkgvR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spQcetkgvR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spQcetkgvR .navbar-buttons {
  text-align: center;
}
.cid-spQcetkgvR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spQcetkgvR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38de7a;
}
.cid-spQcetkgvR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spQcetkgvR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spQcetkgvR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spQcetkgvR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spQcetkgvR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spQcetkgvR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spQcetkgvR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spQcetkgvR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spQcetkgvR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spQcetkgvR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-spQcetkgvR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spQcetkgvR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spQcetkgvR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-spQcetkgvR .nav-link:hover,
.cid-spQcetkgvR .icons-menu .mbr-iconfont:hover {
  color: #24d46a !important;
}
.cid-spQcetkgvR .dropdown-item:hover {
  color: #878787 !important;
}
.cid-spQcetkgvR .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #24d46a;
  transition: width 0.3s ease-in;
}
.cid-spQcetkgvR .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-spQcetkgvR .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-spQcetkgvR .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-spQcetkgvR .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-spQcetkgvR .dropdown-menu {
    top: 100%;
  }
  .cid-spQcetkgvR .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-spQcetkgvR .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-spQcetkgvR .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-spQcetkgvR .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sxKnOIdEgz {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1.jpg");
}
.cid-sxKnOIdEgz .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sxKnOIdEgz .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sxKnOIdEgz .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sxKnOIdEgz .mbr-section-title {
  color: #fcfcfc;
}
.cid-sxKnOIdEgz .mbr-section-title B {
  color: #24d46a;
}
.cid-sxKnOIdEgz .mbr-section-subtitle,
.cid-sxKnOIdEgz .underline {
  color: #24d46a;
}
.cid-sxKnOJ1SYT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sxKnOJ1SYT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKnOJ1SYT .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKnOJ1SYT .title {
    width: 100% !important;
  }
}
.cid-sxKnOJ1SYT .mbr-section-title B {
  color: #24d46a;
}
.cid-sxKnOJ1SYT .mbr-section-title {
  color: #24d46a;
}
.cid-sxKnOJgU8A {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-sxKnOJgU8A .image-block {
  position: relative;
  margin: auto;
}
.cid-sxKnOJgU8A .image-block img {
  width: 100%;
}
.cid-sxKnOJgU8A .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-sxKnOJgU8A .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sxKnOJgU8A P {
  color: #24d46a;
}
.cid-sxKr6VfcLY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKr6VfcLY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKr6VfcLY .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKr6VfcLY .title {
    width: 100% !important;
  }
}
.cid-sxKr6VfcLY .mbr-section-title {
  color: #38de7a;
}
.cid-sxKnOJub82 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKnOJub82 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sxKnOJub82 .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-sxKnOJub82 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sxKnOJub82 {
    text-align: center !important;
  }
  .cid-sxKnOJub82 .mbr-text {
    text-align: center;
  }
}
.cid-sxKnOJub82 .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-sxKnOJub82 .mbr-text,
.cid-sxKnOJub82 .mbr-section-btn B {
  color: #333333;
}
.cid-sxKnOJub82 .mbr-text,
.cid-sxKnOJub82 .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-sxKnOJub82 B {
  color: #333333;
}
.cid-sxKnOJub82 H1 {
  color: #333333;
  text-align: left;
}
.cid-sxKnOJub82 I {
  color: #333333;
}
.cid-sxKu52UGA5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0c2017;
}
.cid-sxKu52UGA5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKu52UGA5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKu52UGA5 .title {
    width: 100% !important;
  }
}
.cid-sxKu52UGA5 .mbr-section-title {
  color: #38de7a;
  text-align: center;
}
.cid-sxKnOK2Sif {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-sxKnOK2Sif .image-block {
  position: relative;
  margin: auto;
}
.cid-sxKnOK2Sif .image-block img {
  width: 100%;
}
.cid-sxKnOK2Sif .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-sxKnOK2Sif .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sxKnOK2Sif P {
  color: #24d46a;
}
.cid-sxKv2lJQ0b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sxKv2lJQ0b .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKv2lJQ0b .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKv2lJQ0b .title {
    width: 100% !important;
  }
}
.cid-sxKv2lJQ0b .mbr-section-title {
  color: #38de7a;
}
.cid-sxKnOKOY68 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-sxKnOKOY68 .image-block {
  position: relative;
  margin: auto;
}
.cid-sxKnOKOY68 .image-block img {
  width: 100%;
}
.cid-sxKnOKOY68 .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-sxKnOKOY68 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sxKnOKOY68 P {
  color: #24d46a;
}
.cid-sxKnOLxsh9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKnOLxsh9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sxKnOLxsh9 .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-sxKnOLxsh9 .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-sxKnOLxsh9 .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-sxKnOLxsh9 .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sxKnOLxsh9 .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-sxKnOLxsh9 .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sxKnOLxsh9 .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxKnOLxsh9 .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sxKnOLxsh9 .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-sxKnOLxsh9 .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-sxKnOLxsh9 .card-block P {
  color: #fcfcfc;
}
.cid-sxKnOLxsh9 .main-title {
  color: #24d46a;
}
.cid-sxKxk7K8X5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKxk7K8X5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sxKxk7K8X5 .card .card-block {
  background: #3f855b;
  padding: 2rem;
  position: relative;
}
.cid-sxKxk7K8X5 .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #3f855b;
  content: "";
  display: block;
}
.cid-sxKxk7K8X5 .card .mbr-author {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-sxKxk7K8X5 .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sxKxk7K8X5 .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-sxKxk7K8X5 .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sxKxk7K8X5 .card .mbr-author .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxKxk7K8X5 .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sxKxk7K8X5 .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-sxKxk7K8X5 .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-sxKxk7K8X5 .card-block P {
  color: #fcfcfc;
}
.cid-sxKxk7K8X5 .main-title {
  color: #24d46a;
}
.cid-sRFlLa9qsR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sRFlLa9qsR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sRFlLa9qsR .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sRFlLa9qsR .title {
    width: 100% !important;
  }
}
.cid-sRFlLa9qsR .mbr-section-title B {
  color: #24d46a;
}
.cid-sRFlLa9qsR .mbr-section-title {
  color: #38de7a;
  text-align: center;
}
.cid-sRFlICR1ob {
  background: #0c2017;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sRFlICR1ob .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sRFlICR1ob .video-block {
    width: 100% !important;
  }
}
.cid-sRFlJP0XTY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sRFlJP0XTY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sRFlJP0XTY .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sRFlJP0XTY .title {
    width: 100% !important;
  }
}
.cid-sRFlJP0XTY .mbr-section-title B {
  color: #24d46a;
}
.cid-sRFlJP0XTY .mbr-section-title {
  color: #38de7a;
  text-align: center;
}
.cid-sFZ1S6QpE0 {
  background: #0c2017;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sFZ1S6QpE0 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sFZ1S6QpE0 .video-block {
    width: 100% !important;
  }
}
.cid-sxKxYrWznr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sxKxYrWznr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKxYrWznr .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKxYrWznr .title {
    width: 100% !important;
  }
}
.cid-sxKxYrWznr .mbr-section-title B {
  color: #24d46a;
}
.cid-sxKxYrWznr .mbr-section-title {
  color: #38de7a;
  text-align: center;
}
.cid-sxKycKnRLq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0c2017;
}
.cid-sxKycKnRLq .image-block {
  position: relative;
  margin: auto;
}
.cid-sxKycKnRLq .image-block img {
  width: 100%;
}
.cid-sxKycKnRLq .image-block .img-caption {
  background: #333333;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-sxKycKnRLq .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sxKycKnRLq P {
  color: #24d46a;
}
.cid-sxKnOL2HQY {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKnOL2HQY .media-content .btn-bgr {
  z-index: 0;
}
.cid-sxKnOL2HQY .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-sxKnOL2HQY .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sxKnOL2HQY {
    text-align: center !important;
  }
  .cid-sxKnOL2HQY .mbr-text {
    text-align: center;
  }
}
.cid-sxKnOL2HQY .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-sxKnOL2HQY .mbr-text,
.cid-sxKnOL2HQY .mbr-section-btn B {
  color: #333333;
}
.cid-sxKnOL2HQY .mbr-text,
.cid-sxKnOL2HQY .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-sxKnOL2HQY B {
  color: #333333;
}
.cid-sxKnOL2HQY H1 {
  color: #333333;
  text-align: left;
}
.cid-sxKnOL2HQY I {
  color: #333333;
}
.cid-sxKzEHQXxQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sxKzEHQXxQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKzEHQXxQ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKzEHQXxQ .title {
    width: 100% !important;
  }
}
.cid-sxKzEHQXxQ .mbr-section-title {
  color: #38de7a;
}
.cid-sxKnOLj9wQ {
  background: #0c2017;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sxKnOLj9wQ .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKnOLj9wQ .video-block {
    width: 100% !important;
  }
}
.cid-sxKnON5aaC {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKnON5aaC .media-content .btn-bgr {
  z-index: 0;
}
.cid-sxKnON5aaC .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-sxKnON5aaC .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sxKnON5aaC {
    text-align: center !important;
  }
  .cid-sxKnON5aaC .mbr-text {
    text-align: center;
  }
}
.cid-sxKnON5aaC .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-sxKnON5aaC .mbr-text,
.cid-sxKnON5aaC .mbr-section-btn B {
  color: #333333;
}
.cid-sxKnON5aaC .mbr-text,
.cid-sxKnON5aaC .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-sxKnON5aaC B {
  color: #333333;
}
.cid-sxKnON5aaC H1 {
  color: #333333;
  text-align: left;
}
.cid-sxKnON5aaC I {
  color: #333333;
}
.cid-sxKB3jumW4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sxKB3jumW4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKB3jumW4 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKB3jumW4 .title {
    width: 100% !important;
  }
}
.cid-sxKB3jumW4 .mbr-section-title B {
  color: #24d46a;
}
.cid-sxKB3jumW4 .mbr-section-title {
  color: #fcfcfc;
  text-align: center;
}
.cid-sxKnONpfM8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-9.jpg");
}
.cid-sxKnONpfM8 .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #24d46a;
}
.cid-sxKnONpfM8 .price-item {
  background: #3e7955;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-sxKnONpfM8 .price-tage {
  background: #1f3d2f none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-sxKnONpfM8 .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-sxKnONpfM8 .price-tage > span {
  letter-spacing: 2px;
}
.cid-sxKnONpfM8 .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-sxKnONpfM8 .table-content > li {
  list-style: none;
  border-bottom: 1px solid #356849;
  padding: 1em 1em;
}
.cid-sxKnONpfM8 .table-content > li:last-child {
  border-bottom: 1px solid #346547;
}
.cid-sxKnONpfM8 .table-content > li:nth-child(2n) {
  background: #356849 none repeat scroll 0 0;
}
.cid-sxKnONpfM8 .costs {
  color: #ffffff;
}
.cid-sxKnONpfM8 .costs-title {
  color: #ffffff;
}
.cid-sxKnONpfM8 .title B {
  color: #24d46a;
}
.cid-sxKnONpfM8 .costs B {
  color: #ff8f00;
}
.cid-sxKnONpfM8 .title DIV {
  color: #24d46a;
}
.cid-sxKnONpfM8 .table-content LI {
  color: #fcfcfc;
}
.cid-sxKERYwrB7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-11.jpg");
}
.cid-sxKERYwrB7 .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #24d46a;
}
.cid-sxKERYwrB7 .price-item {
  background: #3e7955;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-sxKERYwrB7 .price-tage {
  background: #1f3d2f none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-sxKERYwrB7 .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-sxKERYwrB7 .price-tage > span {
  letter-spacing: 2px;
}
.cid-sxKERYwrB7 .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-sxKERYwrB7 .table-content > li {
  list-style: none;
  border-bottom: 1px solid #356849;
  padding: 1em 1em;
}
.cid-sxKERYwrB7 .table-content > li:last-child {
  border-bottom: 1px solid #346547;
}
.cid-sxKERYwrB7 .table-content > li:nth-child(2n) {
  background: #356849 none repeat scroll 0 0;
}
.cid-sxKERYwrB7 .costs {
  color: #ffffff;
}
.cid-sxKERYwrB7 .costs-title {
  color: #ffffff;
}
.cid-sxKERYwrB7 .title B {
  color: #24d46a;
}
.cid-sxKERYwrB7 .costs B {
  color: #ff8f00;
}
.cid-sxKERYwrB7 .title DIV {
  color: #24d46a;
}
.cid-sxKERYwrB7 .table-content LI {
  color: #fcfcfc;
}
.cid-sxKnONQgNB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c2017;
}
.cid-sxKnONQgNB .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sxKnONQgNB .row {
  background-color: #3f855b;
}
.cid-sxKnONQgNB .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-sxKnONQgNB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxKnONQgNB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxKnONQgNB .text-element {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxKnONQgNB .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxKnONQgNB .image-element {
    padding: 0 15px;
  }
  .cid-sxKnONQgNB .text-element {
    padding: 2rem 1rem;
  }
  .cid-sxKnONQgNB .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sxKnONQgNB .mbr-section-title {
  color: #24d46a;
}
.cid-sxKnONQgNB .mbr-text,
.cid-sxKnONQgNB .mbr-section-btn B {
  color: #fcfcfc;
}
.cid-sxKFR8st4C {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKFR8st4C .media-content .btn-bgr {
  z-index: 0;
}
.cid-sxKFR8st4C .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-sxKFR8st4C .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sxKFR8st4C {
    text-align: center !important;
  }
  .cid-sxKFR8st4C .mbr-text {
    text-align: center;
  }
}
.cid-sxKFR8st4C .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-sxKFR8st4C .mbr-text,
.cid-sxKFR8st4C .mbr-section-btn B {
  color: #333333;
}
.cid-sxKFR8st4C .mbr-text,
.cid-sxKFR8st4C .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-sxKFR8st4C B {
  color: #333333;
}
.cid-sxKFR8st4C H1 {
  color: #333333;
  text-align: left;
}
.cid-sxKFR8st4C I {
  color: #333333;
}
.cid-sxKnOObCJY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c2017;
}
.cid-sxKnOObCJY .media-content .btn-bgr {
  z-index: 0;
}
.cid-sxKnOObCJY .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-sxKnOObCJY .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sxKnOObCJY {
    text-align: center !important;
  }
  .cid-sxKnOObCJY .mbr-text {
    text-align: center;
  }
}
.cid-sxKnOObCJY .media-container-row {
  justify-content: flex-start;
  justify-content: flex-end;
}
.cid-sxKnOObCJY .mbr-text,
.cid-sxKnOObCJY .mbr-section-btn B {
  color: #333333;
}
.cid-sxKnOObCJY .mbr-text,
.cid-sxKnOObCJY .mbr-section-btn {
  text-align: left;
  color: #fcfcfc;
}
.cid-sxKnOObCJY B {
  color: #333333;
}
.cid-sxKnOObCJY H1 {
  color: #333333;
  text-align: left;
}
.cid-sxKnOObCJY I {
  color: #333333;
}
.cid-sxKnOOswWO .nav-item:focus,
.cid-sxKnOOswWO .nav-link:focus {
  outline: none;
}
.cid-sxKnOOswWO a.nav-link:focus {
  color: #24d46a !important;
}
.cid-sxKnOOswWO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0c2017;
  background: none;
}
.cid-sxKnOOswWO .navbar.opened {
  transition: all .3s;
  background: #0c2017 !important;
}
.cid-sxKnOOswWO .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sxKnOOswWO .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sxKnOOswWO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxKnOOswWO .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxKnOOswWO .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sxKnOOswWO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxKnOOswWO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKnOOswWO .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sxKnOOswWO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKnOOswWO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sxKnOOswWO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKnOOswWO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sxKnOOswWO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxKnOOswWO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKnOOswWO .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sxKnOOswWO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxKnOOswWO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKnOOswWO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKnOOswWO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sxKnOOswWO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxKnOOswWO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKnOOswWO .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sxKnOOswWO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sxKnOOswWO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxKnOOswWO .navbar.navbar-short {
  background: #0c2017 !important;
  min-height: 60px;
}
.cid-sxKnOOswWO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxKnOOswWO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxKnOOswWO .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKnOOswWO .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sxKnOOswWO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sxKnOOswWO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKnOOswWO .dropdown-item.active,
.cid-sxKnOOswWO .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKnOOswWO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKnOOswWO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKnOOswWO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKnOOswWO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sxKnOOswWO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sxKnOOswWO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKnOOswWO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxKnOOswWO .navbar-buttons {
  text-align: center;
}
.cid-sxKnOOswWO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxKnOOswWO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38de7a;
}
.cid-sxKnOOswWO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxKnOOswWO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxKnOOswWO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxKnOOswWO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxKnOOswWO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxKnOOswWO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxKnOOswWO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxKnOOswWO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxKnOOswWO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sxKnOOswWO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sxKnOOswWO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sxKnOOswWO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sxKnOOswWO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sxKnOOswWO .nav-link:hover,
.cid-sxKnOOswWO .icons-menu .mbr-iconfont:hover {
  color: #24d46a !important;
}
.cid-sxKnOOswWO .dropdown-item:hover {
  color: #878787 !important;
}
.cid-sxKnOOswWO .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #24d46a;
  transition: width 0.3s ease-in;
}
.cid-sxKnOOswWO .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sxKnOOswWO .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sxKnOOswWO .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sxKnOOswWO .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sxKnOOswWO .dropdown-menu {
    top: 100%;
  }
  .cid-sxKnOOswWO .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-sxKnOOswWO .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-sxKnOOswWO .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sxKnOOswWO .navbar-short .dropdown-menu {
    top: 100%;
  }
}
