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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qTkA127IK8 {
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-qTkA127IK8 .mbr-text,
.cid-qTkA127IK8 .mbr-section-btn {
  text-align: left;
}
.cid-qTkA127IK8 .mbr-text,
.cid-qTkA127IK8 .mbr-section-btn I {
  color: #ffffff;
}
.cid-qTkA127IK8 H3 {
  text-align: left;
}
.cid-rfCLwwCGV3 {
  background-image: url("../../../assets/images/cimg55036599-1-800x600.jpg");
}
.cid-rfxPLVTURO {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-rfxPLVTURO .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rfxPLVTURO .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rfxPLVTURO .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rglaF0pr92 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rfxz0OTcZu {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-rfxz0OTcZu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rfxz0OTcZu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rfxz0OTcZu .mbr-text {
    text-align: center;
  }
}
.cid-rfxz8L5dLy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rfxz8L5dLy .mbr-text,
.cid-rfxz8L5dLy .mbr-section-btn {
  text-align: left;
}
.cid-rglazRMmGR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rfxNbxh0PG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfxNbxh0PG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rfxNbxh0PG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rfxNbxh0PG .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rfxNbxh0PG .team-item .item-image img {
  width: 100%;
}
.cid-rfxNbxh0PG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rfxNbxh0PG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rfxNbxh0PG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rfxNbxh0PG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rfxNbxh0PG .team-item .item-caption {
  background: #232323;
}
.cid-rfxNbxh0PG .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-rfxNbxh0PG .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-rfB9cl3nZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfB9cl3nZr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rfB9cl3nZr p {
  color: #767676;
  text-align: left;
}
.cid-rfB9cl3nZr .card-box {
  padding-top: 2rem;
}
.cid-rfB9cl3nZr .card-wrapper {
  height: 100%;
}
.cid-rfB9cl3nZr .card-title {
  color: #ffffff;
}
.cid-rfBgTOXnAy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfBgTOXnAy .mbr-text,
.cid-rfBgTOXnAy .mbr-section-btn {
  text-align: left;
}
.cid-rfBgTOXnAy DIV {
  text-align: left;
}
.cid-rfBgTOXnAy H1 {
  text-align: center;
}
.cid-rgFx8n1TM1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFx8n1TM1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFx8n1TM1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFx8n1TM1 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFx8n1TM1 .team-item .item-image img {
  width: 100%;
}
.cid-rgFx8n1TM1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFx8n1TM1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFx8n1TM1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFx8n1TM1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFx8n1TM1 .team-item .item-caption {
  background: #efefef;
}
.cid-rgFx937O1Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFx937O1Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFx937O1Y .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFx937O1Y .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFx937O1Y .team-item .item-image img {
  width: 100%;
}
.cid-rgFx937O1Y .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFx937O1Y .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFx937O1Y .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFx937O1Y .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFx937O1Y .team-item .item-caption {
  background: #efefef;
}
.cid-rgFx9uKeO6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFx9uKeO6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFx9uKeO6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFx9uKeO6 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFx9uKeO6 .team-item .item-image img {
  width: 100%;
}
.cid-rgFx9uKeO6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFx9uKeO6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFx9uKeO6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFx9uKeO6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFx9uKeO6 .team-item .item-caption {
  background: #efefef;
}
.cid-rgFCJ2aYFy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFCJ2aYFy .mbr-text,
.cid-rgFCJ2aYFy blockquote {
  color: #767676;
}
.cid-rgFCJ2aYFy B {
  color: #ffffff;
}
.cid-rgFCJ2aYFy BLOCKQUOTE {
  color: #ffffff;
}
.cid-rgFFeQdanp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rfJ2ufJNuu {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-rfJ2ufJNuu .mbr-text,
.cid-rfJ2ufJNuu .mbr-section-btn {
  text-align: left;
  color: #f9f295;
}
.cid-rfJ2ufJNuu H1 {
  color: #ffffff;
}
.cid-rfJ2ufJNuu .mbr-text,
.cid-rfJ2ufJNuu .mbr-section-btn B {
  color: #ffffff;
}
.cid-rfJ65YPQk4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rfJ65YPQk4 h2 {
  text-align: center;
}
.cid-rfJ65YPQk4 h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
  position: relative;
}
.cid-rfJ65YPQk4 p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
}
.cid-rfJ65YPQk4 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rfJ65YPQk4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rfJ65YPQk4 .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rfJ65YPQk4 .mbr-section-title {
  color: #ffffff;
}
.cid-rfJ65YPQk4 P {
  text-align: center;
}
.cid-rfJ6dPhVlB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfJ6dPhVlB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rfJ6dPhVlB .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rfJ6dPhVlB .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rfJ6dPhVlB .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rfJ6dPhVlB .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rfJ6dPhVlB .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rfJ6dPhVlB .card {
  min-height: 300px;
}
.cid-rfJ6dPhVlB .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rfJ6dPhVlB .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rfJ6dPhVlB .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rfJ6dPhVlB .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rfJ6dPhVlB .mbr-section-title {
  color: #ffffff;
}
.cid-rfJ6dPhVlB P {
  text-align: left;
}
.cid-rfJmsRbr7T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfJmsRbr7T .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rfJmsRbr7T .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rfJmsRbr7T .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rfJmsRbr7T .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rfJmsRbr7T .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rfJmsRbr7T .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-rfJmsRbr7T .card {
  min-height: 300px;
}
.cid-rfJmsRbr7T .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-rfJmsRbr7T .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-rfJmsRbr7T .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rfJmsRbr7T .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rfJmsRbr7T .mbr-section-title {
  color: #ffffff;
}
.cid-rfJmtNRAsO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfJmtNRAsO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rfJmtNRAsO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rfJmtNRAsO .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rfJmtNRAsO .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rfJmtNRAsO .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rfJmtNRAsO .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ff7f9f;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rfJmtNRAsO .card {
  min-height: 300px;
}
.cid-rfJmtNRAsO .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rfJmtNRAsO .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rfJmtNRAsO .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rfJmtNRAsO .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rfJmtNRAsO .mbr-section-title {
  color: #ffffff;
}
.cid-rfTMiOOzPH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfTMiOOzPH h2 {
  text-align: center;
}
.cid-rfTMiOOzPH h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
  position: relative;
}
.cid-rfTMiOOzPH p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
}
.cid-rfTMiOOzPH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rfTMiOOzPH .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rfTMiOOzPH .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rfTMiOOzPH .mbr-section-title {
  color: #ffffff;
}
.cid-rfTMpeFf28 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfTMpeFf28 .counter-container {
  color: #767676;
}
.cid-rfTMpeFf28 .counter-container ul {
  margin-bottom: 0;
}
.cid-rfTMpeFf28 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rfTMpeFf28 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rfTMpeFf28 .mbr-text UL {
  color: #ffffff;
}
.cid-rfSXzap7X3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rfSXzap7X3 h2 {
  text-align: center;
}
.cid-rfSXzap7X3 h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
  position: relative;
}
.cid-rfSXzap7X3 p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
}
.cid-rfSXzap7X3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rfSXzap7X3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rfSXzap7X3 .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rfSXzap7X3 .mbr-section-title {
  color: #ffffff;
}
.cid-rfT4aHLgk9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rfT4aHLgk9 .counter-container {
  color: #767676;
}
.cid-rfT4aHLgk9 .counter-container ul {
  margin-bottom: 0;
}
.cid-rfT4aHLgk9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rfT4aHLgk9 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rfT4aHLgk9 .mbr-text UL {
  color: #ffffff;
}
.cid-rgFJpZcbBC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgFJpZcbBC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFJpZcbBC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFJpZcbBC .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFJpZcbBC .team-item .item-image img {
  width: 100%;
}
.cid-rgFJpZcbBC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFJpZcbBC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFJpZcbBC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFJpZcbBC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFJpZcbBC .team-item .item-caption {
  background: #efefef;
}
.cid-rgFKQtCzL6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFKQtCzL6 .counter-container {
  color: #767676;
}
.cid-rgFKQtCzL6 .counter-container ul {
  margin-bottom: 0;
}
.cid-rgFKQtCzL6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgFKQtCzL6 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgFKQtCzL6 .mbr-text UL {
  color: #ffffff;
}
.cid-rgFLydvx5u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFLydvx5u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFLydvx5u .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFLydvx5u .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFLydvx5u .team-item .item-image img {
  width: 100%;
}
.cid-rgFLydvx5u .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFLydvx5u .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFLydvx5u .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFLydvx5u .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFLydvx5u .team-item .item-caption {
  background: #efefef;
}
.cid-rgFMMbe0zp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFMMbe0zp .counter-container {
  color: #767676;
}
.cid-rgFMMbe0zp .counter-container ul {
  margin-bottom: 0;
}
.cid-rgFMMbe0zp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgFMMbe0zp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgFMMbe0zp .mbr-text UL {
  color: #ffffff;
}
.cid-rgFNwVZvHp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgFNwVZvHp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFNwVZvHp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFNwVZvHp .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFNwVZvHp .team-item .item-image img {
  width: 100%;
}
.cid-rgFNwVZvHp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFNwVZvHp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFNwVZvHp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFNwVZvHp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFNwVZvHp .team-item .item-caption {
  background: #efefef;
}
.cid-rgFOkVJsBs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgFOkVJsBs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFOkVJsBs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFOkVJsBs .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFOkVJsBs .team-item .item-image img {
  width: 100%;
}
.cid-rgFOkVJsBs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFOkVJsBs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFOkVJsBs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFOkVJsBs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFOkVJsBs .team-item .item-caption {
  background: #efefef;
}
.cid-rgFPmD2neT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFPmD2neT .counter-container {
  color: #767676;
}
.cid-rgFPmD2neT .counter-container ul {
  margin-bottom: 0;
}
.cid-rgFPmD2neT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgFPmD2neT .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgFPmD2neT .mbr-text UL {
  color: #ffffff;
}
.cid-rgFPCuJVsg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFPCuJVsg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFPCuJVsg .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFPCuJVsg .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFPCuJVsg .team-item .item-image img {
  width: 100%;
}
.cid-rgFPCuJVsg .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFPCuJVsg .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFPCuJVsg .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFPCuJVsg .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFPCuJVsg .team-item .item-caption {
  background: #efefef;
}
.cid-rgFQmyVL36 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgFQmyVL36 .counter-container {
  color: #767676;
}
.cid-rgFQmyVL36 .counter-container ul {
  margin-bottom: 0;
}
.cid-rgFQmyVL36 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgFQmyVL36 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgFQmyVL36 .mbr-text UL {
  color: #ffffff;
}
.cid-rgFQC82j1H {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgFQC82j1H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgFQC82j1H .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgFQC82j1H .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgFQC82j1H .team-item .item-image img {
  width: 100%;
}
.cid-rgFQC82j1H .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgFQC82j1H .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgFQC82j1H .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgFQC82j1H .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgFQC82j1H .team-item .item-caption {
  background: #232323;
}
.cid-rgFQC82j1H .item-role P {
  color: #ffffff;
}
.cid-rgIvZYphE4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgIvZYphE4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgIvZYphE4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgIvZYphE4 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgIvZYphE4 .team-item .item-image img {
  width: 100%;
}
.cid-rgIvZYphE4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgIvZYphE4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgIvZYphE4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgIvZYphE4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgIvZYphE4 .team-item .item-caption {
  background: #232323;
}
.cid-rgIvZYphE4 .item-role P {
  color: #ffffff;
}
.cid-rgIxj7suaq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgIxj7suaq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgIxj7suaq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgIxj7suaq .mbr-text {
    text-align: center;
  }
}
.cid-rgIyn74OGI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgIyn74OGI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgIyn74OGI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgIyn74OGI .mbr-text {
    text-align: center;
  }
}
.cid-rgIzMkaRl6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgIzMkaRl6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgIzMkaRl6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgIzMkaRl6 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgIzMkaRl6 .team-item .item-image img {
  width: 100%;
}
.cid-rgIzMkaRl6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgIzMkaRl6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgIzMkaRl6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgIzMkaRl6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgIzMkaRl6 .team-item .item-caption {
  background: #232323;
}
.cid-rgIzMkaRl6 .item-role P {
  color: #ffffff;
}
.cid-rgIAU48anW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgIAU48anW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgIAU48anW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgIAU48anW .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgIAU48anW .team-item .item-image img {
  width: 100%;
}
.cid-rgIAU48anW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgIAU48anW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgIAU48anW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgIAU48anW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgIAU48anW .team-item .item-caption {
  background: #232323;
}
.cid-rgIAU48anW .item-role P {
  color: #ffffff;
}
.cid-rgICrMu7Cp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgICrMu7Cp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgICrMu7Cp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgICrMu7Cp .mbr-text {
    text-align: center;
  }
}
.cid-rgIDr2zRbT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgIDr2zRbT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgIDr2zRbT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgIDr2zRbT .mbr-text {
    text-align: center;
  }
}
.cid-rgIEIZrbrx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgIEIZrbrx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgIEIZrbrx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgIEIZrbrx .mbr-text {
    text-align: center;
  }
}
.cid-rgIFQbRsPX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgIFQbRsPX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgIFQbRsPX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgIFQbRsPX .mbr-text {
    text-align: center;
  }
}
.cid-rgIGtbwtl7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgIGtbwtl7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgIGtbwtl7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgIGtbwtl7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgIGtbwtl7 .team-item .item-image img {
  width: 100%;
}
.cid-rgIGtbwtl7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgIGtbwtl7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgIGtbwtl7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgIGtbwtl7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgIGtbwtl7 .team-item .item-caption {
  background: #efefef;
}
.cid-rgIGtbwtl7 .item-role P {
  color: #ffffff;
}
.cid-rgIHF8GEau {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgIHF8GEau .counter-container {
  color: #767676;
}
.cid-rgIHF8GEau .counter-container ul {
  margin-bottom: 0;
}
.cid-rgIHF8GEau .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgIHF8GEau .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgIHF8GEau .mbr-text UL {
  color: #ffffff;
}
.cid-rgXwNSeFWx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgXwNSeFWx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgXwNSeFWx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgXwNSeFWx .mbr-text {
    text-align: center;
  }
}
.cid-rgIIS85CYx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgIIS85CYx .counter-container {
  color: #767676;
}
.cid-rgIIS85CYx .counter-container ul {
  margin-bottom: 0;
}
.cid-rgIIS85CYx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgIIS85CYx .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgIIS85CYx .mbr-text UL {
  color: #ffffff;
}
.cid-rgXviD5dSV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgXviD5dSV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgXviD5dSV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgXviD5dSV .mbr-text {
    text-align: center;
  }
}
.cid-rgIJEvFuH3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgIJEvFuH3 .counter-container {
  color: #767676;
}
.cid-rgIJEvFuH3 .counter-container ul {
  margin-bottom: 0;
}
.cid-rgIJEvFuH3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgIJEvFuH3 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgIJEvFuH3 .mbr-text UL {
  color: #ffffff;
}
.cid-rgIKljdiX9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgIKljdiX9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgIKljdiX9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgIKljdiX9 .mbr-text {
    text-align: center;
  }
}
.cid-rgILD8jMff {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgILD8jMff .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgILD8jMff .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgILD8jMff .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgILD8jMff .team-item .item-image img {
  width: 100%;
}
.cid-rgILD8jMff .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgILD8jMff .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgILD8jMff .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgILD8jMff .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgILD8jMff .team-item .item-caption {
  background: #efefef;
}
.cid-rgILD8jMff .item-role P {
  color: #ffffff;
}
.cid-rgILFkwjTL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgILFkwjTL .counter-container {
  color: #767676;
}
.cid-rgILFkwjTL .counter-container ul {
  margin-bottom: 0;
}
.cid-rgILFkwjTL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgILFkwjTL .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgILFkwjTL .mbr-text UL {
  color: #ffffff;
}
.cid-rgINS8tz71 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgINS8tz71 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgINS8tz71 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgINS8tz71 .mbr-text {
    text-align: center;
  }
}
.cid-rgJeSr5jja {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgJeSr5jja .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rgJeSr5jja .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rgJeSr5jja .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rgJeSr5jja .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rgJeSr5jja .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rgJeSr5jja .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rgJeSr5jja .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rgJeSr5jja .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rgJeSr5jja .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rgJeSr5jja .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rgJeSr5jja .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rgJeSr5jja .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rgJeSr5jja .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rgJeSr5jja .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rgJeSr5jja .media-container-row .mbr-text {
  text-align: center;
}
.cid-rgIQyFPQU3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgIQyFPQU3 .counter-container {
  color: #767676;
}
.cid-rgIQyFPQU3 .counter-container ul {
  margin-bottom: 0;
}
.cid-rgIQyFPQU3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rgIQyFPQU3 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rgIQyFPQU3 .mbr-text UL {
  color: #ffffff;
}
.cid-rAVzQ8hBIt {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rAVzQ8hBIt .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rAVzQ8hBIt .icon-block {
  margin-bottom: 10px;
}
.cid-rAVzQ8hBIt .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rAVzQ8hBIt .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rAVzQ8hBIt .mbr-text {
  color: #cccccc;
}
.cid-rAVzQ8hBIt textarea.form-control {
  min-height: 100px;
}
.cid-rAVzQ8hBIt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rAVzQ8hBIt .google-map {
  height: 25rem;
  position: relative;
}
.cid-rAVzQ8hBIt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rAVzQ8hBIt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rAVzQ8hBIt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rAVzQ8hBIt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rAVzQ8hBIt h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rAVzQ8hBIt .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rAVzQ8hBIt .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rAVzQ8hBIt .icon-block,
.cid-rAVzQ8hBIt .icon-block .icon-block__title {
  color: #efefef;
}
.cid-rAVzQ8hBIt H5 {
  text-align: center;
  color: #efefef;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rikOL5koia {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rglbfhVkiu {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rglbfhVkiu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglbfhVkiu .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglbfhVkiu .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglbfhVkiu .team-item .item-image img {
  width: 100%;
}
.cid-rglbfhVkiu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglbfhVkiu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglbfhVkiu .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglbfhVkiu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglbfhVkiu .team-item .item-caption {
  background: #efefef;
}
.cid-rglbfhVkiu H2 {
  color: #ffffff;
}
.cid-rgXBl9tyha {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgXBl9tyha .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rgXBl9tyha .section-text {
  padding: 2rem 0;
}
.cid-rgXBl9tyha .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rgXBl9tyha .inner-container {
    width: 100% !important;
  }
}
.cid-rgXDjzSc2F {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgXDjzSc2F .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgXDjzSc2F .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgXDjzSc2F .mbr-text {
    text-align: center;
  }
}
.cid-rgleWX9Qu2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgleWX9Qu2 .mbr-text,
.cid-rgleWX9Qu2 blockquote {
  color: #767676;
}
.cid-rgleWX9Qu2 .mbr-text DIV {
  color: #ffffff;
}
.cid-rgleWX9Qu2 .mbr-text {
  color: #ffffff;
}
.cid-rglgnRCD2B {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglgnRCD2B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglgnRCD2B .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglgnRCD2B .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglgnRCD2B .team-item .item-image img {
  width: 100%;
}
.cid-rglgnRCD2B .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglgnRCD2B .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglgnRCD2B .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglgnRCD2B .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglgnRCD2B .team-item .item-caption {
  background: #efefef;
}
.cid-rglgnRCD2B H2 {
  color: #ffffff;
}
.cid-rglhotCktt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rglhotCktt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglhotCktt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglhotCktt .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglhotCktt .team-item .item-image img {
  width: 100%;
}
.cid-rglhotCktt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglhotCktt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglhotCktt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglhotCktt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglhotCktt .team-item .item-caption {
  background: #efefef;
}
.cid-rgli2H76Pt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgli2H76Pt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgli2H76Pt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgli2H76Pt .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgli2H76Pt .team-item .item-image img {
  width: 100%;
}
.cid-rgli2H76Pt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgli2H76Pt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgli2H76Pt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgli2H76Pt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgli2H76Pt .team-item .item-caption {
  background: #232323;
}
.cid-rgli2H76Pt H2 {
  color: #ffffff;
}
.cid-rgli2H76Pt .item-role P {
  color: #ffffff;
}
.cid-rgljd58eKV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgljd58eKV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgljd58eKV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgljd58eKV .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgljd58eKV .team-item .item-image img {
  width: 100%;
}
.cid-rgljd58eKV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgljd58eKV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgljd58eKV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgljd58eKV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgljd58eKV .team-item .item-caption {
  background: #efefef;
}
.cid-rgljd58eKV H2 {
  color: #ffffff;
}
.cid-rglkNuY1x0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglkNuY1x0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglkNuY1x0 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglkNuY1x0 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglkNuY1x0 .team-item .item-image img {
  width: 100%;
}
.cid-rglkNuY1x0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglkNuY1x0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglkNuY1x0 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglkNuY1x0 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglkNuY1x0 .team-item .item-caption {
  background: #232323;
}
.cid-rglkNuY1x0 .item-role P {
  color: #ffffff;
}
.cid-rgln6hOXq9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgln6hOXq9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgln6hOXq9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgln6hOXq9 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgln6hOXq9 .team-item .item-image img {
  width: 100%;
}
.cid-rgln6hOXq9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgln6hOXq9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgln6hOXq9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgln6hOXq9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgln6hOXq9 .team-item .item-caption {
  background: #232323;
}
.cid-rgln6hOXq9 .item-role P {
  color: #ffffff;
}
.cid-rglqsIFBCs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglqsIFBCs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglqsIFBCs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglqsIFBCs .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglqsIFBCs .team-item .item-image img {
  width: 100%;
}
.cid-rglqsIFBCs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglqsIFBCs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglqsIFBCs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglqsIFBCs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglqsIFBCs .team-item .item-caption {
  background: #efefef;
}
.cid-rglrcAA0zj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglrcAA0zj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglrcAA0zj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglrcAA0zj .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglrcAA0zj .team-item .item-image img {
  width: 100%;
}
.cid-rglrcAA0zj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglrcAA0zj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglrcAA0zj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglrcAA0zj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglrcAA0zj .team-item .item-caption {
  background: #efefef;
}
.cid-rglrcAA0zj H2 {
  color: #ffffff;
}
.cid-rglsWPDok1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rglsWPDok1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglsWPDok1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglsWPDok1 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglsWPDok1 .team-item .item-image img {
  width: 100%;
}
.cid-rglsWPDok1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglsWPDok1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglsWPDok1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglsWPDok1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglsWPDok1 .team-item .item-caption {
  background: #efefef;
}
.cid-rglv0bxbNt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglv0bxbNt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglv0bxbNt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglv0bxbNt .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglv0bxbNt .team-item .item-image img {
  width: 100%;
}
.cid-rglv0bxbNt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglv0bxbNt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglv0bxbNt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglv0bxbNt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglv0bxbNt .team-item .item-caption {
  background: #232323;
}
.cid-rglv0bxbNt H2 {
  color: #ffffff;
}
.cid-rglv0bxbNt .item-role P {
  color: #ffffff;
}
.cid-rglxscRsny {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rglxscRsny .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglxscRsny .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglxscRsny .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglxscRsny .team-item .item-image img {
  width: 100%;
}
.cid-rglxscRsny .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglxscRsny .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglxscRsny .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglxscRsny .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglxscRsny .team-item .item-caption {
  background: #efefef;
}
.cid-rglEaEiVQV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rglEaEiVQV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rglEaEiVQV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rglEaEiVQV .mbr-text {
    text-align: center;
  }
}
.cid-rglzAswioS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglzAswioS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglzAswioS .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglzAswioS .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglzAswioS .team-item .item-image img {
  width: 100%;
}
.cid-rglzAswioS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglzAswioS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglzAswioS .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglzAswioS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglzAswioS .team-item .item-caption {
  background: #efefef;
}
.cid-rglzAswioS H2 {
  color: #ffffff;
}
.cid-rglCKokDiY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglCKokDiY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglCKokDiY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglCKokDiY .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglCKokDiY .team-item .item-image img {
  width: 100%;
}
.cid-rglCKokDiY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglCKokDiY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglCKokDiY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglCKokDiY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglCKokDiY .team-item .item-caption {
  background: #232323;
}
.cid-rglCKokDiY .item-role P {
  color: #ffffff;
}
.cid-rglG8DtKLp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rglG8DtKLp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglG8DtKLp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglG8DtKLp .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglG8DtKLp .team-item .item-image img {
  width: 100%;
}
.cid-rglG8DtKLp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglG8DtKLp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglG8DtKLp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglG8DtKLp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglG8DtKLp .team-item .item-caption {
  background: #efefef;
}
.cid-rglGQBIShy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rglGQBIShy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rglGQBIShy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rglGQBIShy .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rglGQBIShy .team-item .item-image img {
  width: 100%;
}
.cid-rglGQBIShy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rglGQBIShy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rglGQBIShy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rglGQBIShy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rglGQBIShy .team-item .item-caption {
  background: #efefef;
}
.cid-rgrNN8z3yi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgrNN8z3yi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgrNN8z3yi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgrNN8z3yi .mbr-text {
    text-align: center;
  }
}
.cid-rgrSgOy94j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgrSgOy94j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgrSgOy94j .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgrSgOy94j .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgrSgOy94j .team-item .item-image img {
  width: 100%;
}
.cid-rgrSgOy94j .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgrSgOy94j .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgrSgOy94j .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgrSgOy94j .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgrSgOy94j .team-item .item-caption {
  background: #232323;
}
.cid-rgrSgOy94j .item-role P {
  color: #ffffff;
}
.cid-rgrUOJvzzL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgrUOJvzzL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgrUOJvzzL .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgrUOJvzzL .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgrUOJvzzL .team-item .item-image img {
  width: 100%;
}
.cid-rgrUOJvzzL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgrUOJvzzL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgrUOJvzzL .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgrUOJvzzL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgrUOJvzzL .team-item .item-caption {
  background: #232323;
}
.cid-rgrUOJvzzL .item-role P {
  color: #ffffff;
}
.cid-rgrUPjzeGp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgrUPjzeGp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgrUPjzeGp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgrUPjzeGp .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgrUPjzeGp .team-item .item-image img {
  width: 100%;
}
.cid-rgrUPjzeGp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgrUPjzeGp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgrUPjzeGp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgrUPjzeGp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgrUPjzeGp .team-item .item-caption {
  background: #232323;
}
.cid-rgrUPjzeGp .item-role P {
  color: #ffffff;
}
.cid-rgrZOhQ93J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgrZOhQ93J .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgrZOhQ93J .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgrZOhQ93J .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgrZOhQ93J .team-item .item-image img {
  width: 100%;
}
.cid-rgrZOhQ93J .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgrZOhQ93J .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgrZOhQ93J .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgrZOhQ93J .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgrZOhQ93J .team-item .item-caption {
  background: #232323;
}
.cid-rgrZOhQ93J .item-role P {
  color: #ffffff;
}
.cid-rgs1Rw7VCk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgs1Rw7VCk .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rgs1Rw7VCk .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-rgs1Rw7VCk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rgs1Rw7VCk .inner-container {
    width: 100% !important;
  }
}
.cid-rgs1Rw7VCk .section-text DIV {
  color: #ffffff;
  text-align: center;
}
.cid-rgsmphLIbL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgsmphLIbL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgsmphLIbL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgsmphLIbL .mbr-text {
    text-align: center;
  }
}
.cid-rgsotN8P7S {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgsotN8P7S .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsotN8P7S .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsotN8P7S .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsotN8P7S .team-item .item-image img {
  width: 100%;
}
.cid-rgsotN8P7S .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsotN8P7S .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsotN8P7S .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsotN8P7S .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsotN8P7S .team-item .item-caption {
  background: #efefef;
}
.cid-rgsotN8P7S .item-role P {
  color: #ffffff;
}
.cid-rgsouO8UOX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgsouO8UOX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsouO8UOX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsouO8UOX .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsouO8UOX .team-item .item-image img {
  width: 100%;
}
.cid-rgsouO8UOX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsouO8UOX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsouO8UOX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsouO8UOX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsouO8UOX .team-item .item-caption {
  background: #efefef;
}
.cid-rgsouO8UOX .item-role P {
  color: #ffffff;
}
.cid-rgsovOTcgC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsovOTcgC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsovOTcgC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsovOTcgC .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsovOTcgC .team-item .item-image img {
  width: 100%;
}
.cid-rgsovOTcgC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsovOTcgC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsovOTcgC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsovOTcgC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsovOTcgC .team-item .item-caption {
  background: #efefef;
}
.cid-rgsovOTcgC .item-role P {
  color: #ffffff;
}
.cid-rgsrpuejUh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsrpuejUh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsrpuejUh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsrpuejUh .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsrpuejUh .team-item .item-image img {
  width: 100%;
}
.cid-rgsrpuejUh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsrpuejUh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsrpuejUh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsrpuejUh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsrpuejUh .team-item .item-caption {
  background: #efefef;
}
.cid-rgsrpuejUh .item-role P {
  color: #ffffff;
}
.cid-rgssZOgfwK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgssZOgfwK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgssZOgfwK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgssZOgfwK .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgssZOgfwK .team-item .item-image img {
  width: 100%;
}
.cid-rgssZOgfwK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgssZOgfwK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgssZOgfwK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgssZOgfwK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgssZOgfwK .team-item .item-caption {
  background: #efefef;
}
.cid-rgssZOgfwK .item-role P {
  color: #ffffff;
}
.cid-rgsui7eGqI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsui7eGqI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsui7eGqI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsui7eGqI .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsui7eGqI .team-item .item-image img {
  width: 100%;
}
.cid-rgsui7eGqI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsui7eGqI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsui7eGqI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsui7eGqI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsui7eGqI .team-item .item-caption {
  background: #efefef;
}
.cid-rgsui7eGqI .item-role P {
  color: #ffffff;
}
.cid-rgsujlYinA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsujlYinA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsujlYinA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsujlYinA .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsujlYinA .team-item .item-image img {
  width: 100%;
}
.cid-rgsujlYinA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsujlYinA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsujlYinA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsujlYinA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsujlYinA .team-item .item-caption {
  background: #232323;
}
.cid-rgsujlYinA .item-role P {
  color: #ffffff;
}
.cid-rgsNcSUvXb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsNcSUvXb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsNcSUvXb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsNcSUvXb .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsNcSUvXb .team-item .item-image img {
  width: 100%;
}
.cid-rgsNcSUvXb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsNcSUvXb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsNcSUvXb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsNcSUvXb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsNcSUvXb .team-item .item-caption {
  background: #efefef;
}
.cid-rgsNcSUvXb .item-role P {
  color: #ffffff;
}
.cid-rgsP9jA0iU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsP9jA0iU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsP9jA0iU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsP9jA0iU .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsP9jA0iU .team-item .item-image img {
  width: 100%;
}
.cid-rgsP9jA0iU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsP9jA0iU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsP9jA0iU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsP9jA0iU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsP9jA0iU .team-item .item-caption {
  background: #efefef;
}
.cid-rgsP9jA0iU .item-role P {
  color: #ffffff;
}
.cid-rgsP9jA0iU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rgsQGPYZZ5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsQGPYZZ5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsQGPYZZ5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsQGPYZZ5 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsQGPYZZ5 .team-item .item-image img {
  width: 100%;
}
.cid-rgsQGPYZZ5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsQGPYZZ5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsQGPYZZ5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsQGPYZZ5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsQGPYZZ5 .team-item .item-caption {
  background: #efefef;
}
.cid-rgsQGPYZZ5 .item-role P {
  color: #ffffff;
}
.cid-rgsQGPYZZ5 .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgsRmtS6nh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsRmtS6nh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsRmtS6nh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsRmtS6nh .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsRmtS6nh .team-item .item-image img {
  width: 100%;
}
.cid-rgsRmtS6nh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsRmtS6nh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsRmtS6nh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsRmtS6nh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsRmtS6nh .team-item .item-caption {
  background: #232323;
}
.cid-rgsRmtS6nh .item-role P {
  color: #ffffff;
}
.cid-rgsRmtS6nh .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rgsSKtOgA7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsSKtOgA7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsSKtOgA7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsSKtOgA7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsSKtOgA7 .team-item .item-image img {
  width: 100%;
}
.cid-rgsSKtOgA7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsSKtOgA7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsSKtOgA7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsSKtOgA7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsSKtOgA7 .team-item .item-caption {
  background: #efefef;
}
.cid-rgsSKtOgA7 .item-role P {
  color: #ffffff;
}
.cid-rgsSKtOgA7 .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgsTNOtqub {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsTNOtqub .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsTNOtqub .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsTNOtqub .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsTNOtqub .team-item .item-image img {
  width: 100%;
}
.cid-rgsTNOtqub .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsTNOtqub .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsTNOtqub .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsTNOtqub .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsTNOtqub .team-item .item-caption {
  background: #232323;
}
.cid-rgsTNOtqub .item-role P {
  color: #ffffff;
}
.cid-rgsTNOtqub .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgsUQeJ6AO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsUQeJ6AO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsUQeJ6AO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsUQeJ6AO .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsUQeJ6AO .team-item .item-image img {
  width: 100%;
}
.cid-rgsUQeJ6AO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsUQeJ6AO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsUQeJ6AO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsUQeJ6AO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsUQeJ6AO .team-item .item-caption {
  background: #232323;
}
.cid-rgsUQeJ6AO .item-role P {
  color: #ffffff;
}
.cid-rgsUQeJ6AO .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgsWXnoFnF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgsWXnoFnF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsWXnoFnF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsWXnoFnF .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsWXnoFnF .team-item .item-image img {
  width: 100%;
}
.cid-rgsWXnoFnF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsWXnoFnF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsWXnoFnF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsWXnoFnF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsWXnoFnF .team-item .item-caption {
  background: #efefef;
}
.cid-rgsWXnoFnF .item-role P {
  color: #ffffff;
}
.cid-rgsWXnoFnF .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgsY8LOiTX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgsY8LOiTX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgsY8LOiTX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgsY8LOiTX .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgsY8LOiTX .team-item .item-image img {
  width: 100%;
}
.cid-rgsY8LOiTX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgsY8LOiTX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgsY8LOiTX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgsY8LOiTX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgsY8LOiTX .team-item .item-caption {
  background: #efefef;
}
.cid-rgsY8LOiTX .item-role P {
  color: #ffffff;
}
.cid-rgsY8LOiTX .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgt0aTEl6V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgt0aTEl6V .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgt0aTEl6V .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgt0aTEl6V .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgt0aTEl6V .team-item .item-image img {
  width: 100%;
}
.cid-rgt0aTEl6V .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgt0aTEl6V .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgt0aTEl6V .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgt0aTEl6V .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgt0aTEl6V .team-item .item-caption {
  background: #efefef;
}
.cid-rgt0aTEl6V .item-role P {
  color: #ffffff;
}
.cid-rgt0aTEl6V .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgt0cTeF9n {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgt0cTeF9n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgt0cTeF9n .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgt0cTeF9n .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgt0cTeF9n .team-item .item-image img {
  width: 100%;
}
.cid-rgt0cTeF9n .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgt0cTeF9n .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgt0cTeF9n .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgt0cTeF9n .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgt0cTeF9n .team-item .item-caption {
  background: #efefef;
}
.cid-rgt0cTeF9n .item-role P {
  color: #ffffff;
}
.cid-rgt0cTeF9n .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgt0dmg7jN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgt0dmg7jN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgt0dmg7jN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgt0dmg7jN .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgt0dmg7jN .team-item .item-image img {
  width: 100%;
}
.cid-rgt0dmg7jN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgt0dmg7jN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgt0dmg7jN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgt0dmg7jN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgt0dmg7jN .team-item .item-caption {
  background: #efefef;
}
.cid-rgt0dmg7jN .item-role P {
  color: #ffffff;
}
.cid-rgt0dmg7jN .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgt0dMPvEL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgt0dMPvEL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgt0dMPvEL .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgt0dMPvEL .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgt0dMPvEL .team-item .item-image img {
  width: 100%;
}
.cid-rgt0dMPvEL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgt0dMPvEL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgt0dMPvEL .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgt0dMPvEL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgt0dMPvEL .team-item .item-caption {
  background: #232323;
}
.cid-rgt0dMPvEL .item-role P {
  color: #ffffff;
}
.cid-rgt0dMPvEL .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rgDelCKysX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgDelCKysX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgDelCKysX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgDelCKysX .mbr-text {
    text-align: center;
  }
}
.cid-rgDeFhOaD7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgDeFhOaD7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDeFhOaD7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDeFhOaD7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDeFhOaD7 .team-item .item-image img {
  width: 100%;
}
.cid-rgDeFhOaD7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDeFhOaD7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDeFhOaD7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDeFhOaD7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDeFhOaD7 .team-item .item-caption {
  background: #232323;
}
.cid-rgDeFhOaD7 .item-role P {
  color: #ffffff;
}
.cid-rgDk03q2UU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgDk03q2UU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDk03q2UU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDk03q2UU .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDk03q2UU .team-item .item-image img {
  width: 100%;
}
.cid-rgDk03q2UU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDk03q2UU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDk03q2UU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDk03q2UU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDk03q2UU .team-item .item-caption {
  background: #efefef;
}
.cid-rgDk03q2UU .item-role P {
  color: #ffffff;
}
.cid-rgDk1s5G67 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgDk1s5G67 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDk1s5G67 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDk1s5G67 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDk1s5G67 .team-item .item-image img {
  width: 100%;
}
.cid-rgDk1s5G67 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDk1s5G67 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDk1s5G67 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDk1s5G67 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDk1s5G67 .team-item .item-caption {
  background: #efefef;
}
.cid-rgDk1s5G67 .item-role P {
  color: #ffffff;
}
.cid-rgDk2TIHip {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgDk2TIHip .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDk2TIHip .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDk2TIHip .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDk2TIHip .team-item .item-image img {
  width: 100%;
}
.cid-rgDk2TIHip .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDk2TIHip .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDk2TIHip .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDk2TIHip .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDk2TIHip .team-item .item-caption {
  background: #efefef;
}
.cid-rgDk2TIHip .item-role P {
  color: #ffffff;
}
.cid-rgDzATffZf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgDzATffZf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDzATffZf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDzATffZf .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDzATffZf .team-item .item-image img {
  width: 100%;
}
.cid-rgDzATffZf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDzATffZf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDzATffZf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDzATffZf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDzATffZf .team-item .item-caption {
  background: #efefef;
}
.cid-rgDzATffZf .item-role P {
  color: #ffffff;
}
.cid-rgDALUkVjm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgDALUkVjm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDALUkVjm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDALUkVjm .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDALUkVjm .team-item .item-image img {
  width: 100%;
}
.cid-rgDALUkVjm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDALUkVjm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDALUkVjm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDALUkVjm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDALUkVjm .team-item .item-caption {
  background: #232323;
}
.cid-rgDALUkVjm .item-role P {
  color: #ffffff;
}
.cid-rgDBIE1XCv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgDBIE1XCv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDBIE1XCv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDBIE1XCv .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDBIE1XCv .team-item .item-image img {
  width: 100%;
}
.cid-rgDBIE1XCv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDBIE1XCv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDBIE1XCv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDBIE1XCv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDBIE1XCv .team-item .item-caption {
  background: #232323;
}
.cid-rgDBIE1XCv .item-role P {
  color: #ffffff;
}
.cid-rgDCbSckQA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgDCbSckQA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDCbSckQA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDCbSckQA .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDCbSckQA .team-item .item-image img {
  width: 100%;
}
.cid-rgDCbSckQA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDCbSckQA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDCbSckQA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDCbSckQA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDCbSckQA .team-item .item-caption {
  background: #232323;
}
.cid-rgDCbSckQA .item-role P {
  color: #ffffff;
}
.cid-rgDEpSrwln {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgDEpSrwln .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDEpSrwln .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDEpSrwln .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDEpSrwln .team-item .item-image img {
  width: 100%;
}
.cid-rgDEpSrwln .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDEpSrwln .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDEpSrwln .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDEpSrwln .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDEpSrwln .team-item .item-caption {
  background: #232323;
}
.cid-rgDEpSrwln .item-role P {
  color: #ffffff;
}
.cid-rgDEqBcdEr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgDEqBcdEr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgDEqBcdEr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgDEqBcdEr .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgDEqBcdEr .team-item .item-image img {
  width: 100%;
}
.cid-rgDEqBcdEr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgDEqBcdEr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgDEqBcdEr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgDEqBcdEr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgDEqBcdEr .team-item .item-caption {
  background: #232323;
}
.cid-rgDEqBcdEr .item-role P {
  color: #ffffff;
}
.cid-rgDPWcQuzy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rghOI7jfPP {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rghRCqiIsm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rghRCqiIsm .mbr-section-subtitle {
  color: #767676;
}
.cid-rghRCqiIsm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rghRCqiIsm .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rghRCqiIsm .team-item .item-image img {
  width: 100%;
}
.cid-rghRCqiIsm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rghRCqiIsm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rghRCqiIsm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rghRCqiIsm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rghRCqiIsm .team-item .item-caption {
  background: #232323;
}
.cid-rghRCqiIsm H2 {
  color: #ffffff;
}
.cid-rghRCqiIsm .item-name {
  color: #ffffff;
}
.cid-rghSBaiMJn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rghSBaiMJn .mbr-section-subtitle {
  color: #767676;
}
.cid-rghSBaiMJn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rghSBaiMJn .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rghSBaiMJn .team-item .item-image img {
  width: 100%;
}
.cid-rghSBaiMJn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rghSBaiMJn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rghSBaiMJn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rghSBaiMJn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rghSBaiMJn .team-item .item-caption {
  background: #232323;
}
.cid-rghSBaiMJn .item-name {
  color: #ffffff;
}
.cid-rghUZcwzou {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rghUZcwzou .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rghUZcwzou .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rghUZcwzou .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rghUZcwzou .team-item .item-image img {
  width: 100%;
}
.cid-rghUZcwzou .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rghUZcwzou .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rghUZcwzou .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rghUZcwzou .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rghUZcwzou .team-item .item-caption {
  background: #efefef;
}
.cid-rghUZcwzou H2 {
  color: #ffffff;
}
.cid-rgi1h8F7b8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgi1h8F7b8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rgi1h8F7b8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgi1h8F7b8 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgi1h8F7b8 .team-item .item-image img {
  width: 100%;
}
.cid-rgi1h8F7b8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgi1h8F7b8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgi1h8F7b8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgi1h8F7b8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgi1h8F7b8 .team-item .item-caption {
  background: #efefef;
}
.cid-rgi1h8F7b8 .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-rgi2TQ3lKf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgi2TQ3lKf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgi2TQ3lKf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgi2TQ3lKf .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgi2TQ3lKf .team-item .item-image img {
  width: 100%;
}
.cid-rgi2TQ3lKf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgi2TQ3lKf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgi2TQ3lKf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgi2TQ3lKf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgi2TQ3lKf .team-item .item-caption {
  background: #efefef;
}
.cid-rgi9BcQqDo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rgi9BcQqDo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rgi9BcQqDo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rgi9BcQqDo .mbr-text {
    text-align: center;
  }
}
.cid-rgibSVoPpj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgibSVoPpj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgibSVoPpj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgibSVoPpj .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgibSVoPpj .team-item .item-image img {
  width: 100%;
}
.cid-rgibSVoPpj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgibSVoPpj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgibSVoPpj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgibSVoPpj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgibSVoPpj .team-item .item-caption {
  background: #efefef;
}
.cid-rgiegtNeOl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgiegtNeOl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgiegtNeOl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgiegtNeOl .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgiegtNeOl .team-item .item-image img {
  width: 100%;
}
.cid-rgiegtNeOl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgiegtNeOl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgiegtNeOl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgiegtNeOl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgiegtNeOl .team-item .item-caption {
  background: #efefef;
}
.cid-rgiegtNeOl H2 {
  color: #ffffff;
}
.cid-rgiejnWoj9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgiejnWoj9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rgiejnWoj9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgiejnWoj9 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgiejnWoj9 .team-item .item-image img {
  width: 100%;
}
.cid-rgiejnWoj9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgiejnWoj9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgiejnWoj9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgiejnWoj9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgiejnWoj9 .team-item .item-caption {
  background: #efefef;
}
.cid-rgihKdWJ6e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgihKdWJ6e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgihKdWJ6e .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgihKdWJ6e .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgihKdWJ6e .team-item .item-image img {
  width: 100%;
}
.cid-rgihKdWJ6e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgihKdWJ6e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgihKdWJ6e .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgihKdWJ6e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgihKdWJ6e .team-item .item-caption {
  background: #efefef;
}
.cid-rgiiJiPfGM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgiiJiPfGM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgiiJiPfGM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgiiJiPfGM .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgiiJiPfGM .team-item .item-image img {
  width: 100%;
}
.cid-rgiiJiPfGM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgiiJiPfGM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgiiJiPfGM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgiiJiPfGM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgiiJiPfGM .team-item .item-caption {
  background: #efefef;
}
.cid-rgikhrMUCS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgikhrMUCS .mbr-section-subtitle {
  color: #767676;
}
.cid-rgikhrMUCS .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgikhrMUCS .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgikhrMUCS .team-item .item-image img {
  width: 100%;
}
.cid-rgikhrMUCS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgikhrMUCS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgikhrMUCS .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgikhrMUCS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgikhrMUCS .team-item .item-caption {
  background: #efefef;
}
.cid-rginxU46NG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
@media (min-width: 992px) {
  .cid-rginxU46NG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rginxU46NG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rginxU46NG .mbr-text {
    text-align: center;
  }
}
.cid-rginxU46NG .mbr-text,
.cid-rginxU46NG .mbr-section-btn {
  text-align: left;
}
.cid-rgiobTMv4e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgiobTMv4e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgiobTMv4e .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgiobTMv4e .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgiobTMv4e .team-item .item-image img {
  width: 100%;
}
.cid-rgiobTMv4e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgiobTMv4e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgiobTMv4e .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgiobTMv4e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgiobTMv4e .team-item .item-caption {
  background: #efefef;
}
.cid-rgiobTMv4e H2 {
  color: #ffffff;
}
.cid-rgipp9IH8j {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgipp9IH8j .mbr-section-subtitle {
  color: #767676;
}
.cid-rgipp9IH8j .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgipp9IH8j .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgipp9IH8j .team-item .item-image img {
  width: 100%;
}
.cid-rgipp9IH8j .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgipp9IH8j .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgipp9IH8j .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgipp9IH8j .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgipp9IH8j .team-item .item-caption {
  background: #efefef;
}
.cid-rgipYqydro {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgipYqydro .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgipYqydro .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgipYqydro .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgipYqydro .team-item .item-image img {
  width: 100%;
}
.cid-rgipYqydro .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgipYqydro .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgipYqydro .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgipYqydro .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgipYqydro .team-item .item-caption {
  background: #efefef;
}
.cid-rgipYqydro H2 {
  color: #ffffff;
}
.cid-rgiqHQTOTd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rgiqHQTOTd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rgiqHQTOTd .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgiqHQTOTd .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgiqHQTOTd .team-item .item-image img {
  width: 100%;
}
.cid-rgiqHQTOTd .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgiqHQTOTd .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgiqHQTOTd .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgiqHQTOTd .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgiqHQTOTd .team-item .item-caption {
  background: #efefef;
}
.cid-rgiqHQTOTd H2 {
  color: #ffffff;
}
.cid-rgirVk5HYW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rgirVk5HYW .mbr-section-subtitle {
  color: #767676;
}
.cid-rgirVk5HYW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rgirVk5HYW .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rgirVk5HYW .team-item .item-image img {
  width: 100%;
}
.cid-rgirVk5HYW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rgirVk5HYW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rgirVk5HYW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rgirVk5HYW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rgirVk5HYW .team-item .item-caption {
  background: #efefef;
}
.cid-rglakEndTO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rghjC8utGm {
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #465052);
}
@media (min-width: 992px) {
  .cid-rghjC8utGm .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rghjC8utGm .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rghjC8utGm .mbr-section-title {
  text-align: center;
}
.cid-rghlE0RIKV {
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #465052);
}
@media (min-width: 992px) {
  .cid-rghlE0RIKV .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rghlE0RIKV .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rghlEEEzys {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #465052);
}
@media (min-width: 992px) {
  .cid-rghlEEEzys .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rghlEEEzys .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rghlEEEzys .mbr-text,
.cid-rghlEEEzys .mbr-section-btn {
  text-align: center;
}
.cid-rghlFWJ1Wv {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #465052);
}
@media (min-width: 992px) {
  .cid-rghlFWJ1Wv .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rghlFWJ1Wv .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rghlGh23mA {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #465052);
}
@media (min-width: 992px) {
  .cid-rghlGh23mA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rghlGh23mA .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rglaKHhfv8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rglaF0pr92 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uc4YbNBGfe {
  background: linear-gradient(45deg, #55b4d4, #073b4c);
}
