.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 6.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #191919 !important;
}
.bg-success {
  background-color: #11c3d2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #dc5400 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #191919, #191919 65%, #4c4c4c) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #0844ff, #0844ff 65%, #6e91ff) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0844ff !important;
  border-color: #0844ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #11c3d2, #11c3d2 65%, #58e5f1) !important;
}
.btn-success,
.btn-success:active {
  background-color: #11c3d2 !important;
  border-color: #11c3d2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28deee !important;
  border-color: #28deee !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28deee !important;
  border-color: #28deee !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #191919;
  color: #191919;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0844ff;
  color: #0844ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002bb0 !important;
  background-color: transparent !important;
  border-color: #002bb0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0844ff !important;
  border-color: #0844ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #11c3d2;
  color: #11c3d2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0b7982 !important;
  background-color: transparent !important;
  border-color: #0b7982 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #11c3d2 !important;
  border-color: #11c3d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #191919 !important;
}
.text-secondary {
  color: #0844ff !important;
}
.text-success {
  color: #11c3d2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #dc5400 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0027a1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #096b74 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #762d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #191919;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #dcb300;
}
.alert-danger {
  background-color: #dc5400;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191919;
  border-color: #191919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #191919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b6f4f9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcaa9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #191919 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #191919;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191919;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191919;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #191919;
  border-bottom-color: #191919;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #191919 !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: #0844ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23191919' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.icon-wrap {
  border-radius: 24px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-um8YmV4p3l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-um8YmV4p3l nav.navbar {
  position: fixed;
}
.cid-um8YmV4p3l .navbar-logo {
  margin-right: 1rem !important;
}
.cid-um8YmV4p3l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um8YmV4p3l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um8YmV4p3l .dropdown-item:hover,
.cid-um8YmV4p3l .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-um8YmV4p3l .dropdown-item:hover span {
  color: white;
}
.cid-um8YmV4p3l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um8YmV4p3l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um8YmV4p3l .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um8YmV4p3l .nav-link {
  position: relative;
}
.cid-um8YmV4p3l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-um8YmV4p3l .container {
    flex-wrap: nowrap;
  }
}
.cid-um8YmV4p3l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown-menu,
.cid-um8YmV4p3l .navbar.opened {
  background: #191919 !important;
}
.cid-um8YmV4p3l .nav-item:focus,
.cid-um8YmV4p3l .nav-link:focus {
  outline: none;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um8YmV4p3l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um8YmV4p3l .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191919;
}
.cid-um8YmV4p3l .navbar.opened {
  transition: all 0.3s;
}
.cid-um8YmV4p3l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um8YmV4p3l .navbar .navbar-logo img {
  width: auto;
}
.cid-um8YmV4p3l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar.collapsed {
  justify-content: center;
}
.cid-um8YmV4p3l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um8YmV4p3l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-um8YmV4p3l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um8YmV4p3l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um8YmV4p3l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um8YmV4p3l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-um8YmV4p3l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um8YmV4p3l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um8YmV4p3l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um8YmV4p3l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um8YmV4p3l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um8YmV4p3l .navbar.navbar-short {
  min-height: 80px;
}
.cid-um8YmV4p3l .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-um8YmV4p3l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um8YmV4p3l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um8YmV4p3l .dropdown-item.active,
.cid-um8YmV4p3l .dropdown-item:active {
  background-color: transparent;
}
.cid-um8YmV4p3l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um8YmV4p3l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um8YmV4p3l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um8YmV4p3l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um8YmV4p3l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #11c3d2;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um8YmV4p3l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um8YmV4p3l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um8YmV4p3l .navbar {
    height: 70px;
  }
  .cid-um8YmV4p3l .navbar.opened {
    height: auto;
  }
  .cid-um8YmV4p3l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umlcXM3Y6G {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x993.jpg");
}
.cid-umlcXM3Y6G .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-umlcXM3Y6G .item:focus,
.cid-umlcXM3Y6G span:focus {
  outline: none;
}
.cid-umlcXM3Y6G .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umlcXM3Y6G .item {
    margin-bottom: 1rem;
  }
}
.cid-umlcXM3Y6G .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-umlcXM3Y6G .mbr-card-title {
  background: #000000;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-umlcXM3Y6G .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umlcXM3Y6G .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umlcXM3Y6G .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umlcXM3Y6G .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-umlcXM3Y6G .mbr-text,
.cid-umlcXM3Y6G .item .mbr-section-btn {
  text-align: center;
}
.cid-umlcXM3Y6G .content-head {
  max-width: 800px;
}
.cid-umlcXM3Y6G .mbr-number {
  color: #11c3d2;
}
.cid-umlcXM3Y6G .mbr-section-subtitle,
.cid-umlcXM3Y6G .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-umlcXM3Y6G .mbr-text {
  text-align: left;
}
.cid-umlcXM3Y6G .mbr-text,
.cid-umlcXM3Y6G .mbr-card-btn {
  text-align: left;
}
.cid-umlcXM3Y6G .mbr-text,
.cid-umlcXM3Y6G .mbr-section-btn {
  text-align: left;
}
.cid-umlcXM3Y6G .mbr-text,
.cid-umlcXM3Y6G .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-umlcXM3Y6G .card-text,
.cid-umlcXM3Y6G .item .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-umlcXM3Y6G .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-umliNHn8Bf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-umliNHn8Bf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umliNHn8Bf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umliNHn8Bf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umliNHn8Bf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-umliNHn8Bf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umliNHn8Bf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-umliNHn8Bf .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-umliNHn8Bf .item {
    margin-bottom: 28px;
  }
}
.cid-umliNHn8Bf .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-umliNHn8Bf .item .item-wrapper:hover,
.cid-umliNHn8Bf .item .item-wrapper:focus {
  border: 2px solid #0e6f77;
  background-color: #0e6f77;
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap {
  border: 1px solid #191919;
  transition: all 0.3s ease-in-out;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-umliNHn8Bf .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-umliNHn8Bf .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-umliNHn8Bf .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #11c3d2;
}
.cid-umliNHn8Bf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umliNHn8Bf .item-title {
  color: #9aa0a6;
}
.cid-umliNHn8Bf .item-text {
  color: #ffffff;
}
.cid-umliNHn8Bf .item-date {
  color: #5f6368;
}
.cid-umliNHn8Bf .mbr-section-title,
.cid-umliNHn8Bf .mbr-section-btn {
  text-align: center;
  color: #9aa0a6;
}
.cid-umliNHn8Bf .item-title,
.cid-umliNHn8Bf .icon-wrapper {
  color: #11c3d2;
}
.cid-ufFCN5n5s2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufFCN5n5s2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCN5n5s2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCN5n5s2 .items-wrapper {
  justify-content: center;
}
.cid-ufFCN5n5s2 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ff6200, #ff8133 65%, #ffa166);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ufFCN5n5s2 .mbr-text,
.cid-ufFCN5n5s2 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-umqBRsRlEm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-umqBRsRlEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqBRsRlEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqBRsRlEm .row {
  justify-content: space-between;
}
.cid-umqBRsRlEm .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-umqBRsRlEm .content-wrapper {
    padding: 0;
  }
}
.cid-umqBRsRlEm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umqBRsRlEm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-umqBRsRlEm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umqBRsRlEm .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-umqBRsRlEm .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umqBRsRlEm .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-umqBRsRlEm .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-umqBRsRlEm .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-umqBRsRlEm .mbr-section-title {
  color: #000000;
}
.cid-umqBRsRlEm .mbr-desc {
  color: #000000;
}
.cid-umqBRsRlEm .mbr-text {
  color: #9aa0a6;
  text-align: center;
}
.cid-umqBRsRlEm .mbr-section-title,
.cid-umqBRsRlEm .mbr-section-btn {
  color: #11c3d2;
  text-align: center;
}
.cid-umppvcpEqS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umppvcpEqS .img-wrapper {
  text-align: center;
}
.cid-umppvcpEqS .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-umppvcpEqS img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-umppvcpEqS .row {
  align-items: flex-start;
}
.cid-umppvcpEqS .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-umppvcpEqS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-umppvcpEqS .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-umppvcpEqS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umppvcpEqS .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-umppvcpEqS .title {
  color: #9aa0a6;
  text-align: center;
}
.cid-umpq6IF7Dm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umpq6IF7Dm .img-wrapper {
  text-align: center;
}
.cid-umpq6IF7Dm .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-umpq6IF7Dm img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-umpq6IF7Dm .row {
  align-items: flex-start;
}
.cid-umpq6IF7Dm .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-umpq6IF7Dm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-umpq6IF7Dm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-umpq6IF7Dm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umpq6IF7Dm .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-umpAwIPR2X {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-umpAwIPR2X .img-wrapper {
  text-align: center;
}
.cid-umpAwIPR2X .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-umpAwIPR2X img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-umpAwIPR2X .row {
  align-items: flex-start;
}
.cid-umpAwIPR2X .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-umpAwIPR2X .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-umpAwIPR2X .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-umpAwIPR2X .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umpAwIPR2X .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-umoPPhGX8f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-umoPPhGX8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-umoPPhGX8f .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-umoPPhGX8f .container {
    padding: 0 30px;
  }
}
.cid-umoPPhGX8f .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-umoPPhGX8f .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-umoPPhGX8f .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-umoPPhGX8f .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-umoPPhGX8f .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-umoPPhGX8f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-umoPPhGX8f .items-wrapper {
    display: block;
  }
}
.cid-umoPPhGX8f .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #11c3d2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-umoPPhGX8f .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-umoPPhGX8f .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #11c3d2;
  }
}
.cid-umoPPhGX8f .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-umoPPhGX8f .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-umoPPhGX8f .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-umoPPhGX8f .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-umoPPhGX8f .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-umoPPhGX8f .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-umoPPhGX8f .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-umoPPhGX8f .item-date {
  color: #22654E;
}
.cid-umoPPhGX8f .item-title {
  color: #22654E;
}
.cid-umoPPhGX8f .item-text {
  color: #f7f7f7;
}
.cid-ump46yOOjq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ump46yOOjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ump46yOOjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ump46yOOjq p a:hover {
  text-decoration: underline;
}
.cid-ump46yOOjq h2 {
  line-height: 1.3;
}
.cid-ump46yOOjq img {
  object-fit: cover;
}
.cid-ump46yOOjq .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ump46yOOjq .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ump46yOOjq .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ump46yOOjq .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ump46yOOjq .wrap {
  background: #000000;
}
.cid-ump46yOOjq .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .link-wrapper {
    flex-direction: column;
  }
}
.cid-ump46yOOjq .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text,
.cid-ump46yOOjq .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-link,
.cid-ump46yOOjq .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-section-title {
  text-align: left;
  color: #f7f7f7;
}
.cid-um8YmV4p3l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-um8YmV4p3l nav.navbar {
  position: fixed;
}
.cid-um8YmV4p3l .navbar-logo {
  margin-right: 1rem !important;
}
.cid-um8YmV4p3l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um8YmV4p3l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um8YmV4p3l .dropdown-item:hover,
.cid-um8YmV4p3l .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-um8YmV4p3l .dropdown-item:hover span {
  color: white;
}
.cid-um8YmV4p3l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um8YmV4p3l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um8YmV4p3l .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um8YmV4p3l .nav-link {
  position: relative;
}
.cid-um8YmV4p3l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-um8YmV4p3l .container {
    flex-wrap: nowrap;
  }
}
.cid-um8YmV4p3l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown-menu,
.cid-um8YmV4p3l .navbar.opened {
  background: #191919 !important;
}
.cid-um8YmV4p3l .nav-item:focus,
.cid-um8YmV4p3l .nav-link:focus {
  outline: none;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um8YmV4p3l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um8YmV4p3l .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191919;
}
.cid-um8YmV4p3l .navbar.opened {
  transition: all 0.3s;
}
.cid-um8YmV4p3l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um8YmV4p3l .navbar .navbar-logo img {
  width: auto;
}
.cid-um8YmV4p3l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar.collapsed {
  justify-content: center;
}
.cid-um8YmV4p3l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um8YmV4p3l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-um8YmV4p3l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um8YmV4p3l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um8YmV4p3l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um8YmV4p3l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-um8YmV4p3l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um8YmV4p3l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um8YmV4p3l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um8YmV4p3l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um8YmV4p3l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um8YmV4p3l .navbar.navbar-short {
  min-height: 80px;
}
.cid-um8YmV4p3l .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-um8YmV4p3l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um8YmV4p3l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um8YmV4p3l .dropdown-item.active,
.cid-um8YmV4p3l .dropdown-item:active {
  background-color: transparent;
}
.cid-um8YmV4p3l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um8YmV4p3l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um8YmV4p3l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um8YmV4p3l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um8YmV4p3l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #11c3d2;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um8YmV4p3l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um8YmV4p3l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um8YmV4p3l .navbar {
    height: 70px;
  }
  .cid-um8YmV4p3l .navbar.opened {
    height: auto;
  }
  .cid-um8YmV4p3l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umqPgQurZp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x993.jpg");
}
.cid-umqPgQurZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqPgQurZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqPgQurZp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umqPgQurZp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umqPgQurZp .container {
    padding: 0;
  }
}
.cid-umqPgQurZp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umqPgQurZp .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-umqPgQurZp .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-umqPgQurZp .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-umqPgQurZp .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-umqPgQurZp .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-umqPgQurZp .mbr-section-title {
  color: #ffffff;
}
.cid-umqPgQurZp .mbr-box {
  color: #ffffff;
}
.cid-umqPgQurZp .mbr-section-btn {
  text-align: center;
}
.cid-umqPgQurZp .mbr-section-title,
.cid-umqPgQurZp .mbr-section-btn,
.cid-umqPgQurZp .title-wrapper {
  text-align: center;
}
.cid-umqOp7IwV7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umqOp7IwV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqOp7IwV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqOp7IwV7 .content-wrap {
  justify-content: flex-end;
}
.cid-umqOp7IwV7 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umqOp7IwV7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umqOp7IwV7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umqOp7IwV7 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umqOp7IwV7 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umqOp7IwV7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umqOp7IwV7 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-umqOp7IwV7 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-umqOp7IwV7 .image-wrapper {
    padding: 0;
  }
}
.cid-umqOp7IwV7 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umqOp7IwV7 .image-wrapper img {
    height: 350px;
  }
}
.cid-umqOp7IwV7 .mbr-section-title {
  color: #ffffff;
}
.cid-umqOp7IwV7 .mbr-text,
.cid-umqOp7IwV7 .text-wrapper {
  color: #ffffff;
}
.cid-umqOp7IwV7 .mbr-section-title,
.cid-umqOp7IwV7 .mbr-section-btn,
.cid-umqOp7IwV7 .clients-wrapper {
  color: #dc5400;
}
.cid-umrrNR8dmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-umrrNR8dmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrrNR8dmx .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-umrrNR8dmx .container {
    padding: 10px 8px;
  }
}
.cid-umrrNR8dmx .row {
  border-radius: 25px;
  background-color: #121212;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-umrrNR8dmx .row {
    padding: 50px 2px;
  }
}
.cid-umrrNR8dmx .row .card {
  padding: 0 8px;
}
.cid-umrrNR8dmx .row .card:nth-child(2) {
  justify-content: center;
}
.cid-umrrNR8dmx .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-umrrNR8dmx .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-umrrNR8dmx .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-umrrNR8dmx .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-umrrNR8dmx .item:last-child {
  margin-bottom: 0;
}
.cid-umrrNR8dmx .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #242424;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-umrrNR8dmx .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-umrrNR8dmx .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-umrrNR8dmx .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-umrrNR8dmx .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-umrrNR8dmx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umrrNR8dmx .content-wrapper {
    margin: 50px 0;
  }
}
.cid-umrrNR8dmx .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-umrrNR8dmx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-umrrNR8dmx .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-umrrNR8dmx .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-umrrNR8dmx .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-umrrNR8dmx .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-umrrNR8dmx .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-umrrNR8dmx .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-umrrNR8dmx .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-umrrNR8dmx .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-umrrNR8dmx .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #242424;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-umrrNR8dmx .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-umrrNR8dmx .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-umrrNR8dmx .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-umrrNR8dmx .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-umrrNR8dmx .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-umrrNR8dmx .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-umrrNR8dmx .mbr-desc,
.cid-umrrNR8dmx .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-umrrNR8dmx .card-title {
  color: #11c3d2;
}
.cid-umrrNR8dmx .card-text {
  color: #f7f7f7;
}
.cid-umrfZvHvJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-umrfZvHvJb .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umrfZvHvJb .row {
    padding-bottom: 40px;
  }
}
.cid-umrfZvHvJb .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umrfZvHvJb .mbr-section-head {
    padding-right: 20px;
  }
}
.cid-umrfZvHvJb .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrfZvHvJb .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umrfZvHvJb .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umrfZvHvJb .text-container {
    text-align: center!important;
  }
}
.cid-umrfZvHvJb .mbr-section-title {
  color: #11c3d2;
}
.cid-umrfZvHvJb .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umrfZvHvJb .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umrfZvHvJb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umrfZvHvJb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umrfZvHvJb .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umrfZvHvJb .col-video {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-umrfZvHvJb .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umrfZvHvJb .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umrfZvHvJb .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrfZvHvJb .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umrfZvHvJb .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umrfZvHvJb .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umrfZvHvJb .mbr-media {
  position: relative;
}
.cid-umrfZvHvJb .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umrfZvHvJb .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umrfZvHvJb .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umrfZvHvJb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umrfZvHvJb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umrfZvHvJb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umrfZvHvJb .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umrfZvHvJb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umrfZvHvJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrfZvHvJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrgYPgJAy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umrgYPgJAy .row {
  flex-direction: row-reverse;
}
.cid-umrgYPgJAy .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umrgYPgJAy .row {
    padding-bottom: 40px;
  }
}
.cid-umrgYPgJAy .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umrgYPgJAy .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-umrgYPgJAy .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrgYPgJAy .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umrgYPgJAy .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umrgYPgJAy .text-container {
    text-align: center!important;
  }
}
.cid-umrgYPgJAy .mbr-section-title {
  color: #11c3d2;
}
.cid-umrgYPgJAy .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umrgYPgJAy .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umrgYPgJAy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umrgYPgJAy .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umrgYPgJAy .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umrgYPgJAy .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-umrgYPgJAy .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umrgYPgJAy .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umrgYPgJAy .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrgYPgJAy .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umrgYPgJAy .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umrgYPgJAy .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umrgYPgJAy .mbr-media {
  position: relative;
}
.cid-umrgYPgJAy .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umrgYPgJAy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umrgYPgJAy .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umrgYPgJAy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umrgYPgJAy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umrgYPgJAy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umrgYPgJAy .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umrgYPgJAy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umrgYPgJAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrgYPgJAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrlfGT06n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umrlfGT06n .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umrlfGT06n .row {
    padding-bottom: 40px;
  }
}
.cid-umrlfGT06n .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umrlfGT06n .mbr-section-head {
    padding-right: 20px;
  }
}
.cid-umrlfGT06n .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrlfGT06n .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umrlfGT06n .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umrlfGT06n .text-container {
    text-align: center!important;
  }
}
.cid-umrlfGT06n .mbr-section-title {
  color: #11c3d2;
}
.cid-umrlfGT06n .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umrlfGT06n .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umrlfGT06n .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umrlfGT06n .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umrlfGT06n .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umrlfGT06n .col-video {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-umrlfGT06n .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umrlfGT06n .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umrlfGT06n .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrlfGT06n .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umrlfGT06n .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umrlfGT06n .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umrlfGT06n .mbr-media {
  position: relative;
}
.cid-umrlfGT06n .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umrlfGT06n .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umrlfGT06n .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umrlfGT06n .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umrlfGT06n .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umrlfGT06n .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umrlfGT06n .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umrlfGT06n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umrlfGT06n .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrlfGT06n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrmFNcady {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umrmFNcady .row {
  flex-direction: row-reverse;
}
.cid-umrmFNcady .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umrmFNcady .row {
    padding-bottom: 40px;
  }
}
.cid-umrmFNcady .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umrmFNcady .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-umrmFNcady .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrmFNcady .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umrmFNcady .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umrmFNcady .text-container {
    text-align: center!important;
  }
}
.cid-umrmFNcady .mbr-section-title {
  color: #11c3d2;
}
.cid-umrmFNcady .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umrmFNcady .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umrmFNcady .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umrmFNcady .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umrmFNcady .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umrmFNcady .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-umrmFNcady .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umrmFNcady .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umrmFNcady .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrmFNcady .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umrmFNcady .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umrmFNcady .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umrmFNcady .mbr-media {
  position: relative;
}
.cid-umrmFNcady .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umrmFNcady .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umrmFNcady .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umrmFNcady .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umrmFNcady .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umrmFNcady .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umrmFNcady .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umrmFNcady .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umrmFNcady .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrmFNcady .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrnz4mswB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umrnz4mswB .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umrnz4mswB .row {
    padding-bottom: 40px;
  }
}
.cid-umrnz4mswB .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umrnz4mswB .mbr-section-head {
    padding-right: 20px;
  }
}
.cid-umrnz4mswB .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrnz4mswB .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umrnz4mswB .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umrnz4mswB .text-container {
    text-align: center!important;
  }
}
.cid-umrnz4mswB .mbr-section-title {
  color: #11c3d2;
}
.cid-umrnz4mswB .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umrnz4mswB .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umrnz4mswB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umrnz4mswB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umrnz4mswB .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umrnz4mswB .col-video {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-umrnz4mswB .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umrnz4mswB .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umrnz4mswB .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrnz4mswB .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umrnz4mswB .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umrnz4mswB .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umrnz4mswB .mbr-media {
  position: relative;
}
.cid-umrnz4mswB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umrnz4mswB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umrnz4mswB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umrnz4mswB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umrnz4mswB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umrnz4mswB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umrnz4mswB .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umrnz4mswB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umrnz4mswB .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrnz4mswB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrnDrl7IP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umrnDrl7IP .row {
  flex-direction: row-reverse;
}
.cid-umrnDrl7IP .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umrnDrl7IP .row {
    padding-bottom: 40px;
  }
}
.cid-umrnDrl7IP .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umrnDrl7IP .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-umrnDrl7IP .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrnDrl7IP .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umrnDrl7IP .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umrnDrl7IP .text-container {
    text-align: center!important;
  }
}
.cid-umrnDrl7IP .mbr-section-title {
  color: #11c3d2;
}
.cid-umrnDrl7IP .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umrnDrl7IP .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umrnDrl7IP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umrnDrl7IP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umrnDrl7IP .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umrnDrl7IP .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-umrnDrl7IP .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umrnDrl7IP .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umrnDrl7IP .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umrnDrl7IP .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umrnDrl7IP .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umrnDrl7IP .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umrnDrl7IP .mbr-media {
  position: relative;
}
.cid-umrnDrl7IP .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umrnDrl7IP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umrnDrl7IP .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umrnDrl7IP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umrnDrl7IP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umrnDrl7IP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umrnDrl7IP .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umrnDrl7IP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umrnDrl7IP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrnDrl7IP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ump46yOOjq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ump46yOOjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ump46yOOjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ump46yOOjq p a:hover {
  text-decoration: underline;
}
.cid-ump46yOOjq h2 {
  line-height: 1.3;
}
.cid-ump46yOOjq img {
  object-fit: cover;
}
.cid-ump46yOOjq .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ump46yOOjq .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ump46yOOjq .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ump46yOOjq .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ump46yOOjq .wrap {
  background: #000000;
}
.cid-ump46yOOjq .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .link-wrapper {
    flex-direction: column;
  }
}
.cid-ump46yOOjq .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text,
.cid-ump46yOOjq .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-link,
.cid-ump46yOOjq .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-section-title {
  text-align: left;
  color: #f7f7f7;
}
.cid-um8YmV4p3l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-um8YmV4p3l nav.navbar {
  position: fixed;
}
.cid-um8YmV4p3l .navbar-logo {
  margin-right: 1rem !important;
}
.cid-um8YmV4p3l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um8YmV4p3l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um8YmV4p3l .dropdown-item:hover,
.cid-um8YmV4p3l .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-um8YmV4p3l .dropdown-item:hover span {
  color: white;
}
.cid-um8YmV4p3l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um8YmV4p3l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um8YmV4p3l .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um8YmV4p3l .nav-link {
  position: relative;
}
.cid-um8YmV4p3l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-um8YmV4p3l .container {
    flex-wrap: nowrap;
  }
}
.cid-um8YmV4p3l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown-menu,
.cid-um8YmV4p3l .navbar.opened {
  background: #191919 !important;
}
.cid-um8YmV4p3l .nav-item:focus,
.cid-um8YmV4p3l .nav-link:focus {
  outline: none;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um8YmV4p3l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um8YmV4p3l .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191919;
}
.cid-um8YmV4p3l .navbar.opened {
  transition: all 0.3s;
}
.cid-um8YmV4p3l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um8YmV4p3l .navbar .navbar-logo img {
  width: auto;
}
.cid-um8YmV4p3l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar.collapsed {
  justify-content: center;
}
.cid-um8YmV4p3l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um8YmV4p3l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-um8YmV4p3l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um8YmV4p3l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um8YmV4p3l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um8YmV4p3l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-um8YmV4p3l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um8YmV4p3l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um8YmV4p3l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um8YmV4p3l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um8YmV4p3l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um8YmV4p3l .navbar.navbar-short {
  min-height: 80px;
}
.cid-um8YmV4p3l .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-um8YmV4p3l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um8YmV4p3l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um8YmV4p3l .dropdown-item.active,
.cid-um8YmV4p3l .dropdown-item:active {
  background-color: transparent;
}
.cid-um8YmV4p3l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um8YmV4p3l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um8YmV4p3l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um8YmV4p3l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um8YmV4p3l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #11c3d2;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um8YmV4p3l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um8YmV4p3l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um8YmV4p3l .navbar {
    height: 70px;
  }
  .cid-um8YmV4p3l .navbar.opened {
    height: auto;
  }
  .cid-um8YmV4p3l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umrR60QZ8s {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x993.jpg");
}
.cid-umrR60QZ8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrR60QZ8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrR60QZ8s .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umrR60QZ8s .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umrR60QZ8s .container {
    padding: 0;
  }
}
.cid-umrR60QZ8s .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umrR60QZ8s .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-umrR60QZ8s .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-umrR60QZ8s .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-umrR60QZ8s .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-umrR60QZ8s .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-umrR60QZ8s .mbr-section-title {
  color: #ffffff;
}
.cid-umrR60QZ8s .mbr-box {
  color: #ffffff;
}
.cid-umrR60QZ8s .mbr-section-btn {
  text-align: center;
}
.cid-umrR60QZ8s .mbr-section-title,
.cid-umrR60QZ8s .mbr-section-btn,
.cid-umrR60QZ8s .title-wrapper {
  text-align: center;
}
.cid-umBuDuU0oF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1d1d22;
}
.cid-umBuDuU0oF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umBuDuU0oF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umBuDuU0oF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-umBuDuU0oF .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-umBuDuU0oF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-umBuDuU0oF .container {
    padding: 0 16px;
  }
}
.cid-umBuDuU0oF .row {
  justify-content: center;
}
.cid-umBuDuU0oF .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-umBuDuU0oF .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-umBuDuU0oF .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-umBuDuU0oF .mbr-section-title {
  color: #f0f0f0;
}
.cid-umBuDuU0oF .mbr-text {
  color: #f0f0f0;
}
.cid-umBuDuU0oF .mbr-section-title,
.cid-umBuDuU0oF .mbr-section-btn {
  color: #f7f7f7;
}
.cid-umqI8EyMNj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d22;
}
.cid-umqI8EyMNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqI8EyMNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqI8EyMNj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-umqI8EyMNj .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-umqI8EyMNj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-umqI8EyMNj .container {
    padding: 0 16px;
  }
}
.cid-umqI8EyMNj .row {
  justify-content: center;
}
.cid-umqI8EyMNj .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-umqI8EyMNj .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-umqI8EyMNj .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-umqI8EyMNj .mbr-section-title {
  color: #f0f0f0;
}
.cid-umqI8EyMNj .mbr-text {
  color: #f0f0f0;
}
.cid-umqI8EyMNj .mbr-section-title,
.cid-umqI8EyMNj .mbr-section-btn {
  color: #f7f7f7;
}
.cid-umqIIzAJJz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d22;
}
.cid-umqIIzAJJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqIIzAJJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqIIzAJJz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-umqIIzAJJz .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-umqIIzAJJz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-umqIIzAJJz .container {
    padding: 0 16px;
  }
}
.cid-umqIIzAJJz .row {
  justify-content: center;
}
.cid-umqIIzAJJz .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-umqIIzAJJz .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-umqIIzAJJz .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-umqIIzAJJz .mbr-section-title {
  color: #f0f0f0;
}
.cid-umqIIzAJJz .mbr-text {
  color: #f0f0f0;
}
.cid-umqIIzAJJz .mbr-section-title,
.cid-umqIIzAJJz .mbr-section-btn {
  color: #f7f7f7;
}
.cid-umqHuRwPiz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d22;
}
.cid-umqHuRwPiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqHuRwPiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqHuRwPiz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-umqHuRwPiz .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-umqHuRwPiz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-umqHuRwPiz .container {
    padding: 0 16px;
  }
}
.cid-umqHuRwPiz .row {
  justify-content: center;
}
.cid-umqHuRwPiz .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-umqHuRwPiz .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-umqHuRwPiz .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-umqHuRwPiz .mbr-section-title {
  color: #f0f0f0;
}
.cid-umqHuRwPiz .mbr-text {
  color: #f0f0f0;
}
.cid-umqHuRwPiz .mbr-section-title,
.cid-umqHuRwPiz .mbr-section-btn {
  color: #f7f7f7;
}
.cid-ump46yOOjq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ump46yOOjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ump46yOOjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ump46yOOjq p a:hover {
  text-decoration: underline;
}
.cid-ump46yOOjq h2 {
  line-height: 1.3;
}
.cid-ump46yOOjq img {
  object-fit: cover;
}
.cid-ump46yOOjq .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ump46yOOjq .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ump46yOOjq .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ump46yOOjq .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ump46yOOjq .wrap {
  background: #000000;
}
.cid-ump46yOOjq .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .link-wrapper {
    flex-direction: column;
  }
}
.cid-ump46yOOjq .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text,
.cid-ump46yOOjq .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-link,
.cid-ump46yOOjq .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-section-title {
  text-align: left;
  color: #f7f7f7;
}
.cid-um8YmV4p3l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-um8YmV4p3l nav.navbar {
  position: fixed;
}
.cid-um8YmV4p3l .navbar-logo {
  margin-right: 1rem !important;
}
.cid-um8YmV4p3l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um8YmV4p3l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um8YmV4p3l .dropdown-item:hover,
.cid-um8YmV4p3l .dropdown-item:focus {
  background: #191919 !important;
  color: white !important;
}
.cid-um8YmV4p3l .dropdown-item:hover span {
  color: white;
}
.cid-um8YmV4p3l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um8YmV4p3l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um8YmV4p3l .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um8YmV4p3l .nav-link {
  position: relative;
}
.cid-um8YmV4p3l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-um8YmV4p3l .container {
    flex-wrap: nowrap;
  }
}
.cid-um8YmV4p3l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown-menu,
.cid-um8YmV4p3l .navbar.opened {
  background: #191919 !important;
}
.cid-um8YmV4p3l .nav-item:focus,
.cid-um8YmV4p3l .nav-link:focus {
  outline: none;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um8YmV4p3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8YmV4p3l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um8YmV4p3l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um8YmV4p3l .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191919;
}
.cid-um8YmV4p3l .navbar.opened {
  transition: all 0.3s;
}
.cid-um8YmV4p3l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um8YmV4p3l .navbar .navbar-logo img {
  width: auto;
}
.cid-um8YmV4p3l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar.collapsed {
  justify-content: center;
}
.cid-um8YmV4p3l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um8YmV4p3l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-um8YmV4p3l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um8YmV4p3l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um8YmV4p3l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um8YmV4p3l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um8YmV4p3l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-um8YmV4p3l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um8YmV4p3l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um8YmV4p3l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um8YmV4p3l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um8YmV4p3l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um8YmV4p3l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um8YmV4p3l .navbar.navbar-short {
  min-height: 80px;
}
.cid-um8YmV4p3l .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-um8YmV4p3l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um8YmV4p3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um8YmV4p3l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um8YmV4p3l .dropdown-item.active,
.cid-um8YmV4p3l .dropdown-item:active {
  background-color: transparent;
}
.cid-um8YmV4p3l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um8YmV4p3l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-um8YmV4p3l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um8YmV4p3l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um8YmV4p3l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um8YmV4p3l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um8YmV4p3l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #11c3d2;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8YmV4p3l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um8YmV4p3l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8YmV4p3l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um8YmV4p3l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um8YmV4p3l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um8YmV4p3l .navbar {
    height: 70px;
  }
  .cid-um8YmV4p3l .navbar.opened {
    height: auto;
  }
  .cid-um8YmV4p3l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umrvTmnf3B {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x993.jpg");
}
.cid-umrvTmnf3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrvTmnf3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrvTmnf3B .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umrvTmnf3B .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umrvTmnf3B .container {
    padding: 0;
  }
}
.cid-umrvTmnf3B .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umrvTmnf3B .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-umrvTmnf3B .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-umrvTmnf3B .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-umrvTmnf3B .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-umrvTmnf3B .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-umrvTmnf3B .mbr-section-title {
  color: #ffffff;
}
.cid-umrvTmnf3B .mbr-box {
  color: #ffffff;
}
.cid-umrvTmnf3B .mbr-section-btn {
  text-align: center;
}
.cid-umrvTmnf3B .mbr-section-title,
.cid-umrvTmnf3B .mbr-section-btn,
.cid-umrvTmnf3B .title-wrapper {
  text-align: center;
}
.cid-umrDbp6ge9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-umrDbp6ge9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrDbp6ge9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrDbp6ge9 .item-subtitle {
  line-height: 1.2;
  color: #f7f7f7;
}
.cid-umrDbp6ge9 .item-title {
  border-bottom: 1px solid currentColor;
  color: #11c3d2;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.cid-umrDbp6ge9 img,
.cid-umrDbp6ge9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-umrDbp6ge9 .item:focus,
.cid-umrDbp6ge9 span:focus {
  outline: none;
}
.cid-umrDbp6ge9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umrDbp6ge9 .item {
    margin-bottom: 1rem;
  }
}
.cid-umrDbp6ge9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umrDbp6ge9 .mbr-section-title {
  color: #232323;
}
.cid-umrDbp6ge9 .mbr-text,
.cid-umrDbp6ge9 .mbr-section-btn {
  color: #232323;
}
.cid-umrDbp6ge9 .content-head {
  max-width: 800px;
}
.cid-umtjMLXOuI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umtjMLXOuI .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umtjMLXOuI .row {
    padding-bottom: 40px;
  }
}
.cid-umtjMLXOuI .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umtjMLXOuI .mbr-section-head {
    padding-right: 20px;
  }
}
.cid-umtjMLXOuI .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtjMLXOuI .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umtjMLXOuI .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umtjMLXOuI .text-container {
    text-align: center!important;
  }
}
.cid-umtjMLXOuI .mbr-section-title {
  color: #11c3d2;
}
.cid-umtjMLXOuI .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umtjMLXOuI .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umtjMLXOuI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umtjMLXOuI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umtjMLXOuI .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umtjMLXOuI .col-video {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-umtjMLXOuI .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umtjMLXOuI .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umtjMLXOuI .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtjMLXOuI .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umtjMLXOuI .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umtjMLXOuI .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umtjMLXOuI .mbr-media {
  position: relative;
}
.cid-umtjMLXOuI .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umtjMLXOuI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umtjMLXOuI .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umtjMLXOuI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umtjMLXOuI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umtjMLXOuI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umtjMLXOuI .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umtjMLXOuI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umtjMLXOuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-umtjMLXOuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umtkvnnW9u {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umtkvnnW9u .row {
  flex-direction: row-reverse;
}
.cid-umtkvnnW9u .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umtkvnnW9u .row {
    padding-bottom: 40px;
  }
}
.cid-umtkvnnW9u .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umtkvnnW9u .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-umtkvnnW9u .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtkvnnW9u .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umtkvnnW9u .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umtkvnnW9u .text-container {
    text-align: center!important;
  }
}
.cid-umtkvnnW9u .mbr-section-title {
  color: #11c3d2;
}
.cid-umtkvnnW9u .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umtkvnnW9u .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umtkvnnW9u .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umtkvnnW9u .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umtkvnnW9u .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umtkvnnW9u .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-umtkvnnW9u .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umtkvnnW9u .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umtkvnnW9u .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtkvnnW9u .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umtkvnnW9u .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umtkvnnW9u .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umtkvnnW9u .mbr-media {
  position: relative;
}
.cid-umtkvnnW9u .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umtkvnnW9u .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umtkvnnW9u .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umtkvnnW9u .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umtkvnnW9u .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umtkvnnW9u .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umtkvnnW9u .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umtkvnnW9u .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umtkvnnW9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-umtkvnnW9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umtmTIJHb7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umtmTIJHb7 .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umtmTIJHb7 .row {
    padding-bottom: 40px;
  }
}
.cid-umtmTIJHb7 .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umtmTIJHb7 .mbr-section-head {
    padding-right: 20px;
  }
}
.cid-umtmTIJHb7 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtmTIJHb7 .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umtmTIJHb7 .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umtmTIJHb7 .text-container {
    text-align: center!important;
  }
}
.cid-umtmTIJHb7 .mbr-section-title {
  color: #11c3d2;
}
.cid-umtmTIJHb7 .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umtmTIJHb7 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umtmTIJHb7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umtmTIJHb7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umtmTIJHb7 .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umtmTIJHb7 .col-video {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-umtmTIJHb7 .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umtmTIJHb7 .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umtmTIJHb7 .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtmTIJHb7 .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umtmTIJHb7 .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umtmTIJHb7 .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umtmTIJHb7 .mbr-media {
  position: relative;
}
.cid-umtmTIJHb7 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umtmTIJHb7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umtmTIJHb7 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umtmTIJHb7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umtmTIJHb7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umtmTIJHb7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umtmTIJHb7 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umtmTIJHb7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umtmTIJHb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umtmTIJHb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umtmWyUh9g {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-umtmWyUh9g .row {
  flex-direction: row-reverse;
}
.cid-umtmWyUh9g .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-umtmWyUh9g .row {
    padding-bottom: 40px;
  }
}
.cid-umtmWyUh9g .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-umtmWyUh9g .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-umtmWyUh9g .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtmWyUh9g .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umtmWyUh9g .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-umtmWyUh9g .text-container {
    text-align: center!important;
  }
}
.cid-umtmWyUh9g .mbr-section-title {
  color: #11c3d2;
}
.cid-umtmWyUh9g .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-umtmWyUh9g .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-umtmWyUh9g .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umtmWyUh9g .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umtmWyUh9g .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-umtmWyUh9g .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-umtmWyUh9g .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-umtmWyUh9g .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-umtmWyUh9g .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-umtmWyUh9g .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-umtmWyUh9g .col-video .mbr-media img {
    height: auto;
  }
}
.cid-umtmWyUh9g .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umtmWyUh9g .mbr-media {
  position: relative;
}
.cid-umtmWyUh9g .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umtmWyUh9g .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-umtmWyUh9g .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umtmWyUh9g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umtmWyUh9g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umtmWyUh9g .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umtmWyUh9g .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umtmWyUh9g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umtmWyUh9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-umtmWyUh9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ump46yOOjq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ump46yOOjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ump46yOOjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ump46yOOjq p a:hover {
  text-decoration: underline;
}
.cid-ump46yOOjq h2 {
  line-height: 1.3;
}
.cid-ump46yOOjq img {
  object-fit: cover;
}
.cid-ump46yOOjq .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ump46yOOjq .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ump46yOOjq .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ump46yOOjq .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ump46yOOjq .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ump46yOOjq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ump46yOOjq .wrap {
  background: #000000;
}
.cid-ump46yOOjq .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ump46yOOjq .link-wrapper {
    flex-direction: column;
  }
}
.cid-ump46yOOjq .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text,
.cid-ump46yOOjq .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-link,
.cid-ump46yOOjq .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ump46yOOjq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ump46yOOjq .mbr-section-title {
  text-align: left;
  color: #f7f7f7;
}
