.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.18rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.088rem;
}
.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.43rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.888rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.544rem;
    font-size: calc( 1.763rem + (3.18 - 1.763) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.944rem;
    font-size: calc( 1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((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.6rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
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-ukj6unrSEI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukj6unrSEI .title__wrap {
  margin-bottom: 30px;
}
.cid-ukj6unrSEI .title__block {
  margin-bottom: 10px;
}
.cid-ukj6unrSEI .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #6de37b;
}
.cid-ukj6unrSEI .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ukj6unrSEI .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ukj6unrSEI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-ukj6unrSEI .mbr-section-btn .btn-secondary-outline:hover {
  color: #3dc84b !important;
}
.cid-ukj6unrSEI .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-ukj6unrSEI .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-ukj6unrSEI .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukj6unrSEI .descr__block {
  padding: 25px 0 0;
}
.cid-ukj6unrSEI .descr__title {
  margin-bottom: 5px;
  color: #3dc84b;
}
.cid-ukj6unrSEI .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-ukj6unrSEI .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  margin-top: -2px;
  color: #3dc84b;
  margin-left: 5px;
}
.cid-ukj6unrSEI .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
}
.cid-ukj6unrSEI .link__text a {
  position: relative;
}
.cid-ukj6unrSEI .link__text a:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-ukj6unrSEI .link__text a:hover {
  color: #3dc84b !important;
}
@media (max-width: 767px) {
  .cid-ukj6unrSEI .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-ukj6unrSEI .image {
    height: 300px;
  }
  .cid-ukj6unrSEI .mbr-section-btn .btn {
    margin-bottom: 0;
  }
  .cid-ukj6unrSEI .buttons {
    justify-content: flex-start;
  }
}
.cid-ukj6unrSEI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ukj6unrSEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukj6unrSEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.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-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-ukjbPzrUIx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukjbPzrUIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukjbPzrUIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukjbPzrUIx .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ukjbPzrUIx .col-title {
    padding: 0 20px !important;
  }
}
.cid-ukjbPzrUIx .mbr-section-title {
  color: #a53044;
}
.cid-ukjbPzrUIx .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ukjbPzrUIx .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ukjbPzrUIx .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ukjbPzrUIx .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ukjbPzrUIx .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ukjbPzrUIx .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukjbPzrUIx .card {
    width: 100%;
  }
}
.cid-ukjbPzrUIx .card-box {
  width: 100%;
}
.cid-ukjbPzrUIx .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ukjbPzrUIx .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ukjbPzrUIx .card-container {
  width: 100%;
}
.cid-ukjbPzrUIx .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ukjbPzrUIx .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.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-ukzN21TlQM .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ukzN21TlQM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ukzN21TlQM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ukzN21TlQM .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ukzN21TlQM .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.show,
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukzN21TlQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ukzN21TlQM .navbar {
    flex-wrap: nowrap;
  }
  .cid-ukzN21TlQM .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ukzN21TlQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.show,
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ukzN21TlQM .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukzN21TlQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukzN21TlQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ukzN21TlQM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ukzN21TlQM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukzN21TlQM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukzN21TlQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukzN21TlQM .dropdown-item.active,
.cid-ukzN21TlQM .dropdown-item:active {
  background-color: transparent;
}
.cid-ukzN21TlQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukzN21TlQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukzN21TlQM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukzN21TlQM .navbar-buttons {
  text-align: center;
}
.cid-ukzN21TlQM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukzN21TlQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ukzN21TlQM a.nav-link:focus {
  outline: none;
}
.cid-ukzN21TlQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukzN21TlQM .nav-link:hover,
.cid-ukzN21TlQM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ukzN21TlQM .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ukzN21TlQM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ukzN21TlQM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ukzN21TlQM .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ukzN21TlQM .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.show,
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukzN21TlQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ukzN21TlQM .navbar {
    flex-wrap: nowrap;
  }
  .cid-ukzN21TlQM .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ukzN21TlQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.show,
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ukzN21TlQM .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukzN21TlQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukzN21TlQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ukzN21TlQM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ukzN21TlQM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukzN21TlQM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukzN21TlQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukzN21TlQM .dropdown-item.active,
.cid-ukzN21TlQM .dropdown-item:active {
  background-color: transparent;
}
.cid-ukzN21TlQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukzN21TlQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukzN21TlQM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukzN21TlQM .navbar-buttons {
  text-align: center;
}
.cid-ukzN21TlQM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukzN21TlQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ukzN21TlQM a.nav-link:focus {
  outline: none;
}
.cid-ukzN21TlQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukzN21TlQM .nav-link:hover,
.cid-ukzN21TlQM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul3L2r75sT {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-ul3L2r75sT .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-ul3L2r75sT {
    align-items: flex-end;
  }
  .cid-ul3L2r75sT .row {
    justify-content: center;
  }
  .cid-ul3L2r75sT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ul3L2r75sT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul3L2r75sT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ul3L2r75sT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ul3L2r75sT .content-wrap {
    width: 100%;
  }
}
.cid-ul3L2r75sT .mbr-section-title,
.cid-ul3L2r75sT .mbr-section-subtitle {
  text-align: center;
}
.cid-ul3L2r75sT .mbr-text,
.cid-ul3L2r75sT .mbr-section-btn {
  text-align: center;
}
.cid-ul3LxTyprg {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-ul3LxTyprg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3LxTyprg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3LxTyprg .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ul3LxTyprg .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ul3LxTyprg .mbr-iconfont {
  font-size: 2rem;
  color: #3dc84b;
}
@media (max-width: 991px) {
  .cid-ul3LxTyprg .card {
    margin-bottom: 2rem;
  }
  .cid-ul3LxTyprg .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ul3LxTyprg .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ul3LxTyprg .card-title,
.cid-ul3LxTyprg .card-box {
  color: #3dc84b;
}
.cid-ul3LxTyprg .icon-title {
  color: #3dc84b;
}
.cid-ul3LxTyprg .icon-text {
  color: #ffffff;
}
.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-ukzGbvM2OY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukzGbvM2OY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzGbvM2OY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzGbvM2OY .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ukzGbvM2OY .col-title {
    padding: 0 20px !important;
  }
}
.cid-ukzGbvM2OY .mbr-section-title {
  color: #a53044;
}
.cid-ukzGbvM2OY .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ukzGbvM2OY .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ukzGbvM2OY .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ukzGbvM2OY .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ukzGbvM2OY .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ukzGbvM2OY .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukzGbvM2OY .card {
    width: 100%;
  }
}
.cid-ukzGbvM2OY .card-box {
  width: 100%;
}
.cid-ukzGbvM2OY .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ukzGbvM2OY .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ukzGbvM2OY .card-container {
  width: 100%;
}
.cid-ukzGbvM2OY .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ukzGbvM2OY .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ukzGeeVGVw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ukzGeeVGVw .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ukzGeeVGVw .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-ukzGeeVGVw .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-ukzGeeVGVw .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ukzGeeVGVw .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-ukzGeeVGVw .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ukzKLB8vvn {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukzKLB8vvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzKLB8vvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzKLB8vvn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ukzKLB8vvn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukzKLB8vvn .container {
    padding: 0 16px;
  }
}
.cid-ukzKLB8vvn .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukzKLB8vvn .row {
    margin: 0 10px;
  }
}
.cid-ukzKLB8vvn .row .card {
  position: relative;
  padding: 0;
}
.cid-ukzKLB8vvn .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ukzKLB8vvn .form-wrapper {
    padding: 20px !important;
  }
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
  border-radius: 0 !important;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #d1cece;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1cece;
  border-color: #d1cece;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ukzKLB8vvn .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-ukzKLB8vvn .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-ukzKLB8vvn .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-ukzKLB8vvn label {
  color: #192227;
}
.cid-ukzKLB8vvn .mbr-section-title,
.cid-ukzKLB8vvn .mbr-section-btn {
  text-align: center;
}
.cid-ukzKPhmYye {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukzKPhmYye .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzKPhmYye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzKPhmYye .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ukzKPhmYye .col-title {
    padding: 0 20px !important;
  }
}
.cid-ukzKPhmYye .mbr-section-title {
  color: #a53044;
}
.cid-ukzKPhmYye .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ukzKPhmYye .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ukzKPhmYye .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ukzKPhmYye .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ukzKPhmYye .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ukzKPhmYye .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukzKPhmYye .card {
    width: 100%;
  }
}
.cid-ukzKPhmYye .card-box {
  width: 100%;
}
.cid-ukzKPhmYye .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ukzKPhmYye .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ukzKPhmYye .card-container {
  width: 100%;
}
.cid-ukzKPhmYye .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ukzKPhmYye .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ukzKPEohvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ukzKPEohvi .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ukzKPEohvi .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-ukzKPEohvi .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-ukzKPEohvi .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ukzKPEohvi .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-ukzKPEohvi .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ukzN21TlQM .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ukzN21TlQM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ukzN21TlQM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ukzN21TlQM .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ukzN21TlQM .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.show,
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukzN21TlQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ukzN21TlQM .navbar {
    flex-wrap: nowrap;
  }
  .cid-ukzN21TlQM .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ukzN21TlQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.show,
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ukzN21TlQM .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukzN21TlQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukzN21TlQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ukzN21TlQM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ukzN21TlQM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukzN21TlQM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukzN21TlQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukzN21TlQM .dropdown-item.active,
.cid-ukzN21TlQM .dropdown-item:active {
  background-color: transparent;
}
.cid-ukzN21TlQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukzN21TlQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukzN21TlQM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukzN21TlQM .navbar-buttons {
  text-align: center;
}
.cid-ukzN21TlQM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukzN21TlQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ukzN21TlQM a.nav-link:focus {
  outline: none;
}
.cid-ukzN21TlQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukzN21TlQM .nav-link:hover,
.cid-ukzN21TlQM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ukzIvF7JE0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzIvF7JE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzIvF7JE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzIvF7JE0 .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-ukzIvF7JE0 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ukzIvF7JE0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzIvF7JE0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukzIvF7JE0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukzIvF7JE0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukzIvF7JE0 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukzIvF7JE0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukzIvF7JE0 .card-title {
  color: #3dc84b;
}
.cid-ukzIvF7JE0 .mbr-text,
.cid-ukzIvF7JE0 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukzJN1tbB9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzJN1tbB9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukzJN1tbB9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ukzJN1tbB9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ukzJN1tbB9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ukzJN1tbB9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ukzJN1tbB9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ukzJN1tbB9 .carousel-control,
.cid-ukzJN1tbB9 .close {
  background: #1b1b1b;
}
.cid-ukzJN1tbB9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ukzJN1tbB9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ukzJN1tbB9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ukzJN1tbB9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ukzJN1tbB9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukzJN1tbB9 .close::before {
  content: '\e91a';
}
.cid-ukzJN1tbB9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukzJN1tbB9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukzJN1tbB9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzJN1tbB9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukzJN1tbB9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukzJN1tbB9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ukzJN1tbB9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukzJN1tbB9 .carousel-indicators li.active,
.cid-ukzJN1tbB9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukzJN1tbB9 .carousel-indicators li::after,
.cid-ukzJN1tbB9 .carousel-indicators li::before {
  content: none;
}
.cid-ukzJN1tbB9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukzJN1tbB9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukzJN1tbB9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzJN1tbB9 .carousel-indicators {
    display: none;
  }
}
.cid-ukzJN1tbB9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukzJN1tbB9 .carousel-inner > .active {
  display: block;
}
.cid-ukzJN1tbB9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzJN1tbB9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukzJN1tbB9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ukzJN1tbB9 .carousel-control,
  .cid-ukzJN1tbB9 .carousel-indicators,
  .cid-ukzJN1tbB9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ukzJN1tbB9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ukzJN1tbB9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukzJN1tbB9 .carousel-indicators .active,
.cid-ukzJN1tbB9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ukzJN1tbB9 .carousel-indicators .active {
  background: #fff;
}
.cid-ukzJN1tbB9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ukzJN1tbB9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ukzJN1tbB9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukzJN1tbB9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ukzJN1tbB9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ukzJN1tbB9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ukzJN1tbB9 .carousel {
  width: 100%;
}
.cid-ukzJN1tbB9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ukzJN1tbB9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ukzJN1tbB9 .modal.fade .modal-dialog,
.cid-ukzJN1tbB9 .modal.in .modal-dialog {
  transform: none;
}
.cid-ukzJN1tbB9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ukzJN1tbB9 .content-head {
  max-width: 800px;
}
.cid-ukzIJLrs0W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzIJLrs0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzIJLrs0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzIJLrs0W .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-ukzIJLrs0W .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzIJLrs0W .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukzIJLrs0W .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukzIJLrs0W .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukzIJLrs0W .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukzIJLrs0W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukzIJLrs0W .card-title {
  color: #3dc84b;
}
.cid-ukzIJLrs0W .mbr-text,
.cid-ukzIJLrs0W .mbr-section-btn {
  color: #ffffff;
}
.cid-ukzK55NSBx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzK55NSBx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukzK55NSBx .item {
    margin-bottom: 1rem;
  }
}
.cid-ukzK55NSBx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ukzK55NSBx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ukzK55NSBx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ukzK55NSBx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ukzK55NSBx .carousel-control,
.cid-ukzK55NSBx .close {
  background: #1b1b1b;
}
.cid-ukzK55NSBx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ukzK55NSBx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ukzK55NSBx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ukzK55NSBx .carousel-control-next span {
  margin-left: 5px;
}
.cid-ukzK55NSBx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukzK55NSBx .close::before {
  content: '\e91a';
}
.cid-ukzK55NSBx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukzK55NSBx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukzK55NSBx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzK55NSBx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukzK55NSBx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukzK55NSBx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ukzK55NSBx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukzK55NSBx .carousel-indicators li.active,
.cid-ukzK55NSBx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukzK55NSBx .carousel-indicators li::after,
.cid-ukzK55NSBx .carousel-indicators li::before {
  content: none;
}
.cid-ukzK55NSBx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukzK55NSBx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukzK55NSBx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzK55NSBx .carousel-indicators {
    display: none;
  }
}
.cid-ukzK55NSBx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukzK55NSBx .carousel-inner > .active {
  display: block;
}
.cid-ukzK55NSBx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzK55NSBx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukzK55NSBx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ukzK55NSBx .carousel-control,
  .cid-ukzK55NSBx .carousel-indicators,
  .cid-ukzK55NSBx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ukzK55NSBx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ukzK55NSBx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukzK55NSBx .carousel-indicators .active,
.cid-ukzK55NSBx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ukzK55NSBx .carousel-indicators .active {
  background: #fff;
}
.cid-ukzK55NSBx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ukzK55NSBx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ukzK55NSBx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukzK55NSBx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ukzK55NSBx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ukzK55NSBx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ukzK55NSBx .carousel {
  width: 100%;
}
.cid-ukzK55NSBx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ukzK55NSBx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ukzK55NSBx .modal.fade .modal-dialog,
.cid-ukzK55NSBx .modal.in .modal-dialog {
  transform: none;
}
.cid-ukzK55NSBx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ukzK55NSBx .content-head {
  max-width: 800px;
}
.cid-ukzK9bHuHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzK9bHuHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzK9bHuHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzK9bHuHe .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-ukzK9bHuHe .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ukzK9bHuHe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzK9bHuHe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukzK9bHuHe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukzK9bHuHe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukzK9bHuHe .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukzK9bHuHe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukzK9bHuHe .card-title {
  color: #3dc84b;
}
.cid-ukzK9bHuHe .mbr-text,
.cid-ukzK9bHuHe .mbr-section-btn {
  color: #ffffff;
}
.cid-ukzKa4lpnI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzKa4lpnI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukzKa4lpnI .item {
    margin-bottom: 1rem;
  }
}
.cid-ukzKa4lpnI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ukzKa4lpnI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ukzKa4lpnI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ukzKa4lpnI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ukzKa4lpnI .carousel-control,
.cid-ukzKa4lpnI .close {
  background: #1b1b1b;
}
.cid-ukzKa4lpnI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ukzKa4lpnI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ukzKa4lpnI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ukzKa4lpnI .carousel-control-next span {
  margin-left: 5px;
}
.cid-ukzKa4lpnI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukzKa4lpnI .close::before {
  content: '\e91a';
}
.cid-ukzKa4lpnI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukzKa4lpnI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukzKa4lpnI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKa4lpnI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukzKa4lpnI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukzKa4lpnI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ukzKa4lpnI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukzKa4lpnI .carousel-indicators li.active,
.cid-ukzKa4lpnI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukzKa4lpnI .carousel-indicators li::after,
.cid-ukzKa4lpnI .carousel-indicators li::before {
  content: none;
}
.cid-ukzKa4lpnI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukzKa4lpnI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukzKa4lpnI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzKa4lpnI .carousel-indicators {
    display: none;
  }
}
.cid-ukzKa4lpnI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukzKa4lpnI .carousel-inner > .active {
  display: block;
}
.cid-ukzKa4lpnI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKa4lpnI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukzKa4lpnI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ukzKa4lpnI .carousel-control,
  .cid-ukzKa4lpnI .carousel-indicators,
  .cid-ukzKa4lpnI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ukzKa4lpnI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ukzKa4lpnI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukzKa4lpnI .carousel-indicators .active,
.cid-ukzKa4lpnI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ukzKa4lpnI .carousel-indicators .active {
  background: #fff;
}
.cid-ukzKa4lpnI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ukzKa4lpnI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ukzKa4lpnI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukzKa4lpnI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ukzKa4lpnI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ukzKa4lpnI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ukzKa4lpnI .carousel {
  width: 100%;
}
.cid-ukzKa4lpnI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ukzKa4lpnI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ukzKa4lpnI .modal.fade .modal-dialog,
.cid-ukzKa4lpnI .modal.in .modal-dialog {
  transform: none;
}
.cid-ukzKa4lpnI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ukzKa4lpnI .content-head {
  max-width: 800px;
}
.cid-ukzKazcrSx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzKazcrSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzKazcrSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzKazcrSx .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-ukzKazcrSx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzKazcrSx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukzKazcrSx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukzKazcrSx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukzKazcrSx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukzKazcrSx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukzKazcrSx .card-title {
  color: #3dc84b;
}
.cid-ukzKazcrSx .mbr-text,
.cid-ukzKazcrSx .mbr-section-btn {
  color: #ffffff;
}
.cid-ukzKbmA5cc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzKbmA5cc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukzKbmA5cc .item {
    margin-bottom: 1rem;
  }
}
.cid-ukzKbmA5cc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ukzKbmA5cc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ukzKbmA5cc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ukzKbmA5cc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ukzKbmA5cc .carousel-control,
.cid-ukzKbmA5cc .close {
  background: #1b1b1b;
}
.cid-ukzKbmA5cc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ukzKbmA5cc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ukzKbmA5cc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ukzKbmA5cc .carousel-control-next span {
  margin-left: 5px;
}
.cid-ukzKbmA5cc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukzKbmA5cc .close::before {
  content: '\e91a';
}
.cid-ukzKbmA5cc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukzKbmA5cc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukzKbmA5cc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKbmA5cc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukzKbmA5cc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukzKbmA5cc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ukzKbmA5cc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukzKbmA5cc .carousel-indicators li.active,
.cid-ukzKbmA5cc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukzKbmA5cc .carousel-indicators li::after,
.cid-ukzKbmA5cc .carousel-indicators li::before {
  content: none;
}
.cid-ukzKbmA5cc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukzKbmA5cc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukzKbmA5cc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzKbmA5cc .carousel-indicators {
    display: none;
  }
}
.cid-ukzKbmA5cc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukzKbmA5cc .carousel-inner > .active {
  display: block;
}
.cid-ukzKbmA5cc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKbmA5cc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukzKbmA5cc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ukzKbmA5cc .carousel-control,
  .cid-ukzKbmA5cc .carousel-indicators,
  .cid-ukzKbmA5cc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ukzKbmA5cc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ukzKbmA5cc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukzKbmA5cc .carousel-indicators .active,
.cid-ukzKbmA5cc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ukzKbmA5cc .carousel-indicators .active {
  background: #fff;
}
.cid-ukzKbmA5cc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ukzKbmA5cc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ukzKbmA5cc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukzKbmA5cc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ukzKbmA5cc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ukzKbmA5cc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ukzKbmA5cc .carousel {
  width: 100%;
}
.cid-ukzKbmA5cc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ukzKbmA5cc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ukzKbmA5cc .modal.fade .modal-dialog,
.cid-ukzKbmA5cc .modal.in .modal-dialog {
  transform: none;
}
.cid-ukzKbmA5cc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ukzKbmA5cc .content-head {
  max-width: 800px;
}
.cid-ukzKbVwlud {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzKbVwlud .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzKbVwlud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzKbVwlud .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-ukzKbVwlud .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ukzKbVwlud .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzKbVwlud .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukzKbVwlud .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukzKbVwlud .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukzKbVwlud .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukzKbVwlud .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukzKbVwlud .card-title {
  color: #3dc84b;
}
.cid-ukzKbVwlud .mbr-text,
.cid-ukzKbVwlud .mbr-section-btn {
  color: #ffffff;
}
.cid-ukzKcwYvZ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzKcwYvZ5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukzKcwYvZ5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ukzKcwYvZ5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ukzKcwYvZ5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ukzKcwYvZ5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ukzKcwYvZ5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ukzKcwYvZ5 .carousel-control,
.cid-ukzKcwYvZ5 .close {
  background: #1b1b1b;
}
.cid-ukzKcwYvZ5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ukzKcwYvZ5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ukzKcwYvZ5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ukzKcwYvZ5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ukzKcwYvZ5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukzKcwYvZ5 .close::before {
  content: '\e91a';
}
.cid-ukzKcwYvZ5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukzKcwYvZ5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukzKcwYvZ5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKcwYvZ5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukzKcwYvZ5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukzKcwYvZ5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ukzKcwYvZ5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukzKcwYvZ5 .carousel-indicators li.active,
.cid-ukzKcwYvZ5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukzKcwYvZ5 .carousel-indicators li::after,
.cid-ukzKcwYvZ5 .carousel-indicators li::before {
  content: none;
}
.cid-ukzKcwYvZ5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukzKcwYvZ5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukzKcwYvZ5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzKcwYvZ5 .carousel-indicators {
    display: none;
  }
}
.cid-ukzKcwYvZ5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukzKcwYvZ5 .carousel-inner > .active {
  display: block;
}
.cid-ukzKcwYvZ5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKcwYvZ5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukzKcwYvZ5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ukzKcwYvZ5 .carousel-control,
  .cid-ukzKcwYvZ5 .carousel-indicators,
  .cid-ukzKcwYvZ5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ukzKcwYvZ5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ukzKcwYvZ5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukzKcwYvZ5 .carousel-indicators .active,
.cid-ukzKcwYvZ5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ukzKcwYvZ5 .carousel-indicators .active {
  background: #fff;
}
.cid-ukzKcwYvZ5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ukzKcwYvZ5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ukzKcwYvZ5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukzKcwYvZ5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ukzKcwYvZ5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ukzKcwYvZ5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ukzKcwYvZ5 .carousel {
  width: 100%;
}
.cid-ukzKcwYvZ5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ukzKcwYvZ5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ukzKcwYvZ5 .modal.fade .modal-dialog,
.cid-ukzKcwYvZ5 .modal.in .modal-dialog {
  transform: none;
}
.cid-ukzKcwYvZ5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ukzKcwYvZ5 .content-head {
  max-width: 800px;
}
.cid-ukzKdlTslE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzKdlTslE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzKdlTslE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzKdlTslE .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-ukzKdlTslE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzKdlTslE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukzKdlTslE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukzKdlTslE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukzKdlTslE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukzKdlTslE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukzKdlTslE .card-title {
  color: #3dc84b;
}
.cid-ukzKdlTslE .mbr-text,
.cid-ukzKdlTslE .mbr-section-btn {
  color: #ffffff;
}
.cid-ukzKdWBGtZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukzKdWBGtZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukzKdWBGtZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ukzKdWBGtZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ukzKdWBGtZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ukzKdWBGtZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ukzKdWBGtZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ukzKdWBGtZ .carousel-control,
.cid-ukzKdWBGtZ .close {
  background: #1b1b1b;
}
.cid-ukzKdWBGtZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ukzKdWBGtZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ukzKdWBGtZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ukzKdWBGtZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ukzKdWBGtZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukzKdWBGtZ .close::before {
  content: '\e91a';
}
.cid-ukzKdWBGtZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukzKdWBGtZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukzKdWBGtZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKdWBGtZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukzKdWBGtZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukzKdWBGtZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ukzKdWBGtZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukzKdWBGtZ .carousel-indicators li.active,
.cid-ukzKdWBGtZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukzKdWBGtZ .carousel-indicators li::after,
.cid-ukzKdWBGtZ .carousel-indicators li::before {
  content: none;
}
.cid-ukzKdWBGtZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukzKdWBGtZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukzKdWBGtZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzKdWBGtZ .carousel-indicators {
    display: none;
  }
}
.cid-ukzKdWBGtZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukzKdWBGtZ .carousel-inner > .active {
  display: block;
}
.cid-ukzKdWBGtZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzKdWBGtZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukzKdWBGtZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ukzKdWBGtZ .carousel-control,
  .cid-ukzKdWBGtZ .carousel-indicators,
  .cid-ukzKdWBGtZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ukzKdWBGtZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ukzKdWBGtZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukzKdWBGtZ .carousel-indicators .active,
.cid-ukzKdWBGtZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ukzKdWBGtZ .carousel-indicators .active {
  background: #fff;
}
.cid-ukzKdWBGtZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ukzKdWBGtZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ukzKdWBGtZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukzKdWBGtZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ukzKdWBGtZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ukzKdWBGtZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ukzKdWBGtZ .carousel {
  width: 100%;
}
.cid-ukzKdWBGtZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ukzKdWBGtZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ukzKdWBGtZ .modal.fade .modal-dialog,
.cid-ukzKdWBGtZ .modal.in .modal-dialog {
  transform: none;
}
.cid-ukzKdWBGtZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ukzKdWBGtZ .content-head {
  max-width: 800px;
}
.cid-ukzGkFxf8V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukzGkFxf8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzGkFxf8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzGkFxf8V .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ukzGkFxf8V .col-title {
    padding: 0 20px !important;
  }
}
.cid-ukzGkFxf8V .mbr-section-title {
  color: #a53044;
}
.cid-ukzGkFxf8V .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ukzGkFxf8V .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ukzGkFxf8V .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ukzGkFxf8V .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ukzGkFxf8V .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ukzGkFxf8V .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukzGkFxf8V .card {
    width: 100%;
  }
}
.cid-ukzGkFxf8V .card-box {
  width: 100%;
}
.cid-ukzGkFxf8V .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ukzGkFxf8V .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ukzGkFxf8V .card-container {
  width: 100%;
}
.cid-ukzGkFxf8V .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ukzGkFxf8V .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.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-ukzN21TlQM .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ukzN21TlQM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ukzN21TlQM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ukzN21TlQM .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ukzN21TlQM .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.show,
.cid-ukzN21TlQM .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ukzN21TlQM .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukzN21TlQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukzN21TlQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ukzN21TlQM .navbar {
    flex-wrap: nowrap;
  }
  .cid-ukzN21TlQM .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ukzN21TlQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.show,
  .cid-ukzN21TlQM .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ukzN21TlQM .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukzN21TlQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukzN21TlQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukzN21TlQM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ukzN21TlQM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ukzN21TlQM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukzN21TlQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukzN21TlQM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukzN21TlQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukzN21TlQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukzN21TlQM .dropdown-item.active,
.cid-ukzN21TlQM .dropdown-item:active {
  background-color: transparent;
}
.cid-ukzN21TlQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukzN21TlQM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukzN21TlQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukzN21TlQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukzN21TlQM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukzN21TlQM .navbar-buttons {
  text-align: center;
}
.cid-ukzN21TlQM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukzN21TlQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukzN21TlQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukzN21TlQM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukzN21TlQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ukzN21TlQM a.nav-link:focus {
  outline: none;
}
.cid-ukzN21TlQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukzN21TlQM .nav-link:hover,
.cid-ukzN21TlQM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ukzN21TlQM .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul3MePlSVk .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ul3MePlSVk .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ul3MePlSVk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ul3MePlSVk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul3MePlSVk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ul3MePlSVk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ul3MePlSVk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ul3MePlSVk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ul3MePlSVk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ul3MePlSVk .navbar.collapsed.opened .navbar-collapse.show,
.cid-ul3MePlSVk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ul3MePlSVk .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ul3MePlSVk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ul3MePlSVk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul3MePlSVk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul3MePlSVk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul3MePlSVk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul3MePlSVk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul3MePlSVk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ul3MePlSVk .navbar {
    flex-wrap: nowrap;
  }
  .cid-ul3MePlSVk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ul3MePlSVk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul3MePlSVk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ul3MePlSVk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ul3MePlSVk .navbar.opened .navbar-collapse.show,
  .cid-ul3MePlSVk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ul3MePlSVk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ul3MePlSVk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul3MePlSVk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul3MePlSVk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul3MePlSVk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul3MePlSVk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ul3MePlSVk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul3MePlSVk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ul3MePlSVk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ul3MePlSVk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ul3MePlSVk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ul3MePlSVk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul3MePlSVk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul3MePlSVk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul3MePlSVk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul3MePlSVk .dropdown-item.active,
.cid-ul3MePlSVk .dropdown-item:active {
  background-color: transparent;
}
.cid-ul3MePlSVk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul3MePlSVk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul3MePlSVk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul3MePlSVk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul3MePlSVk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul3MePlSVk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul3MePlSVk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul3MePlSVk .navbar-buttons {
  text-align: center;
}
.cid-ul3MePlSVk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul3MePlSVk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ul3MePlSVk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ul3MePlSVk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3MePlSVk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3MePlSVk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ul3MePlSVk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3MePlSVk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ul3MePlSVk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ul3MePlSVk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3MePlSVk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ul3MePlSVk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ul3MePlSVk a.nav-link:focus {
  outline: none;
}
.cid-ul3MePlSVk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ul3MePlSVk .nav-link:hover,
.cid-ul3MePlSVk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul3MePlSVk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ul3MePlSVk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul3MFO5xPa {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-ul3MFO5xPa .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-ul3MFO5xPa .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-ul3MFO5xPa .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-ul3MFO5xPa .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-ul3MFO5xPa .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-ul3MFO5xPa .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-ul3MFO5xPa .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-ul3MFO5xPa .mbr-text {
  margin-top: 5px;
}
.cid-ul3MTwPDHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ul3MTwPDHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3MTwPDHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ul3MTwPDHY .container {
    padding: 0 30px;
  }
}
.cid-ul3MTwPDHY .row {
  justify-content: center;
}
.cid-ul3MTwPDHY .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-ul3MTwPDHY .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-ul3MTwPDHY .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-ul3MTwPDHY .mbr-text_1 {
  color: #3dc84b;
}
.cid-ul3MTwPDHY .mbr-text_2 {
  color: #ffffff;
}
.cid-ul3SYEWX9K {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-ul3SYEWX9K img {
  width: 120px;
  margin: auto;
}
.cid-ul3SYEWX9K .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
.cid-ul3SYEWX9K .card:hover {
  opacity: 1;
  cursor: pointer;
}
.cid-ul3SYEWX9K H1 {
  color: #1c1c1c;
}
.cid-ul3SYEWX9K .mbr-text,
.cid-ul3SYEWX9K .mbr-section-btn {
  color: #232323;
}
.cid-ul3SYEWX9K .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-ul3SYEWX9K .line {
  width: 100px;
  height: 1px;
  background: #3dc84b;
}
.cid-ul3SYEWX9K .line1 {
  margin-left: -2rem;
}
.cid-ul3SYEWX9K .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-ul3SYEWX9K .mbr-section-title,
.cid-ul3SYEWX9K .line-align {
  text-align: center;
}
.cid-ul3MeQTTjm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ul3MeQTTjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3MeQTTjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3MeQTTjm .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ul3MeQTTjm .col-title {
    padding: 0 20px !important;
  }
}
.cid-ul3MeQTTjm .mbr-section-title {
  color: #a53044;
}
.cid-ul3MeQTTjm .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ul3MeQTTjm .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ul3MeQTTjm .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ul3MeQTTjm .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ul3MeQTTjm .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ul3MeQTTjm .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul3MeQTTjm .card {
    width: 100%;
  }
}
.cid-ul3MeQTTjm .card-box {
  width: 100%;
}
.cid-ul3MeQTTjm .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ul3MeQTTjm .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ul3MeQTTjm .card-container {
  width: 100%;
}
.cid-ul3MeQTTjm .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ul3MeQTTjm .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ul3MeRjdOL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ul3MeRjdOL .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ul3MeRjdOL .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-ul3MeRjdOL .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-ul3MeRjdOL .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ul3MeRjdOL .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-ul3MeRjdOL .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ul3QgMQxGK .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ul3QgMQxGK .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ul3QgMQxGK .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ul3QgMQxGK .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul3QgMQxGK .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ul3QgMQxGK .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ul3QgMQxGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ul3QgMQxGK .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ul3QgMQxGK .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ul3QgMQxGK .navbar.collapsed.opened .navbar-collapse.show,
.cid-ul3QgMQxGK .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ul3QgMQxGK .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ul3QgMQxGK .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ul3QgMQxGK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul3QgMQxGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul3QgMQxGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul3QgMQxGK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul3QgMQxGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul3QgMQxGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ul3QgMQxGK .navbar {
    flex-wrap: nowrap;
  }
  .cid-ul3QgMQxGK .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ul3QgMQxGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul3QgMQxGK .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ul3QgMQxGK .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ul3QgMQxGK .navbar.opened .navbar-collapse.show,
  .cid-ul3QgMQxGK .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ul3QgMQxGK .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ul3QgMQxGK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul3QgMQxGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul3QgMQxGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul3QgMQxGK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul3QgMQxGK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ul3QgMQxGK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul3QgMQxGK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ul3QgMQxGK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ul3QgMQxGK .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ul3QgMQxGK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ul3QgMQxGK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul3QgMQxGK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul3QgMQxGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul3QgMQxGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul3QgMQxGK .dropdown-item.active,
.cid-ul3QgMQxGK .dropdown-item:active {
  background-color: transparent;
}
.cid-ul3QgMQxGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul3QgMQxGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul3QgMQxGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul3QgMQxGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul3QgMQxGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul3QgMQxGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul3QgMQxGK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul3QgMQxGK .navbar-buttons {
  text-align: center;
}
.cid-ul3QgMQxGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul3QgMQxGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ul3QgMQxGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ul3QgMQxGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3QgMQxGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3QgMQxGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ul3QgMQxGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3QgMQxGK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ul3QgMQxGK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ul3QgMQxGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3QgMQxGK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ul3QgMQxGK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ul3QgMQxGK a.nav-link:focus {
  outline: none;
}
.cid-ul3QgMQxGK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ul3QgMQxGK .nav-link:hover,
.cid-ul3QgMQxGK .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul3QgMQxGK .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ul3QgMQxGK .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul3Qr8YbPj {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  align-items: flex-end;
}
.cid-ul3Qr8YbPj .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-ul3Qr8YbPj .row {
    justify-content: flex-start;
  }
  .cid-ul3Qr8YbPj .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-ul3Qr8YbPj .content-wrap {
    width: 100%;
  }
}
.cid-ul3Qr8YbPj .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ul3Qr8YbPj .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ul3Qr8YbPj .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ul3Qr8YbPj .mbr-section-btn {
    text-align: center;
  }
}
.cid-ul3Qs1Azbw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ul3Qs1Azbw .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ebeaed;
}
@media (max-width: 768px) {
  .cid-ul3Qs1Azbw .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-ul3Qs1Azbw .mbr-section-title {
  margin-bottom: 0;
  color: #3dc84b;
}
@media (max-width: 768px) {
  .cid-ul3Qs1Azbw .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ul3Qs1Azbw .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ul3Qs1Azbw .mbr-text {
    padding: 0;
  }
}
.cid-ul3QGb56lE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ul3QGb56lE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3QGb56lE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3QGb56lE .item {
  padding-bottom: 2rem;
}
.cid-ul3QGb56lE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ul3QGb56lE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ul3QGb56lE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ul3QGb56lE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ul3QGb56lE .carousel-control,
.cid-ul3QGb56lE .close {
  background: #1b1b1b;
}
.cid-ul3QGb56lE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ul3QGb56lE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ul3QGb56lE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ul3QGb56lE .carousel-control-next span {
  margin-left: 5px;
}
.cid-ul3QGb56lE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ul3QGb56lE .close::before {
  content: '\e91a';
}
.cid-ul3QGb56lE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ul3QGb56lE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ul3QGb56lE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ul3QGb56lE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ul3QGb56lE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ul3QGb56lE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ul3QGb56lE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ul3QGb56lE .carousel-indicators li.active,
.cid-ul3QGb56lE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ul3QGb56lE .carousel-indicators li::after,
.cid-ul3QGb56lE .carousel-indicators li::before {
  content: none;
}
.cid-ul3QGb56lE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ul3QGb56lE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ul3QGb56lE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ul3QGb56lE .carousel-indicators {
    display: none;
  }
}
.cid-ul3QGb56lE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ul3QGb56lE .carousel-inner > .active {
  display: block;
}
.cid-ul3QGb56lE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ul3QGb56lE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ul3QGb56lE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ul3QGb56lE .carousel-control,
  .cid-ul3QGb56lE .carousel-indicators,
  .cid-ul3QGb56lE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ul3QGb56lE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ul3QGb56lE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ul3QGb56lE .carousel-indicators .active,
.cid-ul3QGb56lE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ul3QGb56lE .carousel-indicators .active {
  background: #fff;
}
.cid-ul3QGb56lE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ul3QGb56lE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ul3QGb56lE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ul3QGb56lE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ul3QGb56lE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ul3QGb56lE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ul3QGb56lE .carousel {
  width: 100%;
}
.cid-ul3QGb56lE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ul3QGb56lE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ul3QGb56lE .modal.fade .modal-dialog,
.cid-ul3QGb56lE .modal.in .modal-dialog {
  transform: none;
}
.cid-ul3QGb56lE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ul3QGb56lE H6 {
  text-align: center;
}
.cid-ul3QgO7HyG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ul3QgO7HyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3QgO7HyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3QgO7HyG .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ul3QgO7HyG .col-title {
    padding: 0 20px !important;
  }
}
.cid-ul3QgO7HyG .mbr-section-title {
  color: #a53044;
}
.cid-ul3QgO7HyG .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ul3QgO7HyG .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ul3QgO7HyG .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ul3QgO7HyG .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ul3QgO7HyG .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ul3QgO7HyG .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul3QgO7HyG .card {
    width: 100%;
  }
}
.cid-ul3QgO7HyG .card-box {
  width: 100%;
}
.cid-ul3QgO7HyG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ul3QgO7HyG .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ul3QgO7HyG .card-container {
  width: 100%;
}
.cid-ul3QgO7HyG .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ul3QgO7HyG .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ul3QgOAqKC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ul3QgOAqKC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ul3QgOAqKC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-ul3QgOAqKC .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-ul3QgOAqKC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ul3QgOAqKC .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-ul3QgOAqKC .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ul3QY0RIfd .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ul3QY0RIfd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ul3QY0RIfd .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ul3QY0RIfd .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul3QY0RIfd .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ul3QY0RIfd .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ul3QY0RIfd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ul3QY0RIfd .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ul3QY0RIfd .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ul3QY0RIfd .navbar.collapsed.opened .navbar-collapse.show,
.cid-ul3QY0RIfd .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ul3QY0RIfd .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ul3QY0RIfd .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ul3QY0RIfd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul3QY0RIfd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul3QY0RIfd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul3QY0RIfd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul3QY0RIfd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul3QY0RIfd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ul3QY0RIfd .navbar {
    flex-wrap: nowrap;
  }
  .cid-ul3QY0RIfd .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ul3QY0RIfd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul3QY0RIfd .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ul3QY0RIfd .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ul3QY0RIfd .navbar.opened .navbar-collapse.show,
  .cid-ul3QY0RIfd .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ul3QY0RIfd .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ul3QY0RIfd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul3QY0RIfd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul3QY0RIfd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul3QY0RIfd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul3QY0RIfd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ul3QY0RIfd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul3QY0RIfd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ul3QY0RIfd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ul3QY0RIfd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ul3QY0RIfd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ul3QY0RIfd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul3QY0RIfd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul3QY0RIfd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul3QY0RIfd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul3QY0RIfd .dropdown-item.active,
.cid-ul3QY0RIfd .dropdown-item:active {
  background-color: transparent;
}
.cid-ul3QY0RIfd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul3QY0RIfd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul3QY0RIfd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul3QY0RIfd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul3QY0RIfd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul3QY0RIfd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul3QY0RIfd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul3QY0RIfd .navbar-buttons {
  text-align: center;
}
.cid-ul3QY0RIfd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul3QY0RIfd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ul3QY0RIfd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ul3QY0RIfd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3QY0RIfd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3QY0RIfd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ul3QY0RIfd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3QY0RIfd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ul3QY0RIfd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ul3QY0RIfd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3QY0RIfd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ul3QY0RIfd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ul3QY0RIfd a.nav-link:focus {
  outline: none;
}
.cid-ul3QY0RIfd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ul3QY0RIfd .nav-link:hover,
.cid-ul3QY0RIfd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul3QY0RIfd .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ul3QY0RIfd .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul3R2I19Vi {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ul3R2I19Vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3R2I19Vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ul3R2I19Vi .container {
    padding: 0 30px;
  }
}
.cid-ul3R2I19Vi .card {
  justify-content: center;
}
.cid-ul3R2I19Vi .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ul3R2I19Vi .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ul3R2I19Vi .content-wrapper {
    padding: 0;
  }
}
.cid-ul3R2I19Vi .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ul3R2I19Vi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ul3R2I19Vi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ul3R2I19Vi .mbr-section-title {
  color: #ffffff;
}
.cid-ul3R2I19Vi .mbr-text {
  color: #ffffff;
}
.cid-ul3QY43Y3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ul3QY43Y3n .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ebeaed;
}
@media (max-width: 768px) {
  .cid-ul3QY43Y3n .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-ul3QY43Y3n .mbr-section-title {
  margin-bottom: 0;
  color: #3dc84b;
}
@media (max-width: 768px) {
  .cid-ul3QY43Y3n .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ul3QY43Y3n .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ul3QY43Y3n .mbr-text {
    padding: 0;
  }
}
.cid-ul3QY57y8T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ul3QY57y8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3QY57y8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3QY57y8T .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ul3QY57y8T .col-title {
    padding: 0 20px !important;
  }
}
.cid-ul3QY57y8T .mbr-section-title {
  color: #a53044;
}
.cid-ul3QY57y8T .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ul3QY57y8T .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ul3QY57y8T .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ul3QY57y8T .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ul3QY57y8T .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ul3QY57y8T .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul3QY57y8T .card {
    width: 100%;
  }
}
.cid-ul3QY57y8T .card-box {
  width: 100%;
}
.cid-ul3QY57y8T .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ul3QY57y8T .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ul3QY57y8T .card-container {
  width: 100%;
}
.cid-ul3QY57y8T .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ul3QY57y8T .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ul3QY5FeMC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ul3QY5FeMC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ul3QY5FeMC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-ul3QY5FeMC .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-ul3QY5FeMC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ul3QY5FeMC .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-ul3QY5FeMC .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ul3RgUI0o0 .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ul3RgUI0o0 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ul3RgUI0o0 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ul3RgUI0o0 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul3RgUI0o0 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ul3RgUI0o0 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ul3RgUI0o0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ul3RgUI0o0 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ul3RgUI0o0 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ul3RgUI0o0 .navbar.collapsed.opened .navbar-collapse.show,
.cid-ul3RgUI0o0 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ul3RgUI0o0 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ul3RgUI0o0 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ul3RgUI0o0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul3RgUI0o0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul3RgUI0o0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul3RgUI0o0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul3RgUI0o0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul3RgUI0o0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ul3RgUI0o0 .navbar {
    flex-wrap: nowrap;
  }
  .cid-ul3RgUI0o0 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ul3RgUI0o0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul3RgUI0o0 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ul3RgUI0o0 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ul3RgUI0o0 .navbar.opened .navbar-collapse.show,
  .cid-ul3RgUI0o0 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ul3RgUI0o0 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ul3RgUI0o0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul3RgUI0o0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul3RgUI0o0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul3RgUI0o0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul3RgUI0o0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ul3RgUI0o0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul3RgUI0o0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ul3RgUI0o0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ul3RgUI0o0 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ul3RgUI0o0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ul3RgUI0o0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul3RgUI0o0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul3RgUI0o0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul3RgUI0o0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul3RgUI0o0 .dropdown-item.active,
.cid-ul3RgUI0o0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ul3RgUI0o0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul3RgUI0o0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul3RgUI0o0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul3RgUI0o0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul3RgUI0o0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul3RgUI0o0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul3RgUI0o0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul3RgUI0o0 .navbar-buttons {
  text-align: center;
}
.cid-ul3RgUI0o0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul3RgUI0o0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ul3RgUI0o0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ul3RgUI0o0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3RgUI0o0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3RgUI0o0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ul3RgUI0o0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3RgUI0o0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ul3RgUI0o0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ul3RgUI0o0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3RgUI0o0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ul3RgUI0o0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ul3RgUI0o0 a.nav-link:focus {
  outline: none;
}
.cid-ul3RgUI0o0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ul3RgUI0o0 .nav-link:hover,
.cid-ul3RgUI0o0 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul3RgUI0o0 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ul3RgUI0o0 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul3RshkKUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 845px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ul3RshkKUp {
    min-height: 667px;
  }
}
.cid-ul3RshkKUp .row {
  align-items: stretch;
  width: 100%;
}
.cid-ul3RshkKUp .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-ul3RshkKUp .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-ul3RshkKUp .col-text {
    width: 60%;
  }
}
.cid-ul3RshkKUp .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-ul3RshkKUp .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-ul3RshkKUp .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-ul3RshkKUp .text-container {
    padding: 10px !important;
  }
}
.cid-ul3RshkKUp .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-ul3RshkKUp .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-ul3RshkKUp .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-ul3RshkKUp .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-ul3RshkKUp .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ul3RshkKUp .text-wrapper {
    padding: 0;
  }
}
.cid-ul3RshkKUp .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-ul3RshkKUp .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-ul3RshkKUp .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-ul3RshkKUp .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-ul3RshkKUp .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-ul3RshkKUp .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-ul3RshkKUp .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-ul3RshkKUp .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-ul3RshkKUp .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-ul3RshkKUp .col-img {
    width: 40%;
  }
}
.cid-ul3RHjAEmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ul3RHjAEmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3RHjAEmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3RHjAEmF .mbr-text {
  color: #3dc84b;
}
.cid-ul3RHjAEmF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ul3RHjAEmF .item-wrapper {
  background: #000000;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ul3RHjAEmF .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ul3RHjAEmF .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-ul3RHjAEmF .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ul3RHjAEmF .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ul3RHjAEmF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ul3RHjAEmF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ul3RHjAEmF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3dc84b;
  background-color: #3dc84b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ul3RHjAEmF .mbr-text UL {
  text-align: left;
}
.cid-ul3RHjAEmF .mbr-section-subtitle,
.cid-ul3RHjAEmF .main-button {
  color: #ffffff;
}
.cid-ul3RHjAEmF .mbr-section-title {
  color: #3dc84b;
}
.cid-ul3RgYh8ni {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ul3RgYh8ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3RgYh8ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3RgYh8ni .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ul3RgYh8ni .col-title {
    padding: 0 20px !important;
  }
}
.cid-ul3RgYh8ni .mbr-section-title {
  color: #a53044;
}
.cid-ul3RgYh8ni .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ul3RgYh8ni .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ul3RgYh8ni .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ul3RgYh8ni .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ul3RgYh8ni .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ul3RgYh8ni .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul3RgYh8ni .card {
    width: 100%;
  }
}
.cid-ul3RgYh8ni .card-box {
  width: 100%;
}
.cid-ul3RgYh8ni .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ul3RgYh8ni .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ul3RgYh8ni .card-container {
  width: 100%;
}
.cid-ul3RgYh8ni .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ul3RgYh8ni .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ul3RgYOb2h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ul3RgYOb2h .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ul3RgYOb2h .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-ul3RgYOb2h .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-ul3RgYOb2h .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ul3RgYOb2h .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-ul3RgYOb2h .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ul3S0hXiku .navbar {
  min-height: 50px;
  transition: all .3s;
  background: #000000;
}
.cid-ul3S0hXiku .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ul3S0hXiku .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ul3S0hXiku .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul3S0hXiku .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ul3S0hXiku .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ul3S0hXiku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ul3S0hXiku .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ul3S0hXiku .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ul3S0hXiku .navbar.collapsed.opened .navbar-collapse.show,
.cid-ul3S0hXiku .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ul3S0hXiku .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ul3S0hXiku .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ul3S0hXiku .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul3S0hXiku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul3S0hXiku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul3S0hXiku .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul3S0hXiku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul3S0hXiku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ul3S0hXiku .navbar {
    flex-wrap: nowrap;
  }
  .cid-ul3S0hXiku .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ul3S0hXiku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul3S0hXiku .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ul3S0hXiku .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ul3S0hXiku .navbar.opened .navbar-collapse.show,
  .cid-ul3S0hXiku .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ul3S0hXiku .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ul3S0hXiku .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul3S0hXiku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul3S0hXiku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul3S0hXiku .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul3S0hXiku .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ul3S0hXiku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul3S0hXiku .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ul3S0hXiku .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ul3S0hXiku .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ul3S0hXiku .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ul3S0hXiku .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul3S0hXiku .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul3S0hXiku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul3S0hXiku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul3S0hXiku .dropdown-item.active,
.cid-ul3S0hXiku .dropdown-item:active {
  background-color: transparent;
}
.cid-ul3S0hXiku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul3S0hXiku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul3S0hXiku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul3S0hXiku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul3S0hXiku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul3S0hXiku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul3S0hXiku ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul3S0hXiku .navbar-buttons {
  text-align: center;
}
.cid-ul3S0hXiku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul3S0hXiku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ul3S0hXiku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ul3S0hXiku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3S0hXiku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ul3S0hXiku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ul3S0hXiku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3S0hXiku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ul3S0hXiku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ul3S0hXiku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul3S0hXiku .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ul3S0hXiku a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ul3S0hXiku a.nav-link:focus {
  outline: none;
}
.cid-ul3S0hXiku .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ul3S0hXiku .nav-link:hover,
.cid-ul3S0hXiku .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul3S0hXiku .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ul3S0hXiku .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul3S4MPvmV {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-ul3S4MPvmV .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-ul3S4MPvmV .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-ul3S4MPvmV .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ul3S4MPvmV .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-ul3S4MPvmV .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-ul3S4MPvmV .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-ul3S4MPvmV .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-ul3S4MPvmV .mbr-text {
  margin-top: 5px;
}
.cid-ul3SaWCpnO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ul3SaWCpnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3SaWCpnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3SaWCpnO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ul3SaWCpnO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ul3SaWCpnO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #3dc84b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ul3SaWCpnO .list {
  color: #ffffff;
}
.cid-ul3SaWCpnO H3 {
  color: #3dc84b;
}
.cid-ul3S0lI9DD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ul3S0lI9DD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3S0lI9DD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3S0lI9DD .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ul3S0lI9DD .col-title {
    padding: 0 20px !important;
  }
}
.cid-ul3S0lI9DD .mbr-section-title {
  color: #a53044;
}
.cid-ul3S0lI9DD .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-ul3S0lI9DD .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ul3S0lI9DD .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ul3S0lI9DD .cards-container {
    padding: 0 20px !important;
  }
}
.cid-ul3S0lI9DD .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ul3S0lI9DD .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul3S0lI9DD .card {
    width: 100%;
  }
}
.cid-ul3S0lI9DD .card-box {
  width: 100%;
}
.cid-ul3S0lI9DD .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-ul3S0lI9DD .mbr-iconfont {
  font-size: 92px;
  color: #3dc84b;
}
.cid-ul3S0lI9DD .card-container {
  width: 100%;
}
.cid-ul3S0lI9DD .card-title {
  color: #3dc84b;
  margin-bottom: 0;
}
.cid-ul3S0lI9DD .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ul3S0mfOJo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ul3S0mfOJo .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ul3S0mfOJo .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-ul3S0mfOJo .mbr-text {
  margin: 10px 0;
  color: #3dc84b;
  text-align: center;
}
.cid-ul3S0mfOJo .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-ul3S0mfOJo .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-ul3S0mfOJo .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
