@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap);





.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3dc84b !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-primary:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #3dc84b !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #237c2c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #3dc84b !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3dc84b;
  border-color: #3dc84b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #3dc84b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #3dc84b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3dc84b;
  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: #3dc84b;
  border-bottom-color: #3dc84b;
}
.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: #3dc84b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s1P8L2m59h {
  overflow: hidden;
}
.cid-s1P8L2m59h .position {
  z-index: 10;
}
.cid-s1P8L2m59h .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ffffff;
}
.cid-s1P8L2m59h .mbr-section-title1,
.cid-s1P8L2m59h .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-s1P8L2m59h .mbr-section-text {
  margin-top: 30px;
}
.cid-s1P8L2m59h .mbr-section-btn {
  margin-top: 30px;
}
.cid-s1P8L2m59h .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s1P8L2m59h .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s1P8L2m59h .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s1P8L2m59h .info__block-item {
    margin-right: 10px;
  }
}
.cid-s1P8L2m59h .title__item,
.cid-s1P8L2m59h .text__item {
  margin-bottom: 0;
}
.cid-s1P8L2m59h .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s1P8L2m59h .animated-element {
  color: #3dc84b;
}
.cid-s1P8L2m59h .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #3dc84b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s1P8L2m59h .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-s1P8L2m59h .mbr-media {
  display: inline-block;
}
.cid-s1P8L2m59h .mbr-figure {
  align-self: flex-start;
}
.cid-s1P8L2m59h .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(61, 200, 75, 0.95);
  border-radius: 50%;
}
.cid-s1P8L2m59h .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-s1P8L2m59h .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s1P8L2m59h .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(61, 200, 75, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-s1P8L2m59h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-s1P8L2m59h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1P8L2m59h .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1P8L2m59h a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-s1P8L2m59h a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-s1P8L2m59h .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-s1P8L2m59h .date__block {
    margin-top: 50px;
  }
  .cid-s1P8L2m59h .mbr-section-title {
    line-height: 1;
  }
  .cid-s1P8L2m59h .push__top {
    padding-top: 30px;
  }
  .cid-s1P8L2m59h .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-s1P8L2m59h .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-s1P8L2m59h .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-s1P8L2m59h .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-s1P8L2m59h .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-s1P8L2m59h .title__block {
    width: 100%;
  }
  .cid-s1P8L2m59h .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-s1P8L2m59h .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-s1P8L2m59h a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s1P8L2m59h .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-s1P8L2m59h .mbr-figure {
  color: #ffffff;
}
.cid-s1P8L2m59h .mbr-section-title1,
.cid-s1P8L2m59h .typed-text {
  color: #ffffff;
  text-align: left;
}
.cid-s1P8L2m59h .mbr-section-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-s1Pdesq6rs {
  height: 0 !important;
}
.cid-s1Pdesq6rs .navbar {
  background: #000000;
  transition: none;
  z-index: 1001;
  left: auto;
}
.cid-s1Pdesq6rs .navbar .show {
  height: 100vh;
}
.cid-s1Pdesq6rs .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1Pdesq6rs .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s1Pdesq6rs .bottom {
  padding-bottom: 2rem;
}
.cid-s1Pdesq6rs a {
  font-style: normal;
}
.cid-s1Pdesq6rs .dropdown-backdrop {
  display: none;
}
.cid-s1Pdesq6rs .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-s1Pdesq6rs .nav-dropdown {
  padding-top: 8rem;
}
.cid-s1Pdesq6rs .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-s1Pdesq6rs .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-s1Pdesq6rs .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3dc84b;
  margin-left: 10px;
}
.cid-s1Pdesq6rs .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-s1Pdesq6rs .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1Pdesq6rs .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.cid-s1Pdesq6rs .navbar-nav {
  width: 100%!important;
}
.cid-s1Pdesq6rs .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1Pdesq6rs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1Pdesq6rs .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-s1Pdesq6rs .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-s1Pdesq6rs .dropdown-item {
  background: #ffffff;
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .dropdown-item:hover,
.cid-s1Pdesq6rs .dropdown-item:active {
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-s1Pdesq6rs .soc-item {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-s1Pdesq6rs .soc-item span {
  font-size: 1.2rem;
  color: #000000 !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-s1Pdesq6rs .soc-item:hover span {
  color: #000000 !important;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #ffffff;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-s1Pdesq6rs .navbar-logo {
  margin-right: 0!important;
}
.cid-s1Pdesq6rs .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-s1Pdesq6rs .menu-logo {
  position: fixed!important;
}
.cid-s1Pdesq6rs .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  margin-right: auto;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1Pdesq6rs .navbar-toggler {
  background: #000000;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-s1Pdesq6rs .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-s1Pdesq6rs .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1Pdesq6rs .opened,
.cid-s1Pdesq6rs .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #000000 !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-s1Pdesq6rs .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-s1Pdesq6rs .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-s1Pdesq6rs .opened,
  .cid-s1Pdesq6rs .show,
  .cid-s1Pdesq6rs .navbar {
    width: 100%!important;
  }
  .cid-s1Pdesq6rs .dropdown-toggle {
    margin: auto!important;
  }
  .cid-s1Pdesq6rs .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-s1Pdesq6rs .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-s1Pdesq6rs .nav-item:focus,
.cid-s1Pdesq6rs .nav-link:focus {
  outline: none;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1Pdesq6rs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s1Pdesq6rs button.navbar-toggler:focus {
  outline: none;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3dc84b;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1Pdesq6rs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-s1Pdesq6rs .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1Pdesq6rs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1Pdesq6rs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s1Pdesq6rs .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs img {
    height: 3.8rem !important;
  }
  .cid-s1Pdesq6rs .btn {
    display: -webkit-flex;
  }
  .cid-s1Pdesq6rs button.navbar-toggler {
    display: block;
  }
  .cid-s1Pdesq6rs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing,
  .cid-s1Pdesq6rs .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-s1Pdesq6rs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1PdgRJO77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-s1PdgRJO77 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-s1PdgRJO77 .mbr-text {
  margin-bottom: 20px;
}
.cid-s1PdgRJO77 .wrap {
  margin-bottom: 30px;
}
.cid-s1PdgRJO77 .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s1PdgRJO77 .card__wrap:hover .author,
.cid-s1PdgRJO77 .card__wrap:hover .date,
.cid-s1PdgRJO77 .card__wrap:hover .category__content,
.cid-s1PdgRJO77 .card__wrap:hover .category__estimate,
.cid-s1PdgRJO77 .card__wrap:hover .content__title,
.cid-s1PdgRJO77 .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s1PdgRJO77 .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s1PdgRJO77 .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s1PdgRJO77 .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-s1PdgRJO77 .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s1PdgRJO77 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s1PdgRJO77 .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-s1PdgRJO77 .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s1PdgRJO77 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s1PdgRJO77 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s1PdgRJO77 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s1PdgRJO77 .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0 ;
}
.cid-s1PdgRJO77 .card__content > div {
  pointer-events: all;
}
.cid-s1PdgRJO77 .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s1PdgRJO77 .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s1PdgRJO77 .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s1PdgRJO77 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #3dc84b;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s1PdgRJO77 .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s1PdgRJO77 .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-s1PdgRJO77 .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-s1PdgRJO77 .mbr-section-title {
  color: #ffffff;
}
.cid-s1PdgRJO77 .mbr-text,
.cid-s1PdgRJO77 .mbr-section-btn {
  color: #3dc84b;
}
.cid-s1Pw2MOtrf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-s1Pw2MOtrf .content__block {
  padding: 50px 15px;
}
.cid-s1Pw2MOtrf .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #3dc84b;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s1Pw2MOtrf .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-s1Pw2MOtrf .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-s1Pw2MOtrf .image {
  perspective: 3500px;
  position: relative;
}
.cid-s1Pw2MOtrf .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-s1Pw2MOtrf .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s1Pw2MOtrf .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s1Pw2MOtrf .mbr-section-btn .btn-white-outline:hover {
  color: #3dc84b !important;
}
@media (max-width: 991px) {
  .cid-s1Pw2MOtrf .content__block {
    padding: 30px 15px;
  }
  .cid-s1Pw2MOtrf .mbr-figure {
    padding: 0;
  }
  .cid-s1Pw2MOtrf .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-s1Pw2MOtrf .lg-push {
    right: 7%;
  }
  .cid-s1Pw2MOtrf .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-s1Pw2MOtrf .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-s1Pw2MOtrf .mbr-text,
.cid-s1Pw2MOtrf .mbr-section-btn {
  color: #3dc84b;
}
.cid-s1YQ3N6wZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-s1YQ3N6wZz .title__wrap {
  margin-bottom: 30px;
}
.cid-s1YQ3N6wZz .title__block {
  margin-bottom: 10px;
}
.cid-s1YQ3N6wZz .mbr-section-title {
  margin-bottom: 0;
  color: #3dc84b;
}
.cid-s1YQ3N6wZz .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s1YQ3N6wZz .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-s1YQ3N6wZz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s1YQ3N6wZz .mbr-section-btn .btn-secondary-outline:hover {
  color: #3dc84b !important;
}
.cid-s1YQ3N6wZz .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(61, 200, 75, 0.4);
}
.cid-s1YQ3N6wZz .wrap:last-child {
  border-bottom: 1px solid rgba(61, 200, 75, 0.4);
}
.cid-s1YQ3N6wZz .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-s1YQ3N6wZz .nav-tabs .nav-item.open .nav-link:focus,
.cid-s1YQ3N6wZz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s1YQ3N6wZz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-s1YQ3N6wZz .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-s1YQ3N6wZz .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #3dc84b;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-s1YQ3N6wZz .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-s1YQ3N6wZz .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #489651;
}
.cid-s1YQ3N6wZz .nav-tabs .nav-link.active:hover {
  background-color: #489651;
}
@media (max-width: 991px) {
  .cid-s1YQ3N6wZz .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-s1YQ3N6wZz .buttons {
    justify-content: flex-start;
  }
}
.cid-s1YQ3N6wZz .text__time {
  color: #ffffff;
}
.cid-s1YQ3N6wZz .mbr-text {
  color: #ffffff;
}
.cid-s1YQ3N6wZz .text__author {
  color: #ffffff;
}
.cid-s1YQ3N6wZz .text__hall {
  color: #ffffff;
}
.cid-s1PycTU4lh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-s1PycTU4lh .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #3dc84b;
}
.cid-s1PycTU4lh .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-s1PycTU4lh .mbr-text {
  margin: 10px 0 30px;
  color: #ffffff;
}
.cid-s1PycTU4lh .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-s1PycTU4lh .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-s1PycTU4lh .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s1PycTU4lh .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s1PycTU4lh .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-s1PycTU4lh .mbr-section-title {
  color: #ffffff;
}
.cid-s2hVxepHPu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-s2hVxepHPu section {
  position: relative;
}
.cid-s2hVxepHPu h4 {
  margin: 0;
}
.cid-s2hVxepHPu img {
  height: 100px;
  padding-right: 8px;
}
.cid-s2hVxepHPu a {
  font-weight: 300;
}
.cid-s2hVxepHPu .img1 {
  color: #3dc84b;
}
.cid-s2hVxepHPu .img2 {
  color: #6de37b;
}
.cid-s2hVxepHPu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #3dc84b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s2hVxepHPu .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-s2hVxepHPu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2hVxepHPu .item,
.cid-s2hVxepHPu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-s2hVxepHPu .item h4,
.cid-s2hVxepHPu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s2hVxepHPu .card-img {
  width: auto;
}
.cid-s2hVxepHPu .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-s2hVxepHPu .item {
    justify-content: center;
  }
}
.cid-s2hVxepHPu .item-title {
  color: #3dc84b;
}
.cid-s2hVxepHPu H4 {
  color: #489651;
}
.cid-s2i9lBxMDh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-s2i9lBxMDh .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s2i9lBxMDh .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s2i9lBxMDh .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-s2i9lBxMDh .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s2i9lBxMDh .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-s2i9lBxMDh .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s2hJXEJ1jU.popup-builder {
  background-color: #ffffff;
}
.cid-s2hJXEJ1jU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s2hJXEJ1jU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s2hJXEJ1jU .modal-content,
.cid-s2hJXEJ1jU .modal-dialog {
  height: auto;
}
.cid-s2hJXEJ1jU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s2hJXEJ1jU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s2hJXEJ1jU .form-wrapper .mbr-form .form-group,
  .cid-s2hJXEJ1jU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s2hJXEJ1jU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s2hJXEJ1jU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2hJXEJ1jU .mbr-text {
  text-align: center;
}
.cid-s2hJXEJ1jU .pt-0 {
  padding-top: 0 !important;
}
.cid-s2hJXEJ1jU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s2hJXEJ1jU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s2hJXEJ1jU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s2hJXEJ1jU .modal-open {
  overflow: hidden;
}
.cid-s2hJXEJ1jU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s2hJXEJ1jU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s2hJXEJ1jU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s2hJXEJ1jU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s2hJXEJ1jU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s2hJXEJ1jU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s2hJXEJ1jU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s2hJXEJ1jU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s2hJXEJ1jU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s2hJXEJ1jU .modal-backdrop.fade {
  opacity: 0;
}
.cid-s2hJXEJ1jU .modal-backdrop.show {
  opacity: .5;
}
.cid-s2hJXEJ1jU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s2hJXEJ1jU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s2hJXEJ1jU .modal-header .close:hover {
  opacity: 1;
}
.cid-s2hJXEJ1jU .modal-header .close:focus {
  outline: none;
}
.cid-s2hJXEJ1jU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s2hJXEJ1jU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s2hJXEJ1jU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s2hJXEJ1jU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s2hJXEJ1jU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s2hJXEJ1jU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s2hJXEJ1jU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s2hJXEJ1jU .modal-sm {
    max-width: 300px;
  }
  .cid-s2hJXEJ1jU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s2hJXEJ1jU .modal-lg,
  .cid-s2hJXEJ1jU .modal-xl {
    max-width: 800px;
  }
  .cid-s2hJXEJ1jU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s2hJXEJ1jU .modal-xl {
    max-width: 1140px;
  }
  .cid-s2hJXEJ1jU .container {
    max-width: 1140px;
  }
}
.cid-s2hJXEJ1jU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s2hJXEJ1jU .container {
    max-width: 720px;
  }
}
.cid-s2hJXEJ1jU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s2hJXEJ1jU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s2hJXEJ1jU .form-group {
  margin-bottom: 1rem;
}
.cid-s2hJXEJ1jU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s2hJXEJ1jU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s2hJXEJ1jU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1PwBkrYPI.popup-builder {
  background-color: #ffffff;
}
.cid-s1PwBkrYPI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1PwBkrYPI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1PwBkrYPI .modal-content,
.cid-s1PwBkrYPI .modal-dialog {
  height: auto;
}
.cid-s1PwBkrYPI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1PwBkrYPI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1PwBkrYPI .form-wrapper .mbr-form .form-group,
  .cid-s1PwBkrYPI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1PwBkrYPI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1PwBkrYPI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1PwBkrYPI .mbr-text {
  text-align: center;
}
.cid-s1PwBkrYPI .pt-0 {
  padding-top: 0 !important;
}
.cid-s1PwBkrYPI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1PwBkrYPI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1PwBkrYPI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1PwBkrYPI .modal-open {
  overflow: hidden;
}
.cid-s1PwBkrYPI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1PwBkrYPI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1PwBkrYPI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1PwBkrYPI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1PwBkrYPI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1PwBkrYPI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1PwBkrYPI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1PwBkrYPI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1PwBkrYPI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1PwBkrYPI .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1PwBkrYPI .modal-backdrop.show {
  opacity: .5;
}
.cid-s1PwBkrYPI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1PwBkrYPI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1PwBkrYPI .modal-header .close:hover {
  opacity: 1;
}
.cid-s1PwBkrYPI .modal-header .close:focus {
  outline: none;
}
.cid-s1PwBkrYPI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1PwBkrYPI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1PwBkrYPI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1PwBkrYPI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1PwBkrYPI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1PwBkrYPI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1PwBkrYPI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1PwBkrYPI .modal-sm {
    max-width: 300px;
  }
  .cid-s1PwBkrYPI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1PwBkrYPI .modal-lg,
  .cid-s1PwBkrYPI .modal-xl {
    max-width: 800px;
  }
  .cid-s1PwBkrYPI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1PwBkrYPI .modal-xl {
    max-width: 1140px;
  }
  .cid-s1PwBkrYPI .container {
    max-width: 1140px;
  }
}
.cid-s1PwBkrYPI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1PwBkrYPI .container {
    max-width: 720px;
  }
}
.cid-s1PwBkrYPI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1PwBkrYPI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1PwBkrYPI .form-group {
  margin-bottom: 1rem;
}
.cid-s1PwBkrYPI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1PwBkrYPI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1PwBkrYPI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1Pdesq6rs {
  height: 0 !important;
}
.cid-s1Pdesq6rs .navbar {
  background: #000000;
  transition: none;
  z-index: 1001;
  left: auto;
}
.cid-s1Pdesq6rs .navbar .show {
  height: 100vh;
}
.cid-s1Pdesq6rs .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1Pdesq6rs .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s1Pdesq6rs .bottom {
  padding-bottom: 2rem;
}
.cid-s1Pdesq6rs a {
  font-style: normal;
}
.cid-s1Pdesq6rs .dropdown-backdrop {
  display: none;
}
.cid-s1Pdesq6rs .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-s1Pdesq6rs .nav-dropdown {
  padding-top: 8rem;
}
.cid-s1Pdesq6rs .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-s1Pdesq6rs .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-s1Pdesq6rs .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3dc84b;
  margin-left: 10px;
}
.cid-s1Pdesq6rs .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-s1Pdesq6rs .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1Pdesq6rs .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.cid-s1Pdesq6rs .navbar-nav {
  width: 100%!important;
}
.cid-s1Pdesq6rs .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1Pdesq6rs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1Pdesq6rs .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-s1Pdesq6rs .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-s1Pdesq6rs .dropdown-item {
  background: #ffffff;
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .dropdown-item:hover,
.cid-s1Pdesq6rs .dropdown-item:active {
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-s1Pdesq6rs .soc-item {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-s1Pdesq6rs .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-s1Pdesq6rs .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #ffffff;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-s1Pdesq6rs .navbar-logo {
  margin-right: 0!important;
}
.cid-s1Pdesq6rs .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-s1Pdesq6rs .menu-logo {
  position: fixed!important;
}
.cid-s1Pdesq6rs .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  margin-right: auto;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1Pdesq6rs .navbar-toggler {
  background: #000000;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-s1Pdesq6rs .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-s1Pdesq6rs .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1Pdesq6rs .opened,
.cid-s1Pdesq6rs .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #000000 !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-s1Pdesq6rs .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-s1Pdesq6rs .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-s1Pdesq6rs .opened,
  .cid-s1Pdesq6rs .show,
  .cid-s1Pdesq6rs .navbar {
    width: 100%!important;
  }
  .cid-s1Pdesq6rs .dropdown-toggle {
    margin: auto!important;
  }
  .cid-s1Pdesq6rs .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-s1Pdesq6rs .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-s1Pdesq6rs .nav-item:focus,
.cid-s1Pdesq6rs .nav-link:focus {
  outline: none;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1Pdesq6rs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s1Pdesq6rs button.navbar-toggler:focus {
  outline: none;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3dc84b;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1Pdesq6rs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-s1Pdesq6rs .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1Pdesq6rs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1Pdesq6rs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s1Pdesq6rs .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs img {
    height: 3.8rem !important;
  }
  .cid-s1Pdesq6rs .btn {
    display: -webkit-flex;
  }
  .cid-s1Pdesq6rs button.navbar-toggler {
    display: block;
  }
  .cid-s1Pdesq6rs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing,
  .cid-s1Pdesq6rs .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-s1Pdesq6rs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1Peh1OEH3 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-s1Peh1OEH3 .title__block {
  padding: 50px 15px;
}
.cid-s1Peh1OEH3 .image {
  display: flex;
  position: relative;
}
.cid-s1Peh1OEH3 .image img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s1Peh1OEH3 .image img {
    width: 100%;
    height: 100%;
  }
}
.cid-s1Peh1OEH3 .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  max-height: 210px;
  width: 100%;
  overflow: hidden;
}
.cid-s1Peh1OEH3 .widget .row {
  height: 100%;
}
.cid-s1Peh1OEH3 .widget .widget__item1 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-s1Peh1OEH3 .widget .widget__item1:hover .mbr-iconfont {
  color: #3dc84b;
}
.cid-s1Peh1OEH3 .widget .widget__item2 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-s1Peh1OEH3 .widget .widget__item2:hover .mbr-iconfont {
  color: #3dc84b;
}
.cid-s1Peh1OEH3 .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-s1Peh1OEH3 .widget .widget__text {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .cid-s1Peh1OEH3 .push__left {
    margin-left: 8.33333%;
  }
}
.cid-s1Peh1OEH3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-s1Peh1OEH3 .btn {
  margin-top: 0;
}
.cid-s1Peh1OEH3 .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-s1Peh1OEH3 .mbr-media {
  display: inline-block;
}
.cid-s1Peh1OEH3 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-s1Peh1OEH3 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(61, 200, 75, 0.95);
  border-radius: 50%;
}
.cid-s1Peh1OEH3 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-s1Peh1OEH3 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s1Peh1OEH3 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(61, 200, 75, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-s1Peh1OEH3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-s1Peh1OEH3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1Peh1OEH3 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1Peh1OEH3 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-s1Peh1OEH3 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .cid-s1Peh1OEH3 .widget {
    margin-left: 0;
  }
  .cid-s1Peh1OEH3 .widget .widget__item1,
  .cid-s1Peh1OEH3 .widget .widget__item2 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-s1Peh1OEH3 .image {
    padding: 0;
  }
  .cid-s1Peh1OEH3 .container,
  .cid-s1Peh1OEH3 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-s1Peh1OEH3 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s1Peh1OEH3 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-s1Peh1OEH3 .image img {
    height: 400px;
  }
}
.cid-s1Peh1OEH3 .widget__text {
  text-align: center;
}
.cid-s1Peh1OEH3 .mbr-section-title,
.cid-s1Peh1OEH3 .mbr-figure {
  color: #ffffff;
}
.cid-s1Peh1OEH3 .mbr-text,
.cid-s1Peh1OEH3 .mbr-section-btn {
  color: #ffffff;
}
.cid-s1Pej9k4R8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1Pej9k4R8 .main,
.cid-s1Pej9k4R8 .main-reverse {
  margin: 0;
  background: #000000;
}
.cid-s1Pej9k4R8 .text-element {
  background: #000000;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-s1Pej9k4R8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s1Pej9k4R8 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s1Pej9k4R8 .card {
  padding: 0;
  border: 1px solid #000000;
  display: flex;
}
.cid-s1Pej9k4R8 .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-s1Pej9k4R8 .mbr-iconfont {
  font-size: 3rem;
  color: #4200ff;
}
@media (max-width: 991px) {
  .cid-s1Pej9k4R8 .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s1Pej9k4R8 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s1Pej9k4R8 .image-element,
  .cid-s1Pej9k4R8 .text-element {
    margin-bottom: 0;
  }
  .cid-s1Pej9k4R8 .main:first-child {
    padding-top: 0;
  }
}
.cid-s1Pej9k4R8 .mbr-section-subtitle,
.cid-s1Pej9k4R8 .card-text,
.cid-s1Pej9k4R8 .mbr-section-btn {
  color: #8d97ad;
}
.cid-s1Pej9k4R8 .mbr-section-title {
  color: #3dc84b;
}
.cid-s1Pej9k4R8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1Pej9k4R8 .card-text,
.cid-s1Pej9k4R8 .mbr-section-btn {
  color: #ffffff;
}
.cid-s1Pej9k4R8 .mbr-title,
.cid-s1Pej9k4R8 .card-img {
  color: #148221;
}
.cid-s1Pek3nSyq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1Pek3nSyq .main,
.cid-s1Pek3nSyq .main-reverse {
  margin: 0;
  background: #000000;
}
.cid-s1Pek3nSyq .text-element {
  background: #000000;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-s1Pek3nSyq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s1Pek3nSyq .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s1Pek3nSyq .card {
  padding: 0;
  border: 1px solid #000000;
  display: flex;
}
.cid-s1Pek3nSyq .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-s1Pek3nSyq .mbr-iconfont {
  font-size: 3rem;
  color: #4200ff;
}
@media (max-width: 991px) {
  .cid-s1Pek3nSyq .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s1Pek3nSyq .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s1Pek3nSyq .image-element,
  .cid-s1Pek3nSyq .text-element {
    margin-bottom: 0;
  }
  .cid-s1Pek3nSyq .main:first-child {
    padding-top: 0;
  }
}
.cid-s1Pek3nSyq .mbr-section-subtitle,
.cid-s1Pek3nSyq .card-text,
.cid-s1Pek3nSyq .mbr-section-btn {
  color: #8d97ad;
}
.cid-s1Pek3nSyq .mbr-section-title {
  color: #3dc84b;
}
.cid-s1Pek3nSyq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1Pek3nSyq .mbr-title,
.cid-s1Pek3nSyq .card-img {
  color: #ffffff;
}
.cid-s1Pek3nSyq .card-text,
.cid-s1Pek3nSyq .mbr-section-btn {
  color: #3dc84b;
}
.cid-s1PelhEPPO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-s1PelhEPPO .main,
.cid-s1PelhEPPO .main-reverse {
  margin: 0;
  background: #000000;
}
.cid-s1PelhEPPO .text-element {
  background: #000000;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-s1PelhEPPO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s1PelhEPPO .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s1PelhEPPO .card {
  padding: 0;
  border: 1px solid #000000;
  display: flex;
}
.cid-s1PelhEPPO .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-s1PelhEPPO .mbr-iconfont {
  font-size: 3rem;
  color: #4200ff;
}
@media (max-width: 991px) {
  .cid-s1PelhEPPO .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s1PelhEPPO .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s1PelhEPPO .image-element,
  .cid-s1PelhEPPO .text-element {
    margin-bottom: 0;
  }
  .cid-s1PelhEPPO .main:first-child {
    padding-top: 0;
  }
}
.cid-s1PelhEPPO .mbr-section-subtitle,
.cid-s1PelhEPPO .card-text,
.cid-s1PelhEPPO .mbr-section-btn {
  color: #8d97ad;
}
.cid-s1PelhEPPO .mbr-section-title {
  color: #3dc84b;
}
.cid-s1PelhEPPO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1PelhEPPO .mbr-title,
.cid-s1PelhEPPO .card-img {
  color: #ffffff;
}
.cid-s1PelhEPPO .card-text,
.cid-s1PelhEPPO .mbr-section-btn {
  color: #3dc84b;
}
.cid-s1PemvGWbD {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-s1PemvGWbD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-s1PemvGWbD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s1PemvGWbD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s1PemvGWbD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s1PemvGWbD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s2lFnwxoNI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-s2lFnwxoNI section {
  position: relative;
}
.cid-s2lFnwxoNI h4 {
  margin: 0;
}
.cid-s2lFnwxoNI img {
  height: 100px;
  padding-right: 8px;
}
.cid-s2lFnwxoNI a {
  font-weight: 300;
}
.cid-s2lFnwxoNI .img1 {
  color: #3dc84b;
}
.cid-s2lFnwxoNI .img2 {
  color: #6de37b;
}
.cid-s2lFnwxoNI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #3dc84b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s2lFnwxoNI .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-s2lFnwxoNI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2lFnwxoNI .item,
.cid-s2lFnwxoNI .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-s2lFnwxoNI .item h4,
.cid-s2lFnwxoNI .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s2lFnwxoNI .card-img {
  width: auto;
}
.cid-s2lFnwxoNI .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-s2lFnwxoNI .item {
    justify-content: center;
  }
}
.cid-s2lFnwxoNI .item-title {
  color: #3dc84b;
}
.cid-s2lFnwxoNI H4 {
  color: #489651;
}
.cid-s2lFeYitdx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-s2lFeYitdx .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s2lFeYitdx .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s2lFeYitdx .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-s2lFeYitdx .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s2lFeYitdx .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-s2lFeYitdx .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s1Pdesq6rs {
  height: 0 !important;
}
.cid-s1Pdesq6rs .navbar {
  background: #000000;
  transition: none;
  z-index: 1001;
  left: auto;
}
.cid-s1Pdesq6rs .navbar .show {
  height: 100vh;
}
.cid-s1Pdesq6rs .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1Pdesq6rs .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s1Pdesq6rs .bottom {
  padding-bottom: 2rem;
}
.cid-s1Pdesq6rs a {
  font-style: normal;
}
.cid-s1Pdesq6rs .dropdown-backdrop {
  display: none;
}
.cid-s1Pdesq6rs .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-s1Pdesq6rs .nav-dropdown {
  padding-top: 8rem;
}
.cid-s1Pdesq6rs .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-s1Pdesq6rs .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-s1Pdesq6rs .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3dc84b;
  margin-left: 10px;
}
.cid-s1Pdesq6rs .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-s1Pdesq6rs .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1Pdesq6rs .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.cid-s1Pdesq6rs .navbar-nav {
  width: 100%!important;
}
.cid-s1Pdesq6rs .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1Pdesq6rs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1Pdesq6rs .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-s1Pdesq6rs .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-s1Pdesq6rs .dropdown-item {
  background: #ffffff;
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .dropdown-item:hover,
.cid-s1Pdesq6rs .dropdown-item:active {
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-s1Pdesq6rs .soc-item {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-s1Pdesq6rs .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-s1Pdesq6rs .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #ffffff;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-s1Pdesq6rs .navbar-logo {
  margin-right: 0!important;
}
.cid-s1Pdesq6rs .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-s1Pdesq6rs .menu-logo {
  position: fixed!important;
}
.cid-s1Pdesq6rs .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  margin-right: auto;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1Pdesq6rs .navbar-toggler {
  background: #000000;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-s1Pdesq6rs .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-s1Pdesq6rs .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1Pdesq6rs .opened,
.cid-s1Pdesq6rs .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #000000 !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-s1Pdesq6rs .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-s1Pdesq6rs .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-s1Pdesq6rs .opened,
  .cid-s1Pdesq6rs .show,
  .cid-s1Pdesq6rs .navbar {
    width: 100%!important;
  }
  .cid-s1Pdesq6rs .dropdown-toggle {
    margin: auto!important;
  }
  .cid-s1Pdesq6rs .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-s1Pdesq6rs .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-s1Pdesq6rs .nav-item:focus,
.cid-s1Pdesq6rs .nav-link:focus {
  outline: none;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1Pdesq6rs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s1Pdesq6rs button.navbar-toggler:focus {
  outline: none;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3dc84b;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1Pdesq6rs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-s1Pdesq6rs .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1Pdesq6rs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1Pdesq6rs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s1Pdesq6rs .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs img {
    height: 3.8rem !important;
  }
  .cid-s1Pdesq6rs .btn {
    display: -webkit-flex;
  }
  .cid-s1Pdesq6rs button.navbar-toggler {
    display: block;
  }
  .cid-s1Pdesq6rs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing,
  .cid-s1Pdesq6rs .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-s1Pdesq6rs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2lOU78m2R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-s2lOU78m2R .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2lOU78m2R .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2lOU78m2R .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2lOU78m2R .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2lOU78m2R .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2lOU78m2R .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-s2lOU78m2R .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-s2lOU78m2R .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-s2lOU78m2R .mbr-gallery-filter ul {
  display: block;
}
.cid-s2lOU78m2R .mbr-gallery-filter ul li {
  position: relative;
}
.cid-s2lOU78m2R .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-s2lOU78m2R .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-s2lOU78m2R .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-s2lOU78m2R .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-s2lOU78m2R .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-s2lOU78m2R .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-s2lOU78m2R .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-s2lOU78m2R .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-s2lOU78m2R .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-s2lOU78m2R .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-s2lOU78m2R .icon-focus:before {
  content: '\e95e';
}
.cid-s2lOU78m2R .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-s2lOU78m2R .mbr-section-title {
  margin: 0;
}
.cid-s2lOU78m2R .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s2lOU78m2R .underline .line {
  width: 3rem;
  height: 2px;
  background: #3dc84b;
  display: inline-block;
}
.cid-s2lOU78m2R .mbr-section-title,
.cid-s2lOU78m2R .underline {
  color: #3dc84b;
}
.cid-s2lOU78m2R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2i8fW8IcX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-s2i8fW8IcX section {
  position: relative;
}
.cid-s2i8fW8IcX h4 {
  margin: 0;
}
.cid-s2i8fW8IcX img {
  height: 100px;
  padding-right: 8px;
}
.cid-s2i8fW8IcX a {
  font-weight: 300;
}
.cid-s2i8fW8IcX .img1 {
  color: #3dc84b;
}
.cid-s2i8fW8IcX .img2 {
  color: #6de37b;
}
.cid-s2i8fW8IcX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #3dc84b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s2i8fW8IcX .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-s2i8fW8IcX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2i8fW8IcX .item,
.cid-s2i8fW8IcX .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-s2i8fW8IcX .item h4,
.cid-s2i8fW8IcX .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s2i8fW8IcX .card-img {
  width: auto;
}
.cid-s2i8fW8IcX .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-s2i8fW8IcX .item {
    justify-content: center;
  }
}
.cid-s2i8fW8IcX .item-title {
  color: #3dc84b;
}
.cid-s2i8fW8IcX H4 {
  color: #489651;
}
.cid-s2lFiixJhl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-s2lFiixJhl .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s2lFiixJhl .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s2lFiixJhl .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-s2lFiixJhl .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s2lFiixJhl .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-s2lFiixJhl .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s1Pdesq6rs {
  height: 0 !important;
}
.cid-s1Pdesq6rs .navbar {
  background: #000000;
  transition: none;
  z-index: 1001;
  left: auto;
}
.cid-s1Pdesq6rs .navbar .show {
  height: 100vh;
}
.cid-s1Pdesq6rs .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1Pdesq6rs .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s1Pdesq6rs .bottom {
  padding-bottom: 2rem;
}
.cid-s1Pdesq6rs a {
  font-style: normal;
}
.cid-s1Pdesq6rs .dropdown-backdrop {
  display: none;
}
.cid-s1Pdesq6rs .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-s1Pdesq6rs .nav-dropdown {
  padding-top: 8rem;
}
.cid-s1Pdesq6rs .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-s1Pdesq6rs .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-s1Pdesq6rs .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3dc84b;
  margin-left: 10px;
}
.cid-s1Pdesq6rs .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-s1Pdesq6rs .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1Pdesq6rs .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.cid-s1Pdesq6rs .navbar-nav {
  width: 100%!important;
}
.cid-s1Pdesq6rs .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1Pdesq6rs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1Pdesq6rs .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-s1Pdesq6rs .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-s1Pdesq6rs .dropdown-item {
  background: #ffffff;
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .dropdown-item:hover,
.cid-s1Pdesq6rs .dropdown-item:active {
  color: #ffffff !important;
}
.cid-s1Pdesq6rs .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-s1Pdesq6rs .soc-item {
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-s1Pdesq6rs .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-s1Pdesq6rs .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #ffffff;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-s1Pdesq6rs .navbar-logo {
  margin-right: 0!important;
}
.cid-s1Pdesq6rs .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-s1Pdesq6rs .menu-logo {
  position: fixed!important;
}
.cid-s1Pdesq6rs .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
  margin-right: auto;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1Pdesq6rs .navbar-toggler {
  background: #000000;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-s1Pdesq6rs .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-s1Pdesq6rs .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1Pdesq6rs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1Pdesq6rs .opened,
.cid-s1Pdesq6rs .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #000000 !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-s1Pdesq6rs .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-s1Pdesq6rs .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-s1Pdesq6rs .opened,
  .cid-s1Pdesq6rs .show,
  .cid-s1Pdesq6rs .navbar {
    width: 100%!important;
  }
  .cid-s1Pdesq6rs .dropdown-toggle {
    margin: auto!important;
  }
  .cid-s1Pdesq6rs .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-s1Pdesq6rs .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-s1Pdesq6rs .nav-item:focus,
.cid-s1Pdesq6rs .nav-link:focus {
  outline: none;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1Pdesq6rs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1Pdesq6rs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1Pdesq6rs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s1Pdesq6rs button.navbar-toggler:focus {
  outline: none;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3dc84b;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Pdesq6rs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1Pdesq6rs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Pdesq6rs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1Pdesq6rs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1Pdesq6rs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1Pdesq6rs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-s1Pdesq6rs .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1Pdesq6rs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1Pdesq6rs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1Pdesq6rs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-s1Pdesq6rs .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs img {
    height: 3.8rem !important;
  }
  .cid-s1Pdesq6rs .btn {
    display: -webkit-flex;
  }
  .cid-s1Pdesq6rs button.navbar-toggler {
    display: block;
  }
  .cid-s1Pdesq6rs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1Pdesq6rs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing,
  .cid-s1Pdesq6rs .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1Pdesq6rs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1Pdesq6rs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1Pdesq6rs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1Pdesq6rs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-s1Pdesq6rs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2mm5gtg1Q {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-s2mm5gtg1Q .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-s2mm5gtg1Q .price {
  margin-top: 5px;
}
.cid-s2mm5gtg1Q .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-s2mm5gtg1Q .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-s2mm5gtg1Q .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-s2mm5gtg1Q .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-s2mm5gtg1Q .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-s2mm5gtg1Q .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-s2mm5gtg1Q .content__block,
  .cid-s2mm5gtg1Q .price__block {
    margin-bottom: 30px;
  }
}
.cid-s2mm5gtg1Q .descr {
  color: #444345;
}
.cid-s2lAPjmm1b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-s2lAPjmm1b h4 {
  margin-bottom: 0;
}
.cid-s2lAPjmm1b p {
  color: #767676;
}
.cid-s2lAPjmm1b .cardcenter {
  background-color: #3dc84b;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s2lAPjmm1b .cardcenter:hover {
  background-color: #148221;
}
.cid-s2lAPjmm1b .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s2lAPjmm1b .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s2lAPjmm1b .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s2lAPjmm1b .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s2lAPjmm1b .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2lAPjmm1b .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #3dc84b !important;
  box-shadow: none!important;
}
.cid-s2lAPjmm1b .btn[class*="-outline"]:active,
.cid-s2lAPjmm1b .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s2lAPjmm1b .card-box {
  padding-top: 2rem;
}
.cid-s2lAPjmm1b .card-wrapper {
  height: 100%;
}
.cid-s2lAPjmm1b .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s2lAPjmm1b img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s2lAPjmm1b .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-s2lAPjmm1b .main-title {
  color: #232323;
}
.cid-s2lAPjmm1b .text {
  color: #ffffff;
}
.cid-s2lAPjmm1b .card-subtitle {
  color: #3dc84b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-s2lAPjmm1b .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s2lAPjmm1b .link {
    margin: auto;
  }
}
.cid-s2lAPjmm1b .mbr-text,
.cid-s2lAPjmm1b .mbr-link-btn {
  color: #3dc84b;
  text-align: center;
}
.cid-s2mmeAbjTz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-s2mmeAbjTz .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-s2mmeAbjTz .price {
  margin-top: 5px;
}
.cid-s2mmeAbjTz .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-s2mmeAbjTz .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-s2mmeAbjTz .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-s2mmeAbjTz .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-s2mmeAbjTz .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-s2mmeAbjTz .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-s2mmeAbjTz .content__block,
  .cid-s2mmeAbjTz .price__block {
    margin-bottom: 30px;
  }
}
.cid-s2mmeAbjTz .descr {
  color: #444345;
}
.cid-s2lFrLZUXc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-s2lFrLZUXc .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s2lFrLZUXc .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s2lFrLZUXc .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-s2lFrLZUXc .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s2lFrLZUXc .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-s2lFrLZUXc .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
