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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #353535 !important;
}
.bg-success {
  background-color: #62b3a9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #242531 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #62b3a9 !important;
  border-color: #62b3a9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3e8078 !important;
  border-color: #3e8078 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3e8078 !important;
  border-color: #3e8078 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #242531 !important;
  border-color: #242531 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #62b3a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3e8078 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #62b3a9 !important;
  border-color: #62b3a9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #242531;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #242531 !important;
  border-color: #242531 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #353535 !important;
}
.text-secondary {
  color: #353535 !important;
}
.text-success {
  color: #62b3a9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #242531 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #39766e !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: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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]) {
  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]):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: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #242531;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b8ddd8;
}
.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: #d8d9e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !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: #353535 !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='%23353535' %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;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-tM046Xe6A0 {
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tM046Xe6A0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tM046Xe6A0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tM046Xe6A0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tM046Xe6A0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tM046Xe6A0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tM046Xe6A0 .mbr-section-title {
  color: #ffffff;
}
.cid-tM046Xe6A0 .mbr-text,
.cid-tM046Xe6A0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tLBz47n7uy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ncd-cropped-1567x881.jpg");
}
@media (max-width: 991px) {
  .cid-tLBz47n7uy .mbr-section-title,
  .cid-tLBz47n7uy .mbr-section-subtitle,
  .cid-tLBz47n7uy .mbr-section-btn,
  .cid-tLBz47n7uy .mbr-text {
    text-align: center;
  }
}
.cid-tLBz47n7uy .mbr-section-title {
  color: #fafafa;
  text-align: right;
}
.cid-tLBz47n7uy .mbr-text,
.cid-tLBz47n7uy .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tLBz47n7uy .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-uzSx0V1GSn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #242531;
}
.cid-uzSx0V1GSn .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uzSx0V1GSn .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uzSx0V1GSn .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uzSx0V1GSn .wrapper {
  padding: 30px 0;
}
.cid-uzSx0V1GSn .mbr-section-title {
  color: #fafafa;
}
.cid-uzSx0V1GSn .mbr-text,
.cid-uzSx0V1GSn .mbr-section-btn {
  color: #dedede;
}
.cid-uzSx0V1GSn H3 {
  color: #353535;
}
.cid-uCTwEg2Ii6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-uCTwEg2Ii6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCTwEg2Ii6 .icon-box {
  background: #62b3a9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCTwEg2Ii6 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCTwEg2Ii6 .card {
    margin-bottom: 2rem;
  }
  .cid-uCTwEg2Ii6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCTwEg2Ii6 .card-title,
.cid-uCTwEg2Ii6 .card-box {
  color: #ffffff;
}
.cid-uCTwEg2Ii6 .icon-title {
  color: #ffffff;
}
.cid-uCTwEg2Ii6 .icon-text {
  color: #ffffff;
}
.cid-tLBEnlEa7H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
@media (max-width: 991px) {
  .cid-tLBEnlEa7H .mbr-section-title,
  .cid-tLBEnlEa7H .mbr-section-subtitle,
  .cid-tLBEnlEa7H .mbr-section-btn,
  .cid-tLBEnlEa7H .mbr-text {
    text-align: center;
  }
}
.cid-tLBEnlEa7H .mbr-section-title {
  color: #fafafa;
}
.cid-tLBEnlEa7H .mbr-text,
.cid-tLBEnlEa7H .mbr-section-btn {
  color: #fafafa;
}
.cid-tLBLqOlWpJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #282828;
}
@media (min-width: 1500px) {
  .cid-tLBLqOlWpJ .container {
    max-width: 1400px;
  }
}
.cid-tLBLqOlWpJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #62b3a9;
  margin-bottom: 2rem;
}
.cid-tLBLqOlWpJ .card-wrapper {
  margin-top: 3rem;
}
.cid-tLBLqOlWpJ .row {
  justify-content: center;
}
.cid-tLBLqOlWpJ .mbr-section-title {
  color: #ffffff;
}
.cid-tLBLqOlWpJ .card-title,
.cid-tLBLqOlWpJ .iconfont-wrapper {
  color: #fafafa;
}
.cid-tLBLqOlWpJ .card-text {
  color: #dedede;
}
.cid-tLBLqOlWpJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uANE0WxRGt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-uANE0WxRGt .mbr-text,
.cid-uANE0WxRGt .mbr-section-btn {
  color: #232323;
}
.cid-uANE0WxRGt .card-title,
.cid-uANE0WxRGt .card-box {
  color: #ffffff;
}
.cid-uANE0WxRGt .mbr-text,
.cid-uANE0WxRGt .link-wrap {
  color: #ffffff;
}
.cid-uCTzFgSGZE {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #282828;
}
.cid-uCTzFgSGZE .media-container-row {
  justify-content: space-between;
}
.cid-uCTzFgSGZE .text-content {
  max-width: 50%;
}
.cid-uCTzFgSGZE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fafafa;
  border: 2px solid #fafafa;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uCTzFgSGZE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uCTzFgSGZE .mbr-iconfont-social:hover {
  background-color: #fafafa;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uCTzFgSGZE .icons {
    justify-content: center !important;
  }
  .cid-uCTzFgSGZE .text-content * {
    text-align: center;
  }
}
.cid-uCTzFgSGZE .mbr-section-title {
  color: #fafafa;
}
.cid-uCTzFgSGZE P {
  color: #fafafa;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-tLYBwvsKSC {
  background-image: url("../../../assets/images/mbr-17.jpg");
}
.cid-tLYBwvsKSC .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tLYBwvsKSC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLYBwvsKSC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tLYBwvsKSC .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tLYBwvsKSC .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLYBwvsKSC .mbr-section-title {
  color: #ffffff;
}
.cid-tLYBwvsKSC .mbr-text,
.cid-tLYBwvsKSC .mbr-section-btn {
  color: #fafafa;
}
.cid-tLYKb8obc6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #242531;
}
.cid-tLYKb8obc6 .mbr-section-title {
  color: #ffffff;
}
.cid-tLYKb8obc6 .mbr-text,
.cid-tLYKb8obc6 .link {
  color: #dedede;
}
.cid-tLYKb8obc6 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tLYKb8obc6 .card-title,
.cid-tLYKb8obc6 .card-box {
  color: #fafafa;
}
.cid-tLZ1xMBeOt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLZ1xMBeOt .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLZ1xMBeOt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLZ1xMBeOt .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tLZ1ygqJjj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLZ1ygqJjj .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLZ1ygqJjj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLZ1ygqJjj .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tLZySDRC5X {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLZySDRC5X .nav-tabs .nav-item.open .nav-link:focus,
.cid-tLZySDRC5X .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tLZySDRC5X .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #62b3a9;
}
@media (max-width: 767px) {
  .cid-tLZySDRC5X .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tLZySDRC5X .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tLZySDRC5X .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tLZySDRC5X .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tLZySDRC5X .nav-link,
.cid-tLZySDRC5X .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tLZySDRC5X .nav-tabs .nav-link.active {
  color: #62b3a9;
  border-bottom: 3px solid #62b3a9;
}
.cid-tLZySDRC5X H4 {
  text-align: center;
}
.cid-tLZySDRC5X H3 {
  text-align: center;
}
.cid-tLZySDRC5X P {
  color: #353535;
}
.cid-uzSBXCosU6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #282828;
}
.cid-uzSBXCosU6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uzSBXCosU6 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #242531;
}
@media (max-width: 991px) {
  .cid-uzSBXCosU6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzSBXCosU6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uzSBXCosU6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
.cid-uzSBXCosU6 .mbr-section-title {
  color: #fafafa;
}
.cid-uzSBXCosU6 P {
  color: #fafafa;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-tM0btpNfFR .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tM0btpNfFR .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tM0btpNfFR a {
  font-style: normal;
}
.cid-tM0btpNfFR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tM0btpNfFR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tM0btpNfFR .nav-item:focus,
.cid-tM0btpNfFR .nav-link:focus {
  outline: none;
}
.cid-tM0btpNfFR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tM0btpNfFR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tM0btpNfFR .menu-logo {
  margin-right: auto;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tM0btpNfFR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM0btpNfFR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tM0btpNfFR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tM0btpNfFR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tM0btpNfFR button.navbar-toggler:focus {
  outline: none;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM0btpNfFR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tM0btpNfFR .collapsed .btn {
  display: flex;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tM0btpNfFR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tM0btpNfFR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tM0btpNfFR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tM0btpNfFR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tM0btpNfFR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tM0btpNfFR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tM0btpNfFR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tM0btpNfFR.navbar-expand {
    flex-direction: column;
  }
  .cid-tM0btpNfFR img {
    height: 3.8rem !important;
  }
  .cid-tM0btpNfFR .btn {
    display: flex;
  }
  .cid-tM0btpNfFR button.navbar-toggler {
    display: block;
  }
  .cid-tM0btpNfFR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tM0btpNfFR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tM0btpNfFR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing,
  .cid-tM0btpNfFR .navbar-collapse.show {
    display: block !important;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-nav,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tM0btpNfFR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tM0btpNfFR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tM0btpNfFR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tM0btpNfFR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tM0btpNfFR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tM0btpNfFR .navbar-collapse {
  flex-basis: auto;
}
.cid-tM0btpNfFR .nav-link:hover,
.cid-tM0btpNfFR .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-tM09nXqOld {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #282828;
}
@media (max-width: 767px) {
  .cid-tM09nXqOld .row {
    flex-direction: column-reverse;
  }
  .cid-tM09nXqOld .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tM09nXqOld .google-map {
  height: 100%;
  position: relative;
}
.cid-tM09nXqOld .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tM09nXqOld .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tM09nXqOld .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tM09nXqOld .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tM09nXqOld .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tM09nXqOld .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tM09nXqOld .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tM09nXqOld .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tM09nXqOld .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tM09nXqOld .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
.cid-tM09nXqOld .mbr-section-title {
  color: #fafafa;
}
.cid-tM09nXqOld .card-title {
  color: #282828;
}
.cid-tM09nXqOld P {
  color: #454545;
}
.cid-tM09AsoDEd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #282828;
}
.cid-tM09AsoDEd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tM09AsoDEd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tM09AsoDEd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tM09AsoDEd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tM09AsoDEd .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tM0glrGKTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-tM0glrGKTA .line {
  background-color: #62b3a9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tM0glrGKTA .mbr-text {
  color: #848484;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-uuzqEvcOrl {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uuzqEvcOrl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuzqEvcOrl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuzqEvcOrl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuzqEvcOrl .mbr-section-title {
  color: #fafafa;
}
.cid-uuzqEvcOrl .mbr-text,
.cid-uuzqEvcOrl .mbr-section-btn {
  color: #ffffff;
}
.cid-uuztX4sXH9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uuztX4sXH9 .line {
  background-color: #62b3a9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uuztX4sXH9 .mbr-text {
  color: #fafafa;
}
.cid-uuztd4ovUI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #353535;
}
.cid-uuztd4ovUI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uuztd4ovUI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuztd4ovUI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #353535;
}
.cid-uuztd4ovUI .panel-body,
.cid-uuztd4ovUI .card-header {
  padding: 1rem 0;
}
.cid-uuztd4ovUI .panel-title-edit {
  color: #ffffff;
}
.cid-uuztd4ovUI H3 {
  color: #fafafa;
}
.cid-uuztd4ovUI .panel-text {
  color: #dedede;
}
.cid-uuzG6RTlQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #242531;
}
.cid-uuzG6RTlQE .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uuzG6RTlQE .mbr-text {
  color: #dedede;
}
.cid-uuzIU5zbXc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uuzIU5zbXc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuzIU5zbXc .mbr-text {
  color: #dedede;
}
.cid-uuzKC9BGsm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-uuzKC9BGsm .card-box {
    padding: 1rem;
  }
  .cid-uuzKC9BGsm .mbr-section-btn,
  .cid-uuzKC9BGsm .price {
    text-align: center;
  }
  .cid-uuzKC9BGsm .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-uuzKC9BGsm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuzKC9BGsm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uuzKC9BGsm .card-wrapper {
  border-radius: 4px;
  background-color: #242531;
}
.cid-uuzKC9BGsm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uuzKC9BGsm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uuzKC9BGsm .mbr-text {
  color: #dedede;
}
.cid-uuzKC9BGsm .card-title {
  color: #fafafa;
}
.cid-uuLkNLcffR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uuLkNLcffR .mbr-text {
  color: #dedede;
}
.cid-uuHx5EqNcn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uuHx5EqNcn .mbr-text {
  color: #767676;
}
.cid-uuHx5EqNcn .mbr-section-subtitle {
  color: #767676;
}
.cid-uuHx5EqNcn .title .num {
  width: 100%;
  display: block;
  font-size: 2.1rem;
}
.cid-uuHx5EqNcn .title .card-title {
  z-index: 1;
}
.cid-uuHx5EqNcn .num {
  color: #62b3a9;
}
@media (max-width: 767px) {
  .cid-uuHx5EqNcn * {
    text-align: center !important;
  }
  .cid-uuHx5EqNcn .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uuHx5EqNcn .card-text {
  color: #fafafa;
}
.cid-uuLde0dOMU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #242531;
}
.cid-uuLde0dOMU .mbr-text {
  color: #dedede;
}
.cid-uuL9xLeRI0 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #242531;
}
@media (max-width: 991px) {
  .cid-uuL9xLeRI0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuL9xLeRI0 .row {
  flex-direction: row-reverse;
}
.cid-uuL9xLeRI0 img {
  width: 100%;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-uBdEp7ThtD {
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-uBdEp7ThtD .mbr-section-title {
  text-align: right;
  color: #fafafa;
}
.cid-uBdEp7ThtD .mbr-text,
.cid-uBdEp7ThtD .mbr-section-btn {
  text-align: right;
  color: #fafafa;
}
.cid-uzSxjKrMrK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
.cid-uzSxjKrMrK img,
.cid-uzSxjKrMrK .item-img {
  width: 100%;
}
.cid-uzSxjKrMrK .item:focus,
.cid-uzSxjKrMrK span:focus {
  outline: none;
}
.cid-uzSxjKrMrK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzSxjKrMrK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzSxjKrMrK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzSxjKrMrK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzSxjKrMrK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzSxjKrMrK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzSxjKrMrK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzSxjKrMrK .mbr-section-title {
  color: #fafafa;
}
.cid-uzSxjKrMrK .mbr-text,
.cid-uzSxjKrMrK .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uzSxjKrMrK .item-title {
  text-align: left;
  color: #62b3a9;
}
.cid-uzSxjKrMrK .item-subtitle {
  text-align: left;
}
.cid-uzSxm6rR20 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #282828;
}
.cid-uzSxm6rR20 .mbr-section-title {
  color: #fafafa;
}
.cid-uzSxm6rR20 .mbr-text,
.cid-uzSxm6rR20 .link {
  color: #fafafa;
}
.cid-uzSxmF7A8b {
  background-image: url("../../../assets/images/panelscreenshotscew-1415x944.jpeg");
}
@media (max-width: 991px) {
  .cid-uzSxmF7A8b .mbr-section-title,
  .cid-uzSxmF7A8b .mbr-section-subtitle,
  .cid-uzSxmF7A8b .mbr-section-btn,
  .cid-uzSxmF7A8b .mbr-text {
    text-align: center;
  }
}
.cid-uzSxmF7A8b .mbr-section-title {
  color: #ffffff;
}
.cid-uzSxmF7A8b .mbr-text,
.cid-uzSxmF7A8b .mbr-section-btn {
  color: #ffffff;
}
.cid-uCVkGyVcUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCVkGyVcUk .carousel-item {
  justify-content: center;
}
.cid-uCVkGyVcUk .carousel-item.active,
.cid-uCVkGyVcUk .carousel-item-next,
.cid-uCVkGyVcUk .carousel-item-prev {
  display: flex;
}
.cid-uCVkGyVcUk .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #62b3a9;
}
.cid-uCVkGyVcUk .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uCVkGyVcUk .carousel-control-next span {
  padding-left: 5px;
}
.cid-uCVkGyVcUk .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uCVkGyVcUk .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 0%;
  margin: 0 auto 2rem auto;
}
.cid-uCVkGyVcUk .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uCVkGyVcUk .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uCVkGyVcUk H3 {
  color: #282828;
}
.cid-uCVkGyVcUk .user_text {
  color: #454545;
}
.cid-uCVkGyVcUk .user_name {
  color: #fafafa;
}
.cid-uCVkGyVcUk .user_desk {
  color: #fafafa;
}
.cid-uB5vQIDwap {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uB5vQIDwap .container {
    max-width: 1400px;
  }
}
.cid-uB5vQIDwap .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #62b3a9;
  margin-bottom: 2rem;
}
.cid-uB5vQIDwap .card-wrapper {
  margin-top: 3rem;
}
.cid-uB5vQIDwap .row {
  justify-content: center;
}
.cid-uB5vQIDwap .mbr-section-title {
  color: #282828;
}
.cid-uB5vQIDwap .card-title,
.cid-uB5vQIDwap .iconfont-wrapper {
  color: #282828;
}
.cid-uB5vQIDwap .card-text {
  color: #454545;
}
.cid-uB5vQIDwap .mbr-section-subtitle {
  color: #454545;
}
.cid-uzSzv3qplr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzSzv3qplr .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uzSzv3qplr .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #242531;
}
@media (max-width: 991px) {
  .cid-uzSzv3qplr .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzSzv3qplr .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uzSzv3qplr .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
.cid-uzSzv3qplr .mbr-section-title {
  color: #282828;
}
.cid-uzSzv3qplr P {
  color: #fafafa;
}
.cid-uB5yV9nMuN {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-uzSCmfp4Zn {
  display: flex;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uzSCmfp4Zn .mbr-overlay {
  background-color: #282828;
  opacity: 0.3;
}
.cid-uzSCmfp4Zn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uzSCmfp4Zn {
    align-items: flex-end;
  }
  .cid-uzSCmfp4Zn .row {
    justify-content: flex-start;
  }
  .cid-uzSCmfp4Zn .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzSCmfp4Zn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzSCmfp4Zn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzSCmfp4Zn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzSCmfp4Zn .content-wrap {
    width: 100%;
  }
}
.cid-uAxyfP12Tl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #282828;
}
.cid-uAxyfP12Tl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uAxyfP12Tl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uAxyfP12Tl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #fafafa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uAxyfP12Tl .mbr-text {
  color: #fafafa;
}
.cid-uzSBMbAnY6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzSBMbAnY6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uzSBMbAnY6 .icon-box {
  background: #242531;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzSBMbAnY6 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uzSBMbAnY6 .card {
    margin-bottom: 2rem;
  }
  .cid-uzSBMbAnY6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uzSBMbAnY6 .card-title,
.cid-uzSBMbAnY6 .card-box {
  color: #282828;
}
.cid-uzSBMbAnY6 .icon-title {
  color: #282828;
}
.cid-uzSBMbAnY6 .icon-text {
  color: #454545;
}
.cid-uzSBMbAnY6 .mbr-text,
.cid-uzSBMbAnY6 .mbr-section-btn {
  color: #454545;
}
.cid-uAxVTtYgne {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAxVTtYgne .card-wrapper {
  background: #242531;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uAxVTtYgne .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAxVTtYgne .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAxVTtYgne .card-wrapper {
    padding: 4rem;
  }
}
.cid-uAxVTtYgne .mbr-text,
.cid-uAxVTtYgne .mbr-section-btn {
  color: #fafafa;
}
.cid-uAxVTtYgne .card-title,
.cid-uAxVTtYgne .card-box {
  text-align: left;
  color: #fafafa;
}
.cid-uAxQbaYGic {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAxQbaYGic .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-uAxQbaYGic .panel-group {
  border: none;
}
.cid-uAxQbaYGic .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAxQbaYGic .panel-body,
.cid-uAxQbaYGic .card-header {
  padding: 1rem 0;
}
.cid-uAxQbaYGic .panel-title-edit {
  color: #282828;
}
.cid-uAxQbaYGic .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAxQbaYGic H3 {
  color: #282828;
}
.cid-uAxQbaYGic .panel-text {
  color: #454545;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-uAyXBnOM6D {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uAyXBnOM6D .container {
    max-width: 1400px;
  }
}
.cid-uAyXBnOM6D .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #62b3a9;
  margin-bottom: 2rem;
}
.cid-uAyXBnOM6D .card-wrapper {
  margin-top: 3rem;
}
.cid-uAyXBnOM6D .row {
  justify-content: center;
}
.cid-uAyXBnOM6D .mbr-section-title {
  color: #282828;
}
.cid-uAyXBnOM6D .card-title,
.cid-uAyXBnOM6D .iconfont-wrapper {
  color: #282828;
}
.cid-uAyXBnOM6D .card-text {
  color: #454545;
}
.cid-uAyXBnOM6D .mbr-section-subtitle {
  color: #454545;
}
.cid-uAyYZld2g7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #282828;
}
.cid-uAyYZld2g7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uAyYZld2g7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAyYZld2g7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAyYZld2g7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uAyYZld2g7 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
.cid-uAyYZld2g7 .mbr-section-title {
  color: #fafafa;
}
.cid-uAyYZld2g7 P {
  color: #fafafa;
}
.cid-uAz1pzpAed {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #282828;
}
.cid-uAz1pzpAed .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-uAO0FcntwM {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAO0FcntwM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAO0FcntwM .row {
    flex-direction: column-reverse;
  }
  .cid-uAO0FcntwM .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uAO0FcntwM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAO0FcntwM .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uAO0FcntwM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAO0FcntwM .card-title {
  color: #353535;
}
.cid-uAO0FcntwM .mbr-text,
.cid-uAO0FcntwM .mbr-section-btn {
  color: #454545;
}
.cid-uAO2W1yDkF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAO2W1yDkF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uAO2W1yDkF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uAO2W1yDkF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #62b3a9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uAO2W1yDkF .list {
  color: #454545;
}
.cid-uAO9BqnHai {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAO9BqnHai .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uAO9BqnHai .icon-box {
  background: #242531;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAO9BqnHai .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAO9BqnHai .card {
    margin-bottom: 2rem;
  }
  .cid-uAO9BqnHai .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAO9BqnHai .card-title,
.cid-uAO9BqnHai .card-box {
  color: #282828;
}
.cid-uAO9BqnHai .mbr-text,
.cid-uAO9BqnHai .mbr-section-btn {
  color: #454545;
}
.cid-uAO9BqnHai .icon-title {
  color: #282828;
}
.cid-uAO9BqnHai .icon-text {
  color: #454545;
}
.cid-uAOUEGvGNq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #282828;
}
.cid-uAOUEGvGNq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uAOUEGvGNq .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #242531;
}
@media (max-width: 991px) {
  .cid-uAOUEGvGNq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAOUEGvGNq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uAOUEGvGNq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
.cid-uAOUEGvGNq .mbr-section-title {
  color: #fafafa;
}
.cid-uAOUEGvGNq P {
  color: #fafafa;
}
.cid-uB1ZCDAlGu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uB1ZCDAlGu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uB1ZCDAlGu .row {
    flex-direction: column-reverse;
  }
  .cid-uB1ZCDAlGu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uB1ZCDAlGu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uB1ZCDAlGu .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uB1ZCDAlGu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uB1ZCDAlGu .card-title {
  color: #282828;
}
.cid-uB1ZCDAlGu .mbr-text,
.cid-uB1ZCDAlGu .mbr-section-btn {
  color: #454545;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-uB254vL9O2 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-uB254vL9O2 .mbr-overlay {
  background-color: #282828;
  opacity: 0.8;
}
.cid-uB254vL9O2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uB254vL9O2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uB254vL9O2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uB254vL9O2 .mbr-text {
  color: #fafafa;
}
.cid-uB254vL9O2 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uB254vL9O2 .mbr-section-title {
  color: #fafafa;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-tM0btpNfFR .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tM0btpNfFR .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tM0btpNfFR a {
  font-style: normal;
}
.cid-tM0btpNfFR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tM0btpNfFR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tM0btpNfFR .nav-item:focus,
.cid-tM0btpNfFR .nav-link:focus {
  outline: none;
}
.cid-tM0btpNfFR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tM0btpNfFR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tM0btpNfFR .menu-logo {
  margin-right: auto;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tM0btpNfFR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM0btpNfFR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM0btpNfFR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tM0btpNfFR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM0btpNfFR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tM0btpNfFR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tM0btpNfFR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tM0btpNfFR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tM0btpNfFR button.navbar-toggler:focus {
  outline: none;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM0btpNfFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM0btpNfFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM0btpNfFR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tM0btpNfFR .collapsed .btn {
  display: flex;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tM0btpNfFR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tM0btpNfFR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tM0btpNfFR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tM0btpNfFR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tM0btpNfFR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tM0btpNfFR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tM0btpNfFR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tM0btpNfFR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tM0btpNfFR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tM0btpNfFR.navbar-expand {
    flex-direction: column;
  }
  .cid-tM0btpNfFR img {
    height: 3.8rem !important;
  }
  .cid-tM0btpNfFR .btn {
    display: flex;
  }
  .cid-tM0btpNfFR button.navbar-toggler {
    display: block;
  }
  .cid-tM0btpNfFR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tM0btpNfFR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tM0btpNfFR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing,
  .cid-tM0btpNfFR .navbar-collapse.show {
    display: block !important;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-nav,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tM0btpNfFR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tM0btpNfFR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tM0btpNfFR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tM0btpNfFR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tM0btpNfFR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tM0btpNfFR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tM0btpNfFR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tM0btpNfFR .navbar-collapse {
  flex-basis: auto;
}
.cid-tM0btpNfFR .nav-link:hover,
.cid-tM0btpNfFR .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-uBuWgfX3BC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #242531;
}
@media (max-width: 991px) {
  .cid-uBuWgfX3BC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBuWgfX3BC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBuWgfX3BC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBuWgfX3BC .mbr-section-title {
  color: #fafafa;
}
.cid-uBuWgfX3BC .mbr-text {
  color: #fafafa;
}
.cid-uBheomwkoM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBheomwkoM blockquote {
  border-color: #62b3a9;
  border-radius: 4px;
  background-color: #454545;
}
.cid-uBheomwkoM .mbr-section-title {
  color: #fafafa;
}
.cid-uBheomwkoM .mbr-text {
  color: #fafafa;
}
.cid-uBiiclYW3w {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBiiclYW3w blockquote {
  border-color: #62b3a9;
  border-radius: 4px;
  background-color: #454545;
}
.cid-uBiiclYW3w .mbr-section-title {
  color: #fafafa;
}
.cid-uBiiclYW3w .mbr-text {
  color: #fafafa;
}
.cid-uBsXYAx0cb {
  background-image: url("../../../assets/images/data-center-network-art-3.jpg");
}
.cid-uBsXYAx0cb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uBsXYAx0cb .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-uBsXYAx0cb .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uBsXYAx0cb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uBsXYAx0cb .mbr-text,
.cid-uBsXYAx0cb .mbr-section-btn,
.cid-uBsXYAx0cb .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-uCV3eddK5l {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCV3eddK5l .carousel-item {
  justify-content: center;
}
.cid-uCV3eddK5l .carousel-item.active,
.cid-uCV3eddK5l .carousel-item-next,
.cid-uCV3eddK5l .carousel-item-prev {
  display: flex;
}
.cid-uCV3eddK5l .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #62b3a9;
}
.cid-uCV3eddK5l .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uCV3eddK5l .carousel-control-next span {
  padding-left: 5px;
}
.cid-uCV3eddK5l .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uCV3eddK5l .user_image {
  width: 300px;
  height: 300px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 0%;
  margin: 0 auto 2rem auto;
}
.cid-uCV3eddK5l .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uCV3eddK5l .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uCV3eddK5l H3 {
  color: #353535;
}
.cid-uCV3eddK5l .user_text {
  color: #353535;
}
.cid-uCV3eddK5l .user_name {
  color: #fafafa;
}
.cid-uCV3eddK5l .user_desk {
  color: #fafafa;
}
.cid-uD4cnvbJLU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4cnvbJLU .mbr-section-subtitle {
  color: #282828;
}
.cid-uD42nmJVlm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uD42nmJVlm .img-wrapper {
  text-align: center;
}
.cid-uD42nmJVlm img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uD42nmJVlm .row {
  align-items: flex-start;
}
.cid-uD42nmJVlm .card-wrapper {
  border-radius: 4px;
  background: #454545;
}
@media (max-width: 992px) {
  .cid-uD42nmJVlm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uD42nmJVlm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uD42nmJVlm .card-wrapper {
    padding: 1rem;
  }
}
.cid-uD42nmJVlm .card-title {
  color: #fafafa;
}
.cid-uD42nmJVlm .mbr-text,
.cid-uD42nmJVlm .mbr-section-btn {
  color: #fafafa;
}
.cid-uBt8MZC7nd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-tLjdyMYdFV .navbar {
  background: #282828;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLjdyMYdFV .navbar-dropdown.bg-color.transparent.opened {
  background: #282828;
}
.cid-tLjdyMYdFV a {
  font-style: normal;
}
.cid-tLjdyMYdFV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLjdyMYdFV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLjdyMYdFV .nav-item:focus,
.cid-tLjdyMYdFV .nav-link:focus {
  outline: none;
}
.cid-tLjdyMYdFV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLjdyMYdFV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLjdyMYdFV .menu-logo {
  margin-right: auto;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLjdyMYdFV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu {
  background: #282828;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLjdyMYdFV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLjdyMYdFV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLjdyMYdFV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLjdyMYdFV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLjdyMYdFV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLjdyMYdFV button.navbar-toggler:focus {
  outline: none;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #62b3a9;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLjdyMYdFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLjdyMYdFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLjdyMYdFV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .btn {
  display: flex;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLjdyMYdFV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLjdyMYdFV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLjdyMYdFV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLjdyMYdFV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLjdyMYdFV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLjdyMYdFV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLjdyMYdFV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLjdyMYdFV.navbar-expand {
    flex-direction: column;
  }
  .cid-tLjdyMYdFV img {
    height: 3.8rem !important;
  }
  .cid-tLjdyMYdFV .btn {
    display: flex;
  }
  .cid-tLjdyMYdFV button.navbar-toggler {
    display: block;
  }
  .cid-tLjdyMYdFV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLjdyMYdFV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLjdyMYdFV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing,
  .cid-tLjdyMYdFV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLjdyMYdFV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLjdyMYdFV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLjdyMYdFV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLjdyMYdFV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLjdyMYdFV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLjdyMYdFV .navbar-collapse {
  flex-basis: auto;
}
.cid-tLjdyMYdFV .nav-link:hover,
.cid-tLjdyMYdFV .dropdown-item:hover {
  color: #62b3a9 !important;
}
.cid-tLYzt7kQDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tLYzt7kQDe .media-container-row .mbr-text {
  color: #848484;
}
.cid-uGi3WR8QXI {
  background-color: #282828;
}
.cid-uGi3WR8QXI .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uGi3WR8QXI .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uGi3WR8QXI .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uGi3WR8QXI .wrapper {
  padding: 30px 0;
}
.cid-uGi3WR8QXI .mbr-section-title {
  color: #fafafa;
}
.cid-uGi3WR8QXI .mbr-text,
.cid-uGi3WR8QXI .mbr-section-btn {
  color: #ffffff;
}
