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: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !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;
}
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*/
.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;
}
@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;
}
/* Headers*/
@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: #149dcc !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-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uhQBKWmRYg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc08241-2000x1333.jpg");
}
.cid-uhQBKWmRYg .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uhQBKWmRYg .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uhQBKWmRYg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uhQBKWmRYg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uhQBKWmRYg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uhQBKWmRYg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uhQBKWmRYg a.close:hover {
  color: #ffffff;
}
.cid-v3WkXJSH5T.popup-builder {
  background-color: #ffffff;
}
.cid-v3WkXJSH5T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3WkXJSH5T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3WkXJSH5T .modal-content,
.cid-v3WkXJSH5T .modal-dialog {
  height: auto;
}
.cid-v3WkXJSH5T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3WkXJSH5T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3WkXJSH5T .form-wrapper .mbr-form .form-group,
  .cid-v3WkXJSH5T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3WkXJSH5T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3WkXJSH5T .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3WkXJSH5T .mbr-text {
  text-align: center;
}
.cid-v3WkXJSH5T .pt-0 {
  padding-top: 0 !important;
}
.cid-v3WkXJSH5T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3WkXJSH5T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3WkXJSH5T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3WkXJSH5T .modal-open {
  overflow: hidden;
}
.cid-v3WkXJSH5T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3WkXJSH5T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3WkXJSH5T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3WkXJSH5T .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3WkXJSH5T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3WkXJSH5T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3WkXJSH5T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3WkXJSH5T .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3WkXJSH5T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3WkXJSH5T .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3WkXJSH5T .modal-backdrop.show {
  opacity: .5;
}
.cid-v3WkXJSH5T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v3WkXJSH5T .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3WkXJSH5T .modal-header .close:hover {
  opacity: 1;
}
.cid-v3WkXJSH5T .modal-header .close:focus {
  outline: none;
}
.cid-v3WkXJSH5T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3WkXJSH5T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v3WkXJSH5T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v3WkXJSH5T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3WkXJSH5T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3WkXJSH5T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3WkXJSH5T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3WkXJSH5T .modal-sm {
    max-width: 300px;
  }
  .cid-v3WkXJSH5T .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v3WkXJSH5T .modal-lg,
  .cid-v3WkXJSH5T .modal-xl {
    max-width: 800px;
  }
  .cid-v3WkXJSH5T .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v3WkXJSH5T .modal-xl {
    max-width: 1140px;
  }
  .cid-v3WkXJSH5T .container {
    max-width: 1140px;
  }
}
.cid-v3WkXJSH5T .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v3WkXJSH5T .container {
    max-width: 720px;
  }
}
.cid-v3WkXJSH5T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3WkXJSH5T .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3WkXJSH5T .form-group {
  margin-bottom: 1rem;
}
.cid-v3WkXJSH5T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3WkXJSH5T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3WkXJSH5T .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhQBUd308r {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhQBUd308r .counter-container {
  color: #767676;
}
.cid-uhQBUd308r .counter-container ul {
  margin-bottom: 0;
}
.cid-uhQBUd308r .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uhQBUd308r .counter-container ul li:before {
  position: absolute;
  left: -56px;
  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: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uhQCjSCPEE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhQCjSCPEE .counter-container {
  color: #767676;
}
.cid-uhQCjSCPEE .counter-container ul {
  margin-bottom: 0;
}
.cid-uhQCjSCPEE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uhQCjSCPEE .counter-container ul li:before {
  position: absolute;
  left: -56px;
  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: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uhQBWr1dGp {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhQBWr1dGp .mbr-section-btn > * {
  margin: 0;
}
.cid-uhQBWr1dGp h4 {
  font-weight: 500;
}
.cid-uhQBWr1dGp p {
  color: #232323;
}
.cid-uhQBWr1dGp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhQBWr1dGp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQBWr1dGp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQBWr1dGp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQBWr1dGp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQBWr1dGp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQBWr1dGp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQBWr1dGp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhQBWr1dGp .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQBWr1dGp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhQBXoJiCF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhQBXoJiCF .mbr-section-btn > * {
  margin: 0;
}
.cid-uhQBXoJiCF h4 {
  font-weight: 500;
}
.cid-uhQBXoJiCF p {
  color: #232323;
}
.cid-uhQBXoJiCF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhQBXoJiCF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQBXoJiCF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQBXoJiCF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQBXoJiCF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQBXoJiCF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQBXoJiCF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uhQBXoJiCF .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uhQBXoJiCF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uhQBXoJiCF .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uhQBXoJiCF .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQBXoJiCF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhQBYgQ7c8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhQBYgQ7c8 .mbr-section-btn > * {
  margin: 0;
}
.cid-uhQBYgQ7c8 h4 {
  font-weight: 500;
}
.cid-uhQBYgQ7c8 p {
  color: #232323;
}
.cid-uhQBYgQ7c8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhQBYgQ7c8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQBYgQ7c8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQBYgQ7c8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQBYgQ7c8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQBYgQ7c8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQBYgQ7c8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQBYgQ7c8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhQBYgQ7c8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQBYgQ7c8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhQBZexRiW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhQBZexRiW .mbr-section-btn > * {
  margin: 0;
}
.cid-uhQBZexRiW h4 {
  font-weight: 500;
}
.cid-uhQBZexRiW p {
  color: #232323;
}
.cid-uhQBZexRiW .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhQBZexRiW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQBZexRiW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQBZexRiW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQBZexRiW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQBZexRiW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQBZexRiW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uhQBZexRiW .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uhQBZexRiW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uhQBZexRiW .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uhQBZexRiW .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQBZexRiW .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhQC0Z8nIG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhQC0Z8nIG .mbr-section-btn > * {
  margin: 0;
}
.cid-uhQC0Z8nIG h4 {
  font-weight: 500;
}
.cid-uhQC0Z8nIG p {
  color: #232323;
}
.cid-uhQC0Z8nIG .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhQC0Z8nIG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQC0Z8nIG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQC0Z8nIG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQC0Z8nIG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQC0Z8nIG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQC0Z8nIG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQC0Z8nIG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhQC0Z8nIG .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQC0Z8nIG .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhQC1XK0dT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhQC1XK0dT .mbr-section-btn > * {
  margin: 0;
}
.cid-uhQC1XK0dT h4 {
  font-weight: 500;
}
.cid-uhQC1XK0dT p {
  color: #232323;
}
.cid-uhQC1XK0dT .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhQC1XK0dT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQC1XK0dT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQC1XK0dT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQC1XK0dT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQC1XK0dT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQC1XK0dT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uhQC1XK0dT .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uhQC1XK0dT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uhQC1XK0dT .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uhQC1XK0dT .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQC1XK0dT .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhQC3tMYe1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhQC3tMYe1 .mbr-section-btn > * {
  margin: 0;
}
.cid-uhQC3tMYe1 h4 {
  font-weight: 500;
}
.cid-uhQC3tMYe1 p {
  color: #232323;
}
.cid-uhQC3tMYe1 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhQC3tMYe1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQC3tMYe1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQC3tMYe1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQC3tMYe1 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQC3tMYe1 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQC3tMYe1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQC3tMYe1 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhQC3tMYe1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQC3tMYe1 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-r83MJGhIC8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-r83MJGhIC8 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-r83MJGhIC8 .mbr-author-name {
  font-weight: bold;
}
.cid-r83MJGhIC8 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-r85cCA2Np0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r9228TsWl7 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-2694-2000x1500.jpeg");
}
.cid-r9228TsWl7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r9228TsWl7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9228TsWl7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9228TsWl7 .mbr-text {
    text-align: center;
  }
}
.cid-uhQeXpFaWj {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhQeXpFaWj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQeXpFaWj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uhQeXpFaWj .mbr-text {
  color: #767676;
}
.cid-uhQeYcYyX8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r7LYISZRmL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r7LYISZRmL .card-box {
  padding: 0 2rem;
}
.cid-r7LYISZRmL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-r7LYISZRmL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-r7LYISZRmL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-r7LYISZRmL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-r7LYISZRmL .mbr-text {
  color: #767676;
}
.cid-r7LYISZRmL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r7LYISZRmL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-r83O93P00p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-r83O93P00p .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-r83O93P00p .mbr-author-name {
  font-weight: bold;
}
.cid-r83O93P00p .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-r7NzIlE97f {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bildschirmfoto-2019-09-14-um-16.48.18-2000x1094.png");
}
@media (min-width: 992px) {
  .cid-r7NzIlE97f .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7NzIlE97f .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7NzIlE97f .mbr-text {
    text-align: center;
  }
}
.cid-uhQ63c8usr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhQ63c8usr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQ63c8usr .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uhQ63c8usr .mbr-text {
  color: #767676;
}
.cid-uhQ69b6nNJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r7NGC7mF8I {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r7NGC7mF8I .card-img {
  background-color: #fff;
}
.cid-r7NGC7mF8I .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-r7NGC7mF8I h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r7NGC7mF8I p {
  text-align: left;
}
.cid-r7NGC7mF8I .mbr-text {
  color: #767676;
}
.cid-r7NGC7mF8I .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r7NGC7mF8I .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-r7NGC7mF8I .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-r83NOvPm3D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-r83NOvPm3D .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-r83NOvPm3D .mbr-author-name {
  font-weight: bold;
}
.cid-r83NOvPm3D .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-r7NQy3XQl3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dsc08272-2000x1333.jpg");
}
.cid-r7NQy3XQl3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r7NQy3XQl3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7NQy3XQl3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7NQy3XQl3 .mbr-text {
    text-align: center;
  }
}
.cid-r7NQy501hK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r7NQy501hK .counter-container {
  color: #767676;
}
.cid-r7NQy501hK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-r7NQy501hK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-r7NQy501hK .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-r7NQy501hK .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-r7NQy5ftB0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r7NQy5ftB0 .card-img {
  background-color: #fff;
}
.cid-r7NQy5ftB0 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-r7NQy5ftB0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r7NQy5ftB0 p {
  text-align: left;
}
.cid-r7NQy5ftB0 .mbr-text {
  color: #767676;
}
.cid-r7NQy5ftB0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r7NQy5ftB0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-r7NQy5ftB0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uhRhaTSuGl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r83OxqULjX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-r83OxqULjX .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-r83OxqULjX .mbr-author-name {
  font-weight: bold;
}
.cid-r83OxqULjX .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-r7O7rtSir9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dsc08095-2000x1333.jpg");
}
.cid-r7O7rtSir9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r7O7rtSir9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7O7rtSir9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7O7rtSir9 .mbr-text {
    text-align: center;
  }
}
.cid-uuKzsV3M3g {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuKzsV3M3g .mbr-section-subtitle {
  color: #767676;
}
.cid-uuKwJEM7jN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuKwJEM7jN .card-box {
  padding: 0 2rem;
}
.cid-uuKwJEM7jN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uuKwJEM7jN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uuKwJEM7jN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uuKwJEM7jN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uuKwJEM7jN .mbr-text {
  color: #767676;
}
.cid-uuKwJEM7jN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uuKwJEM7jN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uuLpSkuEcA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuLpSkuEcA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uuLpSkuEcA p {
  color: #767676;
  text-align: left;
}
.cid-uuLpSkuEcA .card-box {
  padding-top: 2rem;
}
.cid-uuLpSkuEcA .card-wrapper {
  height: 100%;
}
.cid-uuLqLNNlOM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuLqLNNlOM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uuLqLNNlOM p {
  color: #767676;
  text-align: left;
}
.cid-uuLqLNNlOM .card-box {
  padding-top: 2rem;
}
.cid-uuLqLNNlOM .card-wrapper {
  height: 100%;
}
.cid-uuLpLWm0P0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuLpLWm0P0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uuLpLWm0P0 p {
  color: #767676;
  text-align: left;
}
.cid-uuLpLWm0P0 .card-box {
  padding-top: 2rem;
}
.cid-uuLpLWm0P0 .card-wrapper {
  height: 100%;
}
.cid-u2mwo63Hd7 {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #efefef;
}
.cid-u2mwo63Hd7 p {
  color: #767676;
}
.cid-u2mwo63Hd7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u2mwo63Hd7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u2mwo63Hd7 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-u2mwo63Hd7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u2mwo63Hd7 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-u2mwo63Hd7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQWkuLHdfB {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #d0d5d7;
}
.cid-rQWkuLHdfB .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQWkuLHdfB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rQWkuLHdfB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rQWkuLHdfB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQWkuLHdfB .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rQWkuLHdfB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQWkuLHdfB .card .panel-body {
  color: #767676;
}
.cid-u51ZXGtfIl {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #d0d5d7;
}
.cid-u51ZXGtfIl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u51ZXGtfIl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u51ZXGtfIl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u51ZXGtfIl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u51ZXGtfIl .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-u51ZXGtfIl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-u51ZXGtfIl .card .panel-body {
  color: #767676;
}
.cid-r83JxRVapH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r83JxRVapH .mbr-text,
.cid-r83JxRVapH blockquote {
  color: #767676;
}
.cid-uhRlbBTmdo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uuKPLadDx6 {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
  background-color: #d0d5d7;
}
.cid-uuKPLadDx6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uuKPLadDx6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uuKPLadDx6 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuKPLadDx6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuKPLadDx6 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uuKPLadDx6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uuKPLadDx6 .card .panel-body {
  color: #767676;
}
.cid-uuKRnxWhzo {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #d0d5d7;
}
.cid-uuKRnxWhzo .mbr-section-subtitle {
  color: #767676;
}
.cid-uuKRnxWhzo .btn {
  margin: 0 0 .5rem 0;
}
.cid-uuGkfO1rc8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-uuGkfO1rc8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uuGkfO1rc8 .container-table {
  margin: 0 auto;
}
.cid-uuGkfO1rc8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uuGkfO1rc8 .dataTables_wrapper {
  display: block;
}
.cid-uuGkfO1rc8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uuGkfO1rc8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uuGkfO1rc8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-uuGkfO1rc8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uuGkfO1rc8 table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-uuGkfO1rc8 table td {
  border-top: 1px solid #0f7699;
}
.cid-uuGkfO1rc8 table.table {
  background: #e7e4c5;
}
.cid-uuGkfO1rc8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uuGkfO1rc8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uuGkfO1rc8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uuGkfO1rc8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uuGkfO1rc8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uuGkfO1rc8 .dataTables_filter {
    text-align: center;
  }
  .cid-uuGkfO1rc8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-r83LiKi9XU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-r83LiKi9XU .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-r83LiKi9XU .mbr-author-name {
  font-weight: bold;
}
.cid-r83LiKi9XU .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-r85lTgJtGH {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r85lTgJtGH .mbr-text,
.cid-r85lTgJtGH blockquote {
  color: #767676;
}
.cid-r85lTgVqwH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-r85lTgVqwH .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-r85lTgVqwH .mbr-author-name {
  font-weight: bold;
}
.cid-r85lTgVqwH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-r85pi4vQdq {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r85pi4vQdq .mbr-text,
.cid-r85pi4vQdq blockquote {
  color: #767676;
}
.cid-r85pi4SBQJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-r85pi4SBQJ .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-r85pi4SBQJ .mbr-author-name {
  font-weight: bold;
}
.cid-r85pi4SBQJ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rE1HIM8bGq {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pna-produktion1-2000x750.jpeg");
}
.cid-rE6U12hrcj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rE6U12hrcj .card-box {
  padding: 0 2rem;
}
.cid-rE6U12hrcj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rE6U12hrcj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rE6U12hrcj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rE6U12hrcj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rE6U12hrcj .mbr-text {
  color: #767676;
}
.cid-rE6U12hrcj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rE6U12hrcj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rE6WmhMlOc {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rE6WmhMlOc .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rE6WmhMlOc .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rE6WmhMlOc .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rE6WmhMlOc .separline {
  position: relative;
}
.cid-rE6WmhMlOc .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rE6WmhMlOc .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rE6WmhMlOc .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rE6WmhMlOc .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rE6WmhMlOc .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rE6ZEa5xQE {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rE6ZEa5xQE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rE6ZEa5xQE .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rE6ZEa5xQE .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rE6ZEa5xQE .cards-block {
    border-top: 2px solid #c1c1c1;
  }
}
.cid-rE6ZEa5xQE .cards-block .card {
  border-bottom: 2px solid #c1c1c1;
  border-radius: 0;
}
.cid-rE6ZEa5xQE .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rE6ZEa5xQE .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rE6ZEa5xQE .media-block {
    padding-left: 2rem;
  }
}
.cid-rE6ZEa5xQE .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rE6ZEa5xQE .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rE6ZEa5xQE .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rE6ZEa5xQE .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-rE6ZEa5xQE .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-rE6ZEa5xQE .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rE73PJqO3p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rE73PJqO3p h2 {
  text-align: left;
}
.cid-rE73PJqO3p h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rE73PJqO3p p {
  color: #767676;
  text-align: left;
}
.cid-rE73PJqO3p .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rE73PJqO3p .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE73PJqO3p .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE73PJqO3p .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE73PJqO3p .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE73PJqO3p .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE73PJqO3p .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE73PJqO3p .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE73PJqO3p .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE76ZFAZBz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rE76ZFAZBz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rE76ZFAZBz .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE76ZFAZBz .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rE76ZFAZBz .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rE76ZFAZBz .mbr-text {
  color: #767676;
}
.cid-rE76aiQc6T {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rE76aiQc6T .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE76aiQc6T .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rE76aiQc6T .mbr-text {
  color: #767676;
}
.cid-rE79ojPsTa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rE79ojPsTa .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rE79ojPsTa .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE79ojPsTa .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rE79ojPsTa .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rE79ojPsTa .mbr-text {
  color: #767676;
}
.cid-rE79piHDN7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rE79piHDN7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE79piHDN7 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rE79piHDN7 .mbr-text {
  color: #767676;
}
.cid-rE7ef5xPbq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rE7ef5xPbq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rE7ef5xPbq .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7ef5xPbq .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rE7ef5xPbq .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rE7ef5xPbq .mbr-text {
  color: #767676;
}
.cid-rE7hJQmQJl {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rE7hJQmQJl .mbr-section-subtitle {
  color: #767676;
}
.cid-rE7hJQmQJl .btn {
  margin: 0 0 .5rem 0;
}
.cid-rE7iT659RX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rE7iT659RX .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rE7iT659RX .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7iT659RX .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rE7iT659RX .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rE7iT659RX .mbr-text {
  color: #767676;
}
.cid-rE7iUsHUKQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rE7iUsHUKQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7iUsHUKQ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rE7iUsHUKQ .mbr-text {
  color: #767676;
}
.cid-rE7q1I7GIo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rE7q1I7GIo h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rE7q1I7GIo p {
  color: #767676;
}
.cid-rE7q1I7GIo .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #efefef;
  position: relative;
  justify-content: unset;
}
.cid-rE7q1I7GIo .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-rE7q1I7GIo .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rE7q1I7GIo .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rE7q1I7GIo .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rE7q1I7GIo .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rE1MaXwxBH {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rE1MaXwxBH .mbr-section-subtitle {
  color: #767676;
}
.cid-rE1MaXwxBH .btn {
  margin: 0 0 .5rem 0;
}
.cid-rE1KvN4cZJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rE1KvN4cZJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rE1KvN4cZJ p {
  color: #767676;
  margin: 0;
}
.cid-rE1KvN4cZJ .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rE1KvN4cZJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rE1KvN4cZJ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rE1KvN4cZJ .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rE1KvN4cZJ .border_wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rE1KvN4cZJ .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rE1KvN4cZJ .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rE1KvN4cZJ .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rE1KvN4cZJ .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rE1KvN4cZJ .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rE1KvN4cZJ p.col-right {
    padding-top: 1rem;
  }
}
.cid-rE2m05dRBF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rE2m05dRBF .mbr-text,
.cid-rE2m05dRBF blockquote {
  color: #767676;
}
.cid-rE2kUdbG0A {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rE2kUdbG0A .image-block {
  margin: auto;
}
.cid-rE2kUdbG0A figcaption {
  position: relative;
}
.cid-rE2kUdbG0A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rE2kUdbG0A .image-block {
    width: 100% !important;
  }
}
.cid-rE1SGYxR7m {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rE1SGYxR7m .mbr-section-subtitle {
  color: #767676;
}
.cid-rE1SGYxR7m .btn {
  margin: 0 0 .5rem 0;
}
.cid-rE2bNebhOJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rE2bNebhOJ .card-box {
  padding: 0 2rem;
}
.cid-rE2bNebhOJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rE2bNebhOJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rE2bNebhOJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rE2bNebhOJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rE2bNebhOJ .mbr-text {
  color: #767676;
}
.cid-rE2bNebhOJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rE2bNebhOJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rECS9pww4Y {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-rECS9pww4Y .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rECS9pww4Y .container-table {
  margin: 0 auto;
}
.cid-rECS9pww4Y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rECS9pww4Y .dataTables_wrapper {
  display: block;
}
.cid-rECS9pww4Y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rECS9pww4Y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rECS9pww4Y table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rECS9pww4Y table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rECS9pww4Y table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rECS9pww4Y table td {
  border-top: 1px solid #cccccc;
}
.cid-rECS9pww4Y table.table {
  background: #ffffff;
}
.cid-rECS9pww4Y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rECS9pww4Y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rECS9pww4Y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rECS9pww4Y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rECS9pww4Y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rECS9pww4Y .dataTables_filter {
    text-align: center;
  }
  .cid-rECS9pww4Y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rEQ55B8XL9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uhRoySjOrb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-uhRoySjOrb .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uhRoySjOrb .mbr-author-name {
  font-weight: bold;
}
.cid-uhRoySjOrb .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rcl6wWMG2K {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dsc05667-1-1280x853.jpg");
}
.cid-rcl6wWMG2K .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rcl6sVPBDA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/octa-titelbild-8-2000x672.png");
}
.cid-rcl6sVPBDA h1 {
  color: #616161;
}
.cid-rcl6sVPBDA h2,
.cid-rcl6sVPBDA h3,
.cid-rcl6sVPBDA p {
  color: #767676;
}
.cid-rcl6sVPBDA .mbr-section-subtitle {
  font-style: italic;
}
.cid-rcl6sVPBDA P {
  text-align: left;
}
.cid-rcqx7gRPEa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rcqx7gRPEa .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rcqx7gRPEa .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rcqx7gRPEa .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-rcqx7gRPEa .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rcqx7gRPEa .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rcqx7gRPEa .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-rcqx7gRPEa .card {
  min-height: 300px;
}
.cid-rcqx7gRPEa .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-rcqx7gRPEa .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-rcqx7gRPEa .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rcqx7gRPEa .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rcqx7gRPEa P {
  text-align: left;
}
.cid-rcqivpNDwB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rcqivpNDwB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rcqivpNDwB .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rcqivpNDwB .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-rcqivpNDwB .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rcqivpNDwB .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rcqivpNDwB .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-rcqivpNDwB .card {
  min-height: 300px;
}
.cid-rcqivpNDwB .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-rcqivpNDwB .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-rcqivpNDwB .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rcqivpNDwB .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rcqivpNDwB P {
  text-align: left;
}
.cid-rcqrabqDjf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rcqrabqDjf .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rcqrabqDjf .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rcqrabqDjf .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-rcqrabqDjf .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rcqrabqDjf .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-rcqrabqDjf .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-rcqrabqDjf .card {
  min-height: 300px;
}
.cid-rcqrabqDjf .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-rcqrabqDjf .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-rcqrabqDjf .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rcqrabqDjf .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rcqrabqDjf P {
  text-align: left;
}
.cid-rcqADOXKy8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rcqADOXKy8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rcqzLDTAad {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/octa-handhabung1-2000x381.png");
}
.cid-rcqH6jxKg0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/octa-handhabung2-2000x381.png");
}
.cid-rEPLA75GNR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-rEPLA75GNR .mbr-text {
  color: #767676;
}
.cid-rEPYvGH6sU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rEPYvGH6sU .mbr-section-subtitle {
  color: #767676;
}
.cid-rGuIW5Obaj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGuIW5Obaj .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rGuIW5Obaj .modal-body .close {
  background: #1b1b1b;
}
.cid-rGuIW5Obaj .modal-body .close span {
  font-style: normal;
}
.cid-rGuIW5Obaj .carousel-inner > .active,
.cid-rGuIW5Obaj .carousel-inner > .next,
.cid-rGuIW5Obaj .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rGuIW5Obaj .carousel-control .icon-next,
.cid-rGuIW5Obaj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rGuIW5Obaj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rGuIW5Obaj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rGuIW5Obaj .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rGuIW5Obaj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rGuIW5Obaj .boxed-slider > div {
  position: relative;
}
.cid-rGuIW5Obaj .container img {
  width: 100%;
}
.cid-rGuIW5Obaj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rGuIW5Obaj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rGuIW5Obaj .mbr-table-cell {
  padding: 0;
}
.cid-rGuIW5Obaj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rGuIW5Obaj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rGuIW5Obaj .mbr-overlay {
  z-index: 1;
}
.cid-rGuIW5Obaj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rGuIW5Obaj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rGuIW5Obaj .carousel-item .container {
    width: 100%;
  }
}
.cid-rGuIW5Obaj .carousel-item-next.carousel-item-left,
.cid-rGuIW5Obaj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rGuIW5Obaj .active.carousel-item-right,
.cid-rGuIW5Obaj .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rGuIW5Obaj .active.carousel-item-left,
.cid-rGuIW5Obaj .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rGuIW5Obaj .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rGuIW5Obaj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGuIW5Obaj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGuIW5Obaj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rGuIW5Obaj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rGuIW5Obaj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rGuIW5Obaj .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rGuIW5Obaj .mbr-slider .carousel-indicators li.active,
.cid-rGuIW5Obaj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rGuIW5Obaj .mbr-slider .carousel-indicators li::after,
.cid-rGuIW5Obaj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rGuIW5Obaj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rGuIW5Obaj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rGuIW5Obaj .mbr-slider > .container img {
  width: 100%;
}
.cid-rGuIW5Obaj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rGuIW5Obaj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rGuIW5Obaj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rGuIW5Obaj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rGuIW5Obaj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rGuIW5Obaj .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rGuIW5Obaj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rGuIW5Obaj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rGuIW5Obaj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rGuIW5Obaj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rGuIW5Obaj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rGuIW5Obaj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rGuIW5Obaj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rGuIW5Obaj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rGuIW5Obaj .carousel-inner {
  height: 100%;
}
.cid-rGuIW5Obaj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rGuIW5Obaj .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rGuIW5Obaj .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rGuIW5Obaj .carousel-item .container-slide {
  text-align: center;
}
.cid-rGuIW5Obaj .content-slider-wrap {
  width: 88%;
}
.cid-rGuIW5Obaj P {
  text-align: right;
  color: #149dcc;
}
.cid-rEOwavqZE7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-rEOwavqZE7 .mbr-text {
  color: #ffffff;
}
.cid-rEPVDSNoj8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rEPVDSNoj8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rHNl1UL0Et {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rHNl1UL0Et .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rHNl1UL0Et .modal-body .close {
  background: #1b1b1b;
}
.cid-rHNl1UL0Et .modal-body .close span {
  font-style: normal;
}
.cid-rHNl1UL0Et .carousel-inner > .active,
.cid-rHNl1UL0Et .carousel-inner > .next,
.cid-rHNl1UL0Et .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rHNl1UL0Et .carousel-control .icon-next,
.cid-rHNl1UL0Et .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rHNl1UL0Et .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHNl1UL0Et .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rHNl1UL0Et .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rHNl1UL0Et .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rHNl1UL0Et .boxed-slider > div {
  position: relative;
}
.cid-rHNl1UL0Et .container img {
  width: 100%;
}
.cid-rHNl1UL0Et .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rHNl1UL0Et .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNl1UL0Et .mbr-table-cell {
  padding: 0;
}
.cid-rHNl1UL0Et .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rHNl1UL0Et .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rHNl1UL0Et .mbr-overlay {
  z-index: 1;
}
.cid-rHNl1UL0Et .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNl1UL0Et .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rHNl1UL0Et .carousel-item .container {
    width: 100%;
  }
}
.cid-rHNl1UL0Et .carousel-item-next.carousel-item-left,
.cid-rHNl1UL0Et .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rHNl1UL0Et .active.carousel-item-right,
.cid-rHNl1UL0Et .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rHNl1UL0Et .active.carousel-item-left,
.cid-rHNl1UL0Et .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rHNl1UL0Et .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rHNl1UL0Et .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHNl1UL0Et .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHNl1UL0Et .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rHNl1UL0Et .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rHNl1UL0Et .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rHNl1UL0Et .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rHNl1UL0Et .mbr-slider .carousel-indicators li.active,
.cid-rHNl1UL0Et .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rHNl1UL0Et .mbr-slider .carousel-indicators li::after,
.cid-rHNl1UL0Et .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rHNl1UL0Et .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rHNl1UL0Et .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rHNl1UL0Et .mbr-slider > .container img {
  width: 100%;
}
.cid-rHNl1UL0Et .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rHNl1UL0Et .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rHNl1UL0Et .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rHNl1UL0Et .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNl1UL0Et .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rHNl1UL0Et .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rHNl1UL0Et .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rHNl1UL0Et .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rHNl1UL0Et .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rHNl1UL0Et .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNl1UL0Et .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rHNl1UL0Et .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rHNl1UL0Et .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rHNl1UL0Et .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rHNl1UL0Et .carousel-inner {
  height: 100%;
}
.cid-rHNl1UL0Et .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rHNl1UL0Et .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rHNl1UL0Et .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rHNl1UL0Et .carousel-item .container-slide {
  text-align: center;
}
.cid-rHNl1UL0Et .content-slider-wrap {
  width: 88%;
}
.cid-rHNl1UL0Et P {
  text-align: right;
  color: #149dcc;
}
.cid-rEPM7Kyt30 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-rEPM7Kyt30 .mbr-text {
  color: #767676;
}
.cid-rEPVovYjIl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEPVovYjIl .mbr-section-subtitle {
  color: #767676;
}
.cid-rHNnficb1u {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rHNnficb1u .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rHNnficb1u .modal-body .close {
  background: #1b1b1b;
}
.cid-rHNnficb1u .modal-body .close span {
  font-style: normal;
}
.cid-rHNnficb1u .carousel-inner > .active,
.cid-rHNnficb1u .carousel-inner > .next,
.cid-rHNnficb1u .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rHNnficb1u .carousel-control .icon-next,
.cid-rHNnficb1u .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rHNnficb1u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHNnficb1u .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rHNnficb1u .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rHNnficb1u .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rHNnficb1u .boxed-slider > div {
  position: relative;
}
.cid-rHNnficb1u .container img {
  width: 100%;
}
.cid-rHNnficb1u .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rHNnficb1u .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNnficb1u .mbr-table-cell {
  padding: 0;
}
.cid-rHNnficb1u .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rHNnficb1u .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rHNnficb1u .mbr-overlay {
  z-index: 1;
}
.cid-rHNnficb1u .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNnficb1u .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rHNnficb1u .carousel-item .container {
    width: 100%;
  }
}
.cid-rHNnficb1u .carousel-item-next.carousel-item-left,
.cid-rHNnficb1u .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rHNnficb1u .active.carousel-item-right,
.cid-rHNnficb1u .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rHNnficb1u .active.carousel-item-left,
.cid-rHNnficb1u .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rHNnficb1u .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rHNnficb1u .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHNnficb1u .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHNnficb1u .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rHNnficb1u .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rHNnficb1u .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rHNnficb1u .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rHNnficb1u .mbr-slider .carousel-indicators li.active,
.cid-rHNnficb1u .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rHNnficb1u .mbr-slider .carousel-indicators li::after,
.cid-rHNnficb1u .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rHNnficb1u .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rHNnficb1u .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rHNnficb1u .mbr-slider > .container img {
  width: 100%;
}
.cid-rHNnficb1u .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rHNnficb1u .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rHNnficb1u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rHNnficb1u .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNnficb1u .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rHNnficb1u .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rHNnficb1u .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rHNnficb1u .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rHNnficb1u .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rHNnficb1u .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNnficb1u .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rHNnficb1u .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rHNnficb1u .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rHNnficb1u .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rHNnficb1u .carousel-inner {
  height: 100%;
}
.cid-rHNnficb1u .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rHNnficb1u .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rHNnficb1u .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rHNnficb1u .carousel-item .container-slide {
  text-align: center;
}
.cid-rHNnficb1u .content-slider-wrap {
  width: 88%;
}
.cid-rHNnficb1u P {
  text-align: right;
  color: #149dcc;
}
.cid-rEPV1f7JF3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-rEPV1f7JF3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rEPUP1lFwP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEPUP1lFwP .mbr-section-subtitle {
  color: #767676;
}
.cid-rHNpUdobKd {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rHNpUdobKd .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rHNpUdobKd .modal-body .close {
  background: #1b1b1b;
}
.cid-rHNpUdobKd .modal-body .close span {
  font-style: normal;
}
.cid-rHNpUdobKd .carousel-inner > .active,
.cid-rHNpUdobKd .carousel-inner > .next,
.cid-rHNpUdobKd .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rHNpUdobKd .carousel-control .icon-next,
.cid-rHNpUdobKd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rHNpUdobKd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHNpUdobKd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rHNpUdobKd .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rHNpUdobKd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rHNpUdobKd .boxed-slider > div {
  position: relative;
}
.cid-rHNpUdobKd .container img {
  width: 100%;
}
.cid-rHNpUdobKd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rHNpUdobKd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNpUdobKd .mbr-table-cell {
  padding: 0;
}
.cid-rHNpUdobKd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rHNpUdobKd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rHNpUdobKd .mbr-overlay {
  z-index: 1;
}
.cid-rHNpUdobKd .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNpUdobKd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rHNpUdobKd .carousel-item .container {
    width: 100%;
  }
}
.cid-rHNpUdobKd .carousel-item-next.carousel-item-left,
.cid-rHNpUdobKd .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rHNpUdobKd .active.carousel-item-right,
.cid-rHNpUdobKd .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rHNpUdobKd .active.carousel-item-left,
.cid-rHNpUdobKd .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rHNpUdobKd .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rHNpUdobKd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHNpUdobKd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHNpUdobKd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rHNpUdobKd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rHNpUdobKd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rHNpUdobKd .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rHNpUdobKd .mbr-slider .carousel-indicators li.active,
.cid-rHNpUdobKd .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rHNpUdobKd .mbr-slider .carousel-indicators li::after,
.cid-rHNpUdobKd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rHNpUdobKd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rHNpUdobKd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rHNpUdobKd .mbr-slider > .container img {
  width: 100%;
}
.cid-rHNpUdobKd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rHNpUdobKd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rHNpUdobKd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rHNpUdobKd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNpUdobKd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rHNpUdobKd .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rHNpUdobKd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rHNpUdobKd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rHNpUdobKd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rHNpUdobKd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNpUdobKd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rHNpUdobKd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rHNpUdobKd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rHNpUdobKd .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rHNpUdobKd .carousel-inner {
  height: 100%;
}
.cid-rHNpUdobKd .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rHNpUdobKd .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rHNpUdobKd .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rHNpUdobKd .carousel-item .container-slide {
  text-align: center;
}
.cid-rHNpUdobKd .content-slider-wrap {
  width: 88%;
}
.cid-rHNpUdobKd P {
  text-align: center;
  color: #149dcc;
}
.cid-rEQ0cVzUpY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #767676;
}
.cid-rEQ0cVzUpY .mbr-section-subtitle {
  color: #767676;
}
.cid-rEQ0dD6vdB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEQ0dD6vdB .mbr-section-subtitle {
  color: #767676;
}
.cid-rHNtqnOg6k {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rHNtqnOg6k .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rHNtqnOg6k .modal-body .close {
  background: #1b1b1b;
}
.cid-rHNtqnOg6k .modal-body .close span {
  font-style: normal;
}
.cid-rHNtqnOg6k .carousel-inner > .active,
.cid-rHNtqnOg6k .carousel-inner > .next,
.cid-rHNtqnOg6k .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rHNtqnOg6k .carousel-control .icon-next,
.cid-rHNtqnOg6k .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rHNtqnOg6k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHNtqnOg6k .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rHNtqnOg6k .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rHNtqnOg6k .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rHNtqnOg6k .boxed-slider > div {
  position: relative;
}
.cid-rHNtqnOg6k .container img {
  width: 100%;
}
.cid-rHNtqnOg6k .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rHNtqnOg6k .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNtqnOg6k .mbr-table-cell {
  padding: 0;
}
.cid-rHNtqnOg6k .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rHNtqnOg6k .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rHNtqnOg6k .mbr-overlay {
  z-index: 1;
}
.cid-rHNtqnOg6k .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNtqnOg6k .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rHNtqnOg6k .carousel-item .container {
    width: 100%;
  }
}
.cid-rHNtqnOg6k .carousel-item-next.carousel-item-left,
.cid-rHNtqnOg6k .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rHNtqnOg6k .active.carousel-item-right,
.cid-rHNtqnOg6k .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rHNtqnOg6k .active.carousel-item-left,
.cid-rHNtqnOg6k .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rHNtqnOg6k .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rHNtqnOg6k .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHNtqnOg6k .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHNtqnOg6k .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rHNtqnOg6k .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rHNtqnOg6k .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rHNtqnOg6k .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rHNtqnOg6k .mbr-slider .carousel-indicators li.active,
.cid-rHNtqnOg6k .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rHNtqnOg6k .mbr-slider .carousel-indicators li::after,
.cid-rHNtqnOg6k .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rHNtqnOg6k .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rHNtqnOg6k .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rHNtqnOg6k .mbr-slider > .container img {
  width: 100%;
}
.cid-rHNtqnOg6k .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rHNtqnOg6k .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rHNtqnOg6k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rHNtqnOg6k .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rHNtqnOg6k .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rHNtqnOg6k .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rHNtqnOg6k .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rHNtqnOg6k .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rHNtqnOg6k .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rHNtqnOg6k .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rHNtqnOg6k .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rHNtqnOg6k .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rHNtqnOg6k .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rHNtqnOg6k .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rHNtqnOg6k .carousel-inner {
  height: 100%;
}
.cid-rHNtqnOg6k .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rHNtqnOg6k .image_wrapper {
  height: 560px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rHNtqnOg6k .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rHNtqnOg6k .carousel-item .container-slide {
  text-align: center;
}
.cid-rHNtqnOg6k .content-slider-wrap {
  width: 93%;
}
.cid-rHNtqnOg6k P {
  color: #149dcc;
}
.cid-rcqlpfKAJR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rcqlpfKAJR .mbr-section-subtitle {
  color: #767676;
}
.cid-rcqlpfKAJR .container-table {
  margin: 0 auto;
}
.cid-rcqlpfKAJR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rcqlpfKAJR .dataTables_wrapper {
  display: block;
}
.cid-rcqlpfKAJR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rcqlpfKAJR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rcqlpfKAJR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rcqlpfKAJR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rcqlpfKAJR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rcqlpfKAJR table td {
  border-top: 1px solid #cccccc;
}
.cid-rcqlpfKAJR table.table {
  background: #ffffff;
}
.cid-rcqlpfKAJR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rcqlpfKAJR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rcqlpfKAJR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rcqlpfKAJR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rcqlpfKAJR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rcqlpfKAJR .dataTables_filter {
    text-align: center;
  }
  .cid-rcqlpfKAJR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rEQ5jkOeZa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcjVKlY5YM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-rcjVKlY5YM .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-rcjVKlY5YM .mbr-author-name {
  font-weight: bold;
}
.cid-rcjVKlY5YM .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-t22avyMTiy {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dsc08229-1162x775.jpeg");
}
.cid-t22avyMTiy .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-t22avyMTiy .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t22avyMTiy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t22avyMTiy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t22avyMTiy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t22avyMTiy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t22avyMTiy a.close:hover {
  color: #ffffff;
}
.cid-t22avyMTiy .icon-description {
  color: #efefef;
}
.cid-t22c8DsYWc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #8eb6c3;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t22c8DsYWc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t22c8DsYWc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t22c8DsYWc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t22c8DsYWc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t22c8DsYWc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t22c8DsYWc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t22c8DsYWc .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-t22c8DsYWc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t22c8DsYWc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t22c8DsYWc .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-t22iLMcqcX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbcbce;
}
.cid-t22iLMcqcX .line {
  background-color: #8eb6c3;
  color: #8eb6c3;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t22iLMcqcX .section-text {
  padding: 2rem 0;
}
.cid-t22iLMcqcX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t22iLMcqcX .inner-container {
    width: 100% !important;
  }
}
.cid-t2b7A9QgUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbcbce;
}
.cid-t2b7A9QgUF .mbr-text {
  color: #000000;
}
.cid-t2b7A9QgUF .mbr-text p {
  background: #ffffff;
}
.cid-t2g58Wu5Tc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t2g58Wu5Tc .card-box {
  padding: 0 2rem;
}
.cid-t2g58Wu5Tc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t2g58Wu5Tc .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t2g58Wu5Tc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t2g58Wu5Tc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t2g58Wu5Tc .mbr-text {
  color: #767676;
}
.cid-t2g58Wu5Tc .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t2g58Wu5Tc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t2bn7lUCxM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2bn7lUCxM .mbr-section-subtitle {
  color: #767676;
}
.cid-t22lrm8v5U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8eb6c3;
}
.cid-t22lrm8v5U .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t22lrm8v5U .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t22lrm8v5U .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t22lrm8v5U .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t22lrm8v5U .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-t22lrm8v5U .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-t22lrm8v5U .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t22lrm8v5U .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t22lrm8v5U .media-block {
    padding-left: 2rem;
  }
}
.cid-t22lrm8v5U .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t22lrm8v5U .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t22lrm8v5U .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t22tT20HoX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8eb6c3;
}
.cid-t22tT20HoX .mbr-section-subtitle {
  color: #767676;
}
.cid-t22q3hMfSa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #8eb6c3;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t22q3hMfSa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t22q3hMfSa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t22q3hMfSa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t22q3hMfSa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t22q3hMfSa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t22q3hMfSa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t22q3hMfSa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t22q3hMfSa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t22q3hMfSa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t22G63u3Fg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a7b8bd;
}
.cid-t22G63u3Fg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t22G63u3Fg .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t22G63u3Fg .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t22G63u3Fg .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t22G63u3Fg .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t22G63u3Fg .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t22G63u3Fg .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t22G63u3Fg .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t22G63u3Fg .media-block {
    padding-left: 2rem;
  }
}
.cid-t22G63u3Fg .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t22G63u3Fg .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t22G63u3Fg .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t23d0ySDmx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a7b8bd;
}
.cid-t23d0ySDmx .mbr-section-subtitle {
  color: #767676;
}
.cid-t23cMK781h {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #a7b8bd;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t23cMK781h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t23cMK781h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t23cMK781h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t23cMK781h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t23cMK781h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t23cMK781h .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t23cMK781h .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t23cMK781h .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t23cMK781h .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t22A77dadB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a7b8bd;
}
.cid-t22A77dadB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t22A77dadB .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t22A77dadB .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t22A77dadB .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t22A77dadB .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t22A77dadB .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t22A77dadB .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t22A77dadB .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t22A77dadB .media-block {
    padding-right: 2rem;
  }
}
.cid-t22A77dadB .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t22A77dadB .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t22PbKgWje {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8eb6c3;
}
.cid-t22PbKgWje .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t22PbKgWje .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t22PbKgWje .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t22PbKgWje .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t22PbKgWje .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t22PbKgWje .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t22PbKgWje .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t22PbKgWje .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t22PbKgWje .media-block {
    padding-left: 2rem;
  }
}
.cid-t22PbKgWje .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t22PbKgWje .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t22PbKgWje .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t238PjAaAL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #a7b8bd;
}
.cid-t238PjAaAL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t238PjAaAL .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t238PjAaAL .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t238PjAaAL .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t238PjAaAL .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t238PjAaAL .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t238PjAaAL .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t238PjAaAL .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t238PjAaAL .media-block {
    padding-right: 2rem;
  }
}
.cid-t238PjAaAL .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t238PjAaAL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t24qbZOb6g {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #a7b8bd;
}
.cid-t24qbZOb6g .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t24qbZOb6g .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t24qbZOb6g .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t24qbZOb6g .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t24qbZOb6g .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t24qbZOb6g .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t24qbZOb6g .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t24qbZOb6g .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t24qbZOb6g .media-block {
    padding-left: 2rem;
  }
}
.cid-t24qbZOb6g .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t24qbZOb6g .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t24qbZOb6g .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t24mWHlVX2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #8eb6c3;
}
.cid-t24mWHlVX2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t24mWHlVX2 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t24mWHlVX2 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t24mWHlVX2 .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t24mWHlVX2 .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t24mWHlVX2 .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t24mWHlVX2 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t24mWHlVX2 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t24mWHlVX2 .media-block {
    padding-right: 2rem;
  }
}
.cid-t24mWHlVX2 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t24mWHlVX2 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t24srRd209 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8eb6c3;
}
.cid-t24srRd209 .mbr-section-subtitle {
  color: #767676;
}
.cid-t24st5TQwo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #8eb6c3;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t24st5TQwo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t24st5TQwo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t24st5TQwo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t24st5TQwo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t24st5TQwo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t24st5TQwo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t24st5TQwo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t24st5TQwo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t24st5TQwo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t24uwWApUA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #a7b8bd;
}
.cid-t24uwWApUA .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t24uwWApUA .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t24uwWApUA .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t24uwWApUA .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t24uwWApUA .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t24uwWApUA .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t24uwWApUA .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t24uwWApUA .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t24uwWApUA .media-block {
    padding-left: 2rem;
  }
}
.cid-t24uwWApUA .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t24uwWApUA .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t24uwWApUA .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t24w48sa9V {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #8eb6c3;
}
.cid-t24w48sa9V .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t24w48sa9V .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t24w48sa9V .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t24w48sa9V .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t24w48sa9V .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t24w48sa9V .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t24w48sa9V .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t24w48sa9V .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t24w48sa9V .media-block {
    padding-right: 2rem;
  }
}
.cid-t24w48sa9V .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t24w48sa9V .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t24w5u4zoZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8eb6c3;
}
.cid-t24w5u4zoZ .mbr-section-subtitle {
  color: #767676;
}
.cid-t24xTFpv9e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #8eb6c3;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t24xTFpv9e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t24xTFpv9e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t24xTFpv9e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t24xTFpv9e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t24xTFpv9e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t24xTFpv9e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t24xTFpv9e .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t24xTFpv9e .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t24xTFpv9e .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t27kHoxFN5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a7b8bd;
}
.cid-t27kHoxFN5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t27kHoxFN5 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t27kHoxFN5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t27kHoxFN5 .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t27kHoxFN5 .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t27kHoxFN5 .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t27kHoxFN5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t27kHoxFN5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t27kHoxFN5 .media-block {
    padding-right: 2rem;
  }
}
.cid-t27kHoxFN5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t27kHoxFN5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t27kKjPL0O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a7b8bd;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t27kKjPL0O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t27kKjPL0O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t27kKjPL0O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t27kKjPL0O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t27kKjPL0O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t27kKjPL0O .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t27kKjPL0O .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t27kKjPL0O .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t27kKjPL0O .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t41SVkRN5P {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-t41SVkRN5P .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t41SVkRN5P .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t41SVkRN5P .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t41SVkRN5P .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #879a9f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-t41SVkRN5P .cards-block {
    border-top: 2px solid #879a9f;
  }
}
.cid-t41SVkRN5P .cards-block .card {
  border-bottom: 2px solid #879a9f;
  border-radius: 0;
}
.cid-t41SVkRN5P .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t41SVkRN5P .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t41SVkRN5P .media-block {
    padding-right: 2rem;
  }
}
.cid-t41SVkRN5P .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t41SVkRN5P .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t2fn3aywsU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-t2fn3aywsU .mbr-section-subtitle {
  color: #767676;
}
.cid-sYVbY82geB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-sYVbY82geB .google-map {
  height: 25rem;
  position: relative;
}
.cid-sYVbY82geB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYVbY82geB .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-sYVbY82geB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYVbY82geB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4bDZoaa8F {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #8eb6c3;
}
.cid-t4bDZoaa8F .mbr-section-subtitle {
  color: #767676;
}
.cid-sYVa8kGFc7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #8eb6c3;
}
.cid-sYVa8kGFc7 .mbr-text,
.cid-sYVa8kGFc7 blockquote {
  color: #767676;
}
.cid-t4bKvYkU74 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bbcbce;
}
.cid-t4bKvYkU74 .title {
  margin-bottom: 2rem;
}
.cid-t4bKvYkU74 .mbr-section-subtitle {
  color: #767676;
}
.cid-t4bKvYkU74 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t4bKvYkU74 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-t4bKvYkU74 textarea.form-control {
  min-height: 188px;
}
.cid-sYVa8kU5XO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-sYVa8kU5XO .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-sYVa8kU5XO .mbr-author-name {
  font-weight: bold;
}
.cid-sYVa8kU5XO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sYVa8lg4we .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sYVa8lg4we .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sYVa8lg4we a {
  font-style: normal;
}
.cid-sYVa8lg4we .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sYVa8lg4we .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sYVa8lg4we .nav-item:focus,
.cid-sYVa8lg4we .nav-link:focus {
  outline: none;
}
.cid-sYVa8lg4we .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sYVa8lg4we .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sYVa8lg4we .menu-logo {
  margin-right: auto;
}
.cid-sYVa8lg4we .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sYVa8lg4we .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-sYVa8lg4we .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sYVa8lg4we .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sYVa8lg4we .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-sYVa8lg4we .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sYVa8lg4we .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sYVa8lg4we .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sYVa8lg4we .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYVa8lg4we .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sYVa8lg4we .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sYVa8lg4we .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sYVa8lg4we .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYVa8lg4we .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sYVa8lg4we .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYVa8lg4we .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-sYVa8lg4we .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sYVa8lg4we .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sYVa8lg4we .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sYVa8lg4we .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sYVa8lg4we .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sYVa8lg4we .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sYVa8lg4we button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sYVa8lg4we button.navbar-toggler:focus {
  outline: none;
}
.cid-sYVa8lg4we button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sYVa8lg4we button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYVa8lg4we button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYVa8lg4we button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYVa8lg4we button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYVa8lg4we nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYVa8lg4we nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYVa8lg4we nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYVa8lg4we nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYVa8lg4we .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sYVa8lg4we .collapsed .btn {
  display: -webkit-flex;
}
.cid-sYVa8lg4we .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sYVa8lg4we .collapsed .navbar-collapse.collapsing,
.cid-sYVa8lg4we .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sYVa8lg4we .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sYVa8lg4we .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sYVa8lg4we .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sYVa8lg4we .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sYVa8lg4we .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sYVa8lg4we .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sYVa8lg4we .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sYVa8lg4we .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sYVa8lg4we .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sYVa8lg4we .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sYVa8lg4we .collapsed button.navbar-toggler {
  display: block;
}
.cid-sYVa8lg4we .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sYVa8lg4we .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sYVa8lg4we .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-sYVa8lg4we .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sYVa8lg4we .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sYVa8lg4we .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-sYVa8lg4we.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sYVa8lg4we img {
    height: 3.8rem !important;
  }
  .cid-sYVa8lg4we .btn {
    display: -webkit-flex;
  }
  .cid-sYVa8lg4we button.navbar-toggler {
    display: block;
  }
  .cid-sYVa8lg4we .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sYVa8lg4we .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sYVa8lg4we .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sYVa8lg4we .navbar-collapse.collapsing,
  .cid-sYVa8lg4we .navbar-collapse.show {
    display: block !important;
  }
  .cid-sYVa8lg4we .navbar-collapse.collapsing .navbar-nav,
  .cid-sYVa8lg4we .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sYVa8lg4we .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sYVa8lg4we .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sYVa8lg4we .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sYVa8lg4we .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sYVa8lg4we .navbar-collapse.collapsing .navbar-buttons,
  .cid-sYVa8lg4we .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sYVa8lg4we .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sYVa8lg4we .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sYVa8lg4we .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-sYVa8lg4we .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sYVa8lg4we .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sYVa8lg4we .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-sYVa8lg4we .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sYVa8lg4we .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sYVa8lg4we .nav-link:hover,
.cid-sYVa8lg4we .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uB1L5cUZGD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbcbce;
}
.cid-uB1L5cUZGD .mbr-text {
  color: #000000;
}
.cid-uB1L5cUZGD .mbr-text p {
  background: #ffffff;
}
.cid-uhRdXjnX3q {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc08347-800x533.jpeg");
}
.cid-uhRdXjnX3q .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uhRdXjnX3q .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uhRdXjnX3q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uhRdXjnX3q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uhRdXjnX3q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uhRdXjnX3q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uhRdXjnX3q a.close:hover {
  color: #ffffff;
}
.cid-uhR80icbN6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhR80icbN6 .mbr-section-btn > * {
  margin: 0;
}
.cid-uhR80icbN6 h4 {
  font-weight: 500;
}
.cid-uhR80icbN6 p {
  color: #232323;
}
.cid-uhR80icbN6 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhR80icbN6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhR80icbN6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhR80icbN6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhR80icbN6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhR80icbN6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhR80icbN6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhR80icbN6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhR80icbN6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhR80icbN6 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhRc0gHlIb {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhRc0gHlIb .mbr-section-btn > * {
  margin: 0;
}
.cid-uhRc0gHlIb h4 {
  font-weight: 500;
}
.cid-uhRc0gHlIb p {
  color: #232323;
}
.cid-uhRc0gHlIb .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhRc0gHlIb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhRc0gHlIb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhRc0gHlIb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhRc0gHlIb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhRc0gHlIb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhRc0gHlIb .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uhRc0gHlIb .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uhRc0gHlIb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uhRc0gHlIb .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uhRc0gHlIb .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhRc0gHlIb .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhRaQIdifx {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uhRaQIdifx .mbr-section-btn > * {
  margin: 0;
}
.cid-uhRaQIdifx h4 {
  font-weight: 500;
}
.cid-uhRaQIdifx p {
  color: #232323;
}
.cid-uhRaQIdifx .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhRaQIdifx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhRaQIdifx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhRaQIdifx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhRaQIdifx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhRaQIdifx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhRaQIdifx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhRaQIdifx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhRaQIdifx .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhRaQIdifx .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uhR7xAWQ97 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-uhR7xAWQ97 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uhR7xAWQ97 .mbr-author-name {
  font-weight: bold;
}
.cid-uhR7xAWQ97 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uhR7xBd5Fu .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uhR7xBd5Fu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uhR7xBd5Fu a {
  font-style: normal;
}
.cid-uhR7xBd5Fu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhR7xBd5Fu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uhR7xBd5Fu .nav-item:focus,
.cid-uhR7xBd5Fu .nav-link:focus {
  outline: none;
}
.cid-uhR7xBd5Fu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhR7xBd5Fu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhR7xBd5Fu .menu-logo {
  margin-right: auto;
}
.cid-uhR7xBd5Fu .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhR7xBd5Fu .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-uhR7xBd5Fu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uhR7xBd5Fu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhR7xBd5Fu .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uhR7xBd5Fu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhR7xBd5Fu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhR7xBd5Fu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhR7xBd5Fu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhR7xBd5Fu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhR7xBd5Fu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhR7xBd5Fu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhR7xBd5Fu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhR7xBd5Fu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhR7xBd5Fu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhR7xBd5Fu .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-uhR7xBd5Fu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhR7xBd5Fu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhR7xBd5Fu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhR7xBd5Fu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhR7xBd5Fu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhR7xBd5Fu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhR7xBd5Fu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhR7xBd5Fu button.navbar-toggler:focus {
  outline: none;
}
.cid-uhR7xBd5Fu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uhR7xBd5Fu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhR7xBd5Fu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhR7xBd5Fu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhR7xBd5Fu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhR7xBd5Fu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhR7xBd5Fu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhR7xBd5Fu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhR7xBd5Fu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhR7xBd5Fu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhR7xBd5Fu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhR7xBd5Fu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.collapsing,
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhR7xBd5Fu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uhR7xBd5Fu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhR7xBd5Fu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhR7xBd5Fu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhR7xBd5Fu .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-uhR7xBd5Fu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhR7xBd5Fu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhR7xBd5Fu .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-uhR7xBd5Fu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhR7xBd5Fu img {
    height: 3.8rem !important;
  }
  .cid-uhR7xBd5Fu .btn {
    display: -webkit-flex;
  }
  .cid-uhR7xBd5Fu button.navbar-toggler {
    display: block;
  }
  .cid-uhR7xBd5Fu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uhR7xBd5Fu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhR7xBd5Fu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhR7xBd5Fu .navbar-collapse.collapsing,
  .cid-uhR7xBd5Fu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhR7xBd5Fu .navbar-collapse.collapsing .navbar-nav,
  .cid-uhR7xBd5Fu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhR7xBd5Fu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhR7xBd5Fu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhR7xBd5Fu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uhR7xBd5Fu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhR7xBd5Fu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhR7xBd5Fu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhR7xBd5Fu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhR7xBd5Fu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhR7xBd5Fu .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-uhR7xBd5Fu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhR7xBd5Fu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhR7xBd5Fu .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-uhR7xBd5Fu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uhR7xBd5Fu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhR7xBd5Fu .nav-link:hover,
.cid-uhR7xBd5Fu .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uhQP46Erxi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uhQP46Erxi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uhQP46Erxi a {
  font-style: normal;
}
.cid-uhQP46Erxi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhQP46Erxi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uhQP46Erxi .nav-item:focus,
.cid-uhQP46Erxi .nav-link:focus {
  outline: none;
}
.cid-uhQP46Erxi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQP46Erxi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhQP46Erxi .menu-logo {
  margin-right: auto;
}
.cid-uhQP46Erxi .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQP46Erxi .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-uhQP46Erxi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uhQP46Erxi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhQP46Erxi .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uhQP46Erxi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhQP46Erxi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhQP46Erxi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhQP46Erxi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhQP46Erxi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhQP46Erxi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhQP46Erxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhQP46Erxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhQP46Erxi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhQP46Erxi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhQP46Erxi .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-uhQP46Erxi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhQP46Erxi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhQP46Erxi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhQP46Erxi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhQP46Erxi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhQP46Erxi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhQP46Erxi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhQP46Erxi button.navbar-toggler:focus {
  outline: none;
}
.cid-uhQP46Erxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uhQP46Erxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhQP46Erxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhQP46Erxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhQP46Erxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhQP46Erxi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhQP46Erxi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhQP46Erxi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhQP46Erxi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhQP46Erxi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhQP46Erxi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhQP46Erxi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhQP46Erxi .collapsed .navbar-collapse.collapsing,
.cid-uhQP46Erxi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhQP46Erxi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhQP46Erxi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhQP46Erxi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhQP46Erxi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhQP46Erxi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uhQP46Erxi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uhQP46Erxi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhQP46Erxi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhQP46Erxi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhQP46Erxi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uhQP46Erxi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhQP46Erxi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhQP46Erxi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhQP46Erxi .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-uhQP46Erxi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhQP46Erxi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhQP46Erxi .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-uhQP46Erxi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhQP46Erxi img {
    height: 3.8rem !important;
  }
  .cid-uhQP46Erxi .btn {
    display: -webkit-flex;
  }
  .cid-uhQP46Erxi button.navbar-toggler {
    display: block;
  }
  .cid-uhQP46Erxi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uhQP46Erxi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhQP46Erxi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhQP46Erxi .navbar-collapse.collapsing,
  .cid-uhQP46Erxi .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhQP46Erxi .navbar-collapse.collapsing .navbar-nav,
  .cid-uhQP46Erxi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhQP46Erxi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhQP46Erxi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhQP46Erxi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uhQP46Erxi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhQP46Erxi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhQP46Erxi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhQP46Erxi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhQP46Erxi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhQP46Erxi .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-uhQP46Erxi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhQP46Erxi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhQP46Erxi .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-uhQP46Erxi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uhQP46Erxi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhQP46Erxi .nav-link:hover,
.cid-uhQP46Erxi .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uhQRT4tCSD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhQRT4tCSD h2 {
  text-align: left;
}
.cid-uhQRT4tCSD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uhQRT4tCSD p {
  color: #767676;
  text-align: left;
}
.cid-uhQRT4tCSD .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uhQRT4tCSD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhQRT4tCSD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQRT4tCSD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhQRT4tCSD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhQRT4tCSD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhQRT4tCSD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQRT4tCSD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhQRT4tCSD .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhQVIGPz40 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhQVIGPz40 .mbr-text,
.cid-uhQVIGPz40 blockquote {
  color: #767676;
}
.cid-uhQP48PiID {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-uhQP48PiID .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uhQP48PiID .mbr-author-name {
  font-weight: bold;
}
.cid-uhQP48PiID .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uhQP493oKS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rE7w4hyNhh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rE7w4hyNhh .mbr-section-subtitle {
  color: #767676;
}
.cid-rE7w4hyNhh .btn {
  margin: 0 0 .5rem 0;
}
.cid-rE7w4gZcTB {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rE7w4gZcTB .image-block {
  margin: auto;
}
.cid-rE7w4gZcTB figcaption {
  position: relative;
}
.cid-rE7w4gZcTB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rE7w4gZcTB .image-block {
    width: 100% !important;
  }
}
.cid-rE7w4iv1JS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rE7w4iv1JS .card-box {
  padding: 0 2rem;
}
.cid-rE7w4iv1JS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rE7w4iv1JS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rE7w4iv1JS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rE7w4iv1JS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rE7w4iv1JS .mbr-text {
  color: #767676;
}
.cid-rE7w4iv1JS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rE7w4iv1JS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rE7w4knGhq {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rE7w4knGhq .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4knGhq h4 {
  font-weight: 500;
}
.cid-rE7w4knGhq p {
  color: #232323;
}
.cid-rE7w4knGhq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4knGhq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4knGhq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4knGhq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4knGhq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4knGhq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4knGhq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4knGhq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4knGhq .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4knGhq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE91uXyPJY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rE91uXyPJY .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE91uXyPJY .modal-body .close {
  background: #1b1b1b;
}
.cid-rE91uXyPJY .modal-body .close span {
  font-style: normal;
}
.cid-rE91uXyPJY .carousel-inner > .active,
.cid-rE91uXyPJY .carousel-inner > .next,
.cid-rE91uXyPJY .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE91uXyPJY .carousel-control .icon-next,
.cid-rE91uXyPJY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE91uXyPJY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE91uXyPJY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE91uXyPJY .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE91uXyPJY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE91uXyPJY .boxed-slider > div {
  position: relative;
}
.cid-rE91uXyPJY .container img {
  width: 100%;
}
.cid-rE91uXyPJY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE91uXyPJY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE91uXyPJY .mbr-table-cell {
  padding: 0;
}
.cid-rE91uXyPJY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE91uXyPJY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE91uXyPJY .mbr-overlay {
  z-index: 1;
}
.cid-rE91uXyPJY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE91uXyPJY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE91uXyPJY .carousel-item .container {
    width: 100%;
  }
}
.cid-rE91uXyPJY .carousel-item-next.carousel-item-left,
.cid-rE91uXyPJY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE91uXyPJY .active.carousel-item-right,
.cid-rE91uXyPJY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE91uXyPJY .active.carousel-item-left,
.cid-rE91uXyPJY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE91uXyPJY .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE91uXyPJY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE91uXyPJY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE91uXyPJY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE91uXyPJY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE91uXyPJY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE91uXyPJY .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE91uXyPJY .mbr-slider .carousel-indicators li.active,
.cid-rE91uXyPJY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE91uXyPJY .mbr-slider .carousel-indicators li::after,
.cid-rE91uXyPJY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE91uXyPJY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE91uXyPJY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE91uXyPJY .mbr-slider > .container img {
  width: 100%;
}
.cid-rE91uXyPJY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE91uXyPJY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE91uXyPJY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE91uXyPJY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE91uXyPJY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE91uXyPJY .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE91uXyPJY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE91uXyPJY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE91uXyPJY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE91uXyPJY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE91uXyPJY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE91uXyPJY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE91uXyPJY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE91uXyPJY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE91uXyPJY .carousel-inner {
  height: 100%;
}
.cid-rE91uXyPJY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE91uXyPJY .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE91uXyPJY .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE91uXyPJY .carousel-item .container-slide {
  text-align: center;
}
.cid-rE91uXyPJY .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4plgmH {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rE7w4plgmH .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4plgmH h4 {
  font-weight: 500;
}
.cid-rE7w4plgmH p {
  color: #232323;
}
.cid-rE7w4plgmH .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4plgmH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4plgmH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4plgmH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4plgmH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4plgmH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4plgmH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4plgmH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4plgmH .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4plgmH .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE97YGw1Mk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rE97YGw1Mk .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE97YGw1Mk .modal-body .close {
  background: #1b1b1b;
}
.cid-rE97YGw1Mk .modal-body .close span {
  font-style: normal;
}
.cid-rE97YGw1Mk .carousel-inner > .active,
.cid-rE97YGw1Mk .carousel-inner > .next,
.cid-rE97YGw1Mk .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE97YGw1Mk .carousel-control .icon-next,
.cid-rE97YGw1Mk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE97YGw1Mk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE97YGw1Mk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE97YGw1Mk .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE97YGw1Mk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE97YGw1Mk .boxed-slider > div {
  position: relative;
}
.cid-rE97YGw1Mk .container img {
  width: 100%;
}
.cid-rE97YGw1Mk .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE97YGw1Mk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE97YGw1Mk .mbr-table-cell {
  padding: 0;
}
.cid-rE97YGw1Mk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE97YGw1Mk .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE97YGw1Mk .mbr-overlay {
  z-index: 1;
}
.cid-rE97YGw1Mk .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE97YGw1Mk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE97YGw1Mk .carousel-item .container {
    width: 100%;
  }
}
.cid-rE97YGw1Mk .carousel-item-next.carousel-item-left,
.cid-rE97YGw1Mk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE97YGw1Mk .active.carousel-item-right,
.cid-rE97YGw1Mk .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE97YGw1Mk .active.carousel-item-left,
.cid-rE97YGw1Mk .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE97YGw1Mk .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE97YGw1Mk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE97YGw1Mk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE97YGw1Mk .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE97YGw1Mk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE97YGw1Mk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE97YGw1Mk .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE97YGw1Mk .mbr-slider .carousel-indicators li.active,
.cid-rE97YGw1Mk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE97YGw1Mk .mbr-slider .carousel-indicators li::after,
.cid-rE97YGw1Mk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE97YGw1Mk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE97YGw1Mk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE97YGw1Mk .mbr-slider > .container img {
  width: 100%;
}
.cid-rE97YGw1Mk .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE97YGw1Mk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE97YGw1Mk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE97YGw1Mk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE97YGw1Mk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE97YGw1Mk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE97YGw1Mk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE97YGw1Mk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE97YGw1Mk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE97YGw1Mk .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE97YGw1Mk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE97YGw1Mk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE97YGw1Mk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE97YGw1Mk .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE97YGw1Mk .carousel-inner {
  height: 100%;
}
.cid-rE97YGw1Mk .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE97YGw1Mk .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE97YGw1Mk .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE97YGw1Mk .carousel-item .container-slide {
  text-align: center;
}
.cid-rE97YGw1Mk .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4twNcq {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rE7w4twNcq .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4twNcq h4 {
  font-weight: 500;
}
.cid-rE7w4twNcq p {
  color: #232323;
}
.cid-rE7w4twNcq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4twNcq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4twNcq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4twNcq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4twNcq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4twNcq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4twNcq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4twNcq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4twNcq .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4twNcq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE98WUAujE {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rE98WUAujE .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE98WUAujE .modal-body .close {
  background: #1b1b1b;
}
.cid-rE98WUAujE .modal-body .close span {
  font-style: normal;
}
.cid-rE98WUAujE .carousel-inner > .active,
.cid-rE98WUAujE .carousel-inner > .next,
.cid-rE98WUAujE .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE98WUAujE .carousel-control .icon-next,
.cid-rE98WUAujE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE98WUAujE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE98WUAujE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE98WUAujE .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE98WUAujE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE98WUAujE .boxed-slider > div {
  position: relative;
}
.cid-rE98WUAujE .container img {
  width: 100%;
}
.cid-rE98WUAujE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE98WUAujE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE98WUAujE .mbr-table-cell {
  padding: 0;
}
.cid-rE98WUAujE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE98WUAujE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE98WUAujE .mbr-overlay {
  z-index: 1;
}
.cid-rE98WUAujE .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE98WUAujE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE98WUAujE .carousel-item .container {
    width: 100%;
  }
}
.cid-rE98WUAujE .carousel-item-next.carousel-item-left,
.cid-rE98WUAujE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE98WUAujE .active.carousel-item-right,
.cid-rE98WUAujE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE98WUAujE .active.carousel-item-left,
.cid-rE98WUAujE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE98WUAujE .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE98WUAujE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE98WUAujE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE98WUAujE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE98WUAujE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE98WUAujE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE98WUAujE .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE98WUAujE .mbr-slider .carousel-indicators li.active,
.cid-rE98WUAujE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE98WUAujE .mbr-slider .carousel-indicators li::after,
.cid-rE98WUAujE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE98WUAujE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE98WUAujE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE98WUAujE .mbr-slider > .container img {
  width: 100%;
}
.cid-rE98WUAujE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE98WUAujE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE98WUAujE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE98WUAujE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE98WUAujE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE98WUAujE .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE98WUAujE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE98WUAujE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE98WUAujE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE98WUAujE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE98WUAujE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE98WUAujE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE98WUAujE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE98WUAujE .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE98WUAujE .carousel-inner {
  height: 100%;
}
.cid-rE98WUAujE .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE98WUAujE .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE98WUAujE .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE98WUAujE .carousel-item .container-slide {
  text-align: center;
}
.cid-rE98WUAujE .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4v6KMi {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rE7w4v6KMi .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4v6KMi h4 {
  font-weight: 500;
}
.cid-rE7w4v6KMi p {
  color: #232323;
}
.cid-rE7w4v6KMi .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4v6KMi .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4v6KMi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4v6KMi .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4v6KMi .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4v6KMi .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4v6KMi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4v6KMi .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4v6KMi .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4v6KMi .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE99GcJf2d {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rE99GcJf2d .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE99GcJf2d .modal-body .close {
  background: #1b1b1b;
}
.cid-rE99GcJf2d .modal-body .close span {
  font-style: normal;
}
.cid-rE99GcJf2d .carousel-inner > .active,
.cid-rE99GcJf2d .carousel-inner > .next,
.cid-rE99GcJf2d .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE99GcJf2d .carousel-control .icon-next,
.cid-rE99GcJf2d .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE99GcJf2d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE99GcJf2d .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE99GcJf2d .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE99GcJf2d .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE99GcJf2d .boxed-slider > div {
  position: relative;
}
.cid-rE99GcJf2d .container img {
  width: 100%;
}
.cid-rE99GcJf2d .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE99GcJf2d .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE99GcJf2d .mbr-table-cell {
  padding: 0;
}
.cid-rE99GcJf2d .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE99GcJf2d .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE99GcJf2d .mbr-overlay {
  z-index: 1;
}
.cid-rE99GcJf2d .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE99GcJf2d .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE99GcJf2d .carousel-item .container {
    width: 100%;
  }
}
.cid-rE99GcJf2d .carousel-item-next.carousel-item-left,
.cid-rE99GcJf2d .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE99GcJf2d .active.carousel-item-right,
.cid-rE99GcJf2d .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE99GcJf2d .active.carousel-item-left,
.cid-rE99GcJf2d .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE99GcJf2d .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE99GcJf2d .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE99GcJf2d .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE99GcJf2d .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE99GcJf2d .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE99GcJf2d .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE99GcJf2d .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE99GcJf2d .mbr-slider .carousel-indicators li.active,
.cid-rE99GcJf2d .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE99GcJf2d .mbr-slider .carousel-indicators li::after,
.cid-rE99GcJf2d .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE99GcJf2d .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE99GcJf2d .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE99GcJf2d .mbr-slider > .container img {
  width: 100%;
}
.cid-rE99GcJf2d .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE99GcJf2d .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE99GcJf2d .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE99GcJf2d .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE99GcJf2d .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE99GcJf2d .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE99GcJf2d .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE99GcJf2d .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE99GcJf2d .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE99GcJf2d .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE99GcJf2d .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE99GcJf2d .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE99GcJf2d .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE99GcJf2d .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE99GcJf2d .carousel-inner {
  height: 100%;
}
.cid-rE99GcJf2d .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE99GcJf2d .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE99GcJf2d .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE99GcJf2d .carousel-item .container-slide {
  text-align: center;
}
.cid-rE99GcJf2d .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4xxcRz {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rE7w4xxcRz .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4xxcRz h4 {
  font-weight: 500;
}
.cid-rE7w4xxcRz p {
  color: #232323;
}
.cid-rE7w4xxcRz .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4xxcRz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4xxcRz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4xxcRz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4xxcRz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4xxcRz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4xxcRz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4xxcRz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4xxcRz .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4xxcRz .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE9aNQZqRL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rE9aNQZqRL .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE9aNQZqRL .modal-body .close {
  background: #1b1b1b;
}
.cid-rE9aNQZqRL .modal-body .close span {
  font-style: normal;
}
.cid-rE9aNQZqRL .carousel-inner > .active,
.cid-rE9aNQZqRL .carousel-inner > .next,
.cid-rE9aNQZqRL .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE9aNQZqRL .carousel-control .icon-next,
.cid-rE9aNQZqRL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE9aNQZqRL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE9aNQZqRL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE9aNQZqRL .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE9aNQZqRL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE9aNQZqRL .boxed-slider > div {
  position: relative;
}
.cid-rE9aNQZqRL .container img {
  width: 100%;
}
.cid-rE9aNQZqRL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE9aNQZqRL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9aNQZqRL .mbr-table-cell {
  padding: 0;
}
.cid-rE9aNQZqRL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE9aNQZqRL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE9aNQZqRL .mbr-overlay {
  z-index: 1;
}
.cid-rE9aNQZqRL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9aNQZqRL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE9aNQZqRL .carousel-item .container {
    width: 100%;
  }
}
.cid-rE9aNQZqRL .carousel-item-next.carousel-item-left,
.cid-rE9aNQZqRL .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE9aNQZqRL .active.carousel-item-right,
.cid-rE9aNQZqRL .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE9aNQZqRL .active.carousel-item-left,
.cid-rE9aNQZqRL .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE9aNQZqRL .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE9aNQZqRL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE9aNQZqRL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE9aNQZqRL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE9aNQZqRL .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE9aNQZqRL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE9aNQZqRL .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE9aNQZqRL .mbr-slider .carousel-indicators li.active,
.cid-rE9aNQZqRL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE9aNQZqRL .mbr-slider .carousel-indicators li::after,
.cid-rE9aNQZqRL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE9aNQZqRL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE9aNQZqRL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE9aNQZqRL .mbr-slider > .container img {
  width: 100%;
}
.cid-rE9aNQZqRL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE9aNQZqRL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE9aNQZqRL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE9aNQZqRL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9aNQZqRL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE9aNQZqRL .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE9aNQZqRL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE9aNQZqRL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE9aNQZqRL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE9aNQZqRL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9aNQZqRL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE9aNQZqRL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE9aNQZqRL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE9aNQZqRL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE9aNQZqRL .carousel-inner {
  height: 100%;
}
.cid-rE9aNQZqRL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE9aNQZqRL .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE9aNQZqRL .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE9aNQZqRL .carousel-item .container-slide {
  text-align: center;
}
.cid-rE9aNQZqRL .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4z48or {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rE7w4z48or .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4z48or h4 {
  font-weight: 500;
}
.cid-rE7w4z48or p {
  color: #232323;
}
.cid-rE7w4z48or .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4z48or .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4z48or .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4z48or .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4z48or .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4z48or .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4z48or .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4z48or .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4z48or .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4z48or .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rECGQpcw0d {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rECGQpcw0d .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rECGQpcw0d .modal-body .close {
  background: #1b1b1b;
}
.cid-rECGQpcw0d .modal-body .close span {
  font-style: normal;
}
.cid-rECGQpcw0d .carousel-inner > .active,
.cid-rECGQpcw0d .carousel-inner > .next,
.cid-rECGQpcw0d .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rECGQpcw0d .carousel-control .icon-next,
.cid-rECGQpcw0d .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rECGQpcw0d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rECGQpcw0d .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rECGQpcw0d .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rECGQpcw0d .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rECGQpcw0d .boxed-slider > div {
  position: relative;
}
.cid-rECGQpcw0d .container img {
  width: 100%;
}
.cid-rECGQpcw0d .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rECGQpcw0d .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rECGQpcw0d .mbr-table-cell {
  padding: 0;
}
.cid-rECGQpcw0d .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rECGQpcw0d .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rECGQpcw0d .mbr-overlay {
  z-index: 1;
}
.cid-rECGQpcw0d .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rECGQpcw0d .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rECGQpcw0d .carousel-item .container {
    width: 100%;
  }
}
.cid-rECGQpcw0d .carousel-item-next.carousel-item-left,
.cid-rECGQpcw0d .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rECGQpcw0d .active.carousel-item-right,
.cid-rECGQpcw0d .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rECGQpcw0d .active.carousel-item-left,
.cid-rECGQpcw0d .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rECGQpcw0d .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rECGQpcw0d .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rECGQpcw0d .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rECGQpcw0d .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rECGQpcw0d .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rECGQpcw0d .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rECGQpcw0d .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rECGQpcw0d .mbr-slider .carousel-indicators li.active,
.cid-rECGQpcw0d .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rECGQpcw0d .mbr-slider .carousel-indicators li::after,
.cid-rECGQpcw0d .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rECGQpcw0d .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rECGQpcw0d .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rECGQpcw0d .mbr-slider > .container img {
  width: 100%;
}
.cid-rECGQpcw0d .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rECGQpcw0d .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rECGQpcw0d .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rECGQpcw0d .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rECGQpcw0d .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rECGQpcw0d .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rECGQpcw0d .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rECGQpcw0d .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rECGQpcw0d .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rECGQpcw0d .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rECGQpcw0d .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rECGQpcw0d .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rECGQpcw0d .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rECGQpcw0d .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rECGQpcw0d .carousel-inner {
  height: 100%;
}
.cid-rECGQpcw0d .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rECGQpcw0d .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rECGQpcw0d .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rECGQpcw0d .carousel-item .container-slide {
  text-align: center;
}
.cid-rECGQpcw0d .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4AZwQS {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rE7w4AZwQS .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4AZwQS h4 {
  font-weight: 500;
}
.cid-rE7w4AZwQS p {
  color: #232323;
}
.cid-rE7w4AZwQS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4AZwQS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4AZwQS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4AZwQS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4AZwQS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4AZwQS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4AZwQS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4AZwQS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4AZwQS .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4AZwQS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE9bOezm6C {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rE9bOezm6C .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE9bOezm6C .modal-body .close {
  background: #1b1b1b;
}
.cid-rE9bOezm6C .modal-body .close span {
  font-style: normal;
}
.cid-rE9bOezm6C .carousel-inner > .active,
.cid-rE9bOezm6C .carousel-inner > .next,
.cid-rE9bOezm6C .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE9bOezm6C .carousel-control .icon-next,
.cid-rE9bOezm6C .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE9bOezm6C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE9bOezm6C .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE9bOezm6C .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE9bOezm6C .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE9bOezm6C .boxed-slider > div {
  position: relative;
}
.cid-rE9bOezm6C .container img {
  width: 100%;
}
.cid-rE9bOezm6C .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE9bOezm6C .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9bOezm6C .mbr-table-cell {
  padding: 0;
}
.cid-rE9bOezm6C .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE9bOezm6C .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE9bOezm6C .mbr-overlay {
  z-index: 1;
}
.cid-rE9bOezm6C .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9bOezm6C .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE9bOezm6C .carousel-item .container {
    width: 100%;
  }
}
.cid-rE9bOezm6C .carousel-item-next.carousel-item-left,
.cid-rE9bOezm6C .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE9bOezm6C .active.carousel-item-right,
.cid-rE9bOezm6C .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE9bOezm6C .active.carousel-item-left,
.cid-rE9bOezm6C .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE9bOezm6C .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE9bOezm6C .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE9bOezm6C .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE9bOezm6C .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE9bOezm6C .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE9bOezm6C .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE9bOezm6C .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE9bOezm6C .mbr-slider .carousel-indicators li.active,
.cid-rE9bOezm6C .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE9bOezm6C .mbr-slider .carousel-indicators li::after,
.cid-rE9bOezm6C .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE9bOezm6C .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE9bOezm6C .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE9bOezm6C .mbr-slider > .container img {
  width: 100%;
}
.cid-rE9bOezm6C .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE9bOezm6C .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE9bOezm6C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE9bOezm6C .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9bOezm6C .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE9bOezm6C .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE9bOezm6C .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE9bOezm6C .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE9bOezm6C .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE9bOezm6C .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9bOezm6C .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE9bOezm6C .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE9bOezm6C .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE9bOezm6C .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE9bOezm6C .carousel-inner {
  height: 100%;
}
.cid-rE9bOezm6C .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE9bOezm6C .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE9bOezm6C .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE9bOezm6C .carousel-item .container-slide {
  text-align: center;
}
.cid-rE9bOezm6C .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4CAYa1 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rE7w4CAYa1 .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4CAYa1 h4 {
  font-weight: 500;
}
.cid-rE7w4CAYa1 p {
  color: #232323;
}
.cid-rE7w4CAYa1 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4CAYa1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4CAYa1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4CAYa1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4CAYa1 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4CAYa1 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4CAYa1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4CAYa1 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4CAYa1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4CAYa1 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE9ceV8Ngm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rE9ceV8Ngm .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE9ceV8Ngm .modal-body .close {
  background: #1b1b1b;
}
.cid-rE9ceV8Ngm .modal-body .close span {
  font-style: normal;
}
.cid-rE9ceV8Ngm .carousel-inner > .active,
.cid-rE9ceV8Ngm .carousel-inner > .next,
.cid-rE9ceV8Ngm .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE9ceV8Ngm .carousel-control .icon-next,
.cid-rE9ceV8Ngm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE9ceV8Ngm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE9ceV8Ngm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE9ceV8Ngm .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE9ceV8Ngm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE9ceV8Ngm .boxed-slider > div {
  position: relative;
}
.cid-rE9ceV8Ngm .container img {
  width: 100%;
}
.cid-rE9ceV8Ngm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE9ceV8Ngm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9ceV8Ngm .mbr-table-cell {
  padding: 0;
}
.cid-rE9ceV8Ngm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE9ceV8Ngm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE9ceV8Ngm .mbr-overlay {
  z-index: 1;
}
.cid-rE9ceV8Ngm .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9ceV8Ngm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE9ceV8Ngm .carousel-item .container {
    width: 100%;
  }
}
.cid-rE9ceV8Ngm .carousel-item-next.carousel-item-left,
.cid-rE9ceV8Ngm .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE9ceV8Ngm .active.carousel-item-right,
.cid-rE9ceV8Ngm .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE9ceV8Ngm .active.carousel-item-left,
.cid-rE9ceV8Ngm .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE9ceV8Ngm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-indicators li.active,
.cid-rE9ceV8Ngm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-indicators li::after,
.cid-rE9ceV8Ngm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE9ceV8Ngm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE9ceV8Ngm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE9ceV8Ngm .mbr-slider > .container img {
  width: 100%;
}
.cid-rE9ceV8Ngm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE9ceV8Ngm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE9ceV8Ngm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE9ceV8Ngm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9ceV8Ngm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE9ceV8Ngm .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE9ceV8Ngm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE9ceV8Ngm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE9ceV8Ngm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE9ceV8Ngm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9ceV8Ngm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE9ceV8Ngm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE9ceV8Ngm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE9ceV8Ngm .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE9ceV8Ngm .carousel-inner {
  height: 100%;
}
.cid-rE9ceV8Ngm .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE9ceV8Ngm .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE9ceV8Ngm .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE9ceV8Ngm .carousel-item .container-slide {
  text-align: center;
}
.cid-rE9ceV8Ngm .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4Eynzr {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rE7w4Eynzr .mbr-section-btn > * {
  margin: 0;
}
.cid-rE7w4Eynzr h4 {
  font-weight: 500;
}
.cid-rE7w4Eynzr p {
  color: #232323;
}
.cid-rE7w4Eynzr .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rE7w4Eynzr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rE7w4Eynzr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7w4Eynzr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rE7w4Eynzr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rE7w4Eynzr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rE7w4Eynzr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rE7w4Eynzr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rE7w4Eynzr .card-img span {
    font-size: 40px !important;
  }
}
.cid-rE7w4Eynzr .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rE9cKyEuq7 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rE9cKyEuq7 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE9cKyEuq7 .modal-body .close {
  background: #1b1b1b;
}
.cid-rE9cKyEuq7 .modal-body .close span {
  font-style: normal;
}
.cid-rE9cKyEuq7 .carousel-inner > .active,
.cid-rE9cKyEuq7 .carousel-inner > .next,
.cid-rE9cKyEuq7 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rE9cKyEuq7 .carousel-control .icon-next,
.cid-rE9cKyEuq7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rE9cKyEuq7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE9cKyEuq7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rE9cKyEuq7 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rE9cKyEuq7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rE9cKyEuq7 .boxed-slider > div {
  position: relative;
}
.cid-rE9cKyEuq7 .container img {
  width: 100%;
}
.cid-rE9cKyEuq7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rE9cKyEuq7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9cKyEuq7 .mbr-table-cell {
  padding: 0;
}
.cid-rE9cKyEuq7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rE9cKyEuq7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rE9cKyEuq7 .mbr-overlay {
  z-index: 1;
}
.cid-rE9cKyEuq7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9cKyEuq7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rE9cKyEuq7 .carousel-item .container {
    width: 100%;
  }
}
.cid-rE9cKyEuq7 .carousel-item-next.carousel-item-left,
.cid-rE9cKyEuq7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rE9cKyEuq7 .active.carousel-item-right,
.cid-rE9cKyEuq7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rE9cKyEuq7 .active.carousel-item-left,
.cid-rE9cKyEuq7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rE9cKyEuq7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-indicators li.active,
.cid-rE9cKyEuq7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-indicators li::after,
.cid-rE9cKyEuq7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rE9cKyEuq7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rE9cKyEuq7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rE9cKyEuq7 .mbr-slider > .container img {
  width: 100%;
}
.cid-rE9cKyEuq7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rE9cKyEuq7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rE9cKyEuq7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rE9cKyEuq7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rE9cKyEuq7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rE9cKyEuq7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rE9cKyEuq7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rE9cKyEuq7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rE9cKyEuq7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rE9cKyEuq7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rE9cKyEuq7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rE9cKyEuq7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rE9cKyEuq7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rE9cKyEuq7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rE9cKyEuq7 .carousel-inner {
  height: 100%;
}
.cid-rE9cKyEuq7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rE9cKyEuq7 .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rE9cKyEuq7 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rE9cKyEuq7 .carousel-item .container-slide {
  text-align: center;
}
.cid-rE9cKyEuq7 .content-slider-wrap {
  width: 87%;
}
.cid-rE7w4UXZc3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-rE7w4UXZc3 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-rE7w4UXZc3 .mbr-author-name {
  font-weight: bold;
}
.cid-rE7w4UXZc3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rE7zwXvZmb .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rE7zwXvZmb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rE7zwXvZmb a {
  font-style: normal;
}
.cid-rE7zwXvZmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rE7zwXvZmb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rE7zwXvZmb .nav-item:focus,
.cid-rE7zwXvZmb .nav-link:focus {
  outline: none;
}
.cid-rE7zwXvZmb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rE7zwXvZmb .menu-logo {
  margin-right: auto;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rE7zwXvZmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rE7zwXvZmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rE7zwXvZmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rE7zwXvZmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rE7zwXvZmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rE7zwXvZmb button.navbar-toggler:focus {
  outline: none;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rE7zwXvZmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rE7zwXvZmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rE7zwXvZmb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rE7zwXvZmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rE7zwXvZmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rE7zwXvZmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rE7zwXvZmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rE7zwXvZmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rE7zwXvZmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rE7zwXvZmb .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-rE7zwXvZmb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb img {
    height: 3.8rem !important;
  }
  .cid-rE7zwXvZmb .btn {
    display: -webkit-flex;
  }
  .cid-rE7zwXvZmb button.navbar-toggler {
    display: block;
  }
  .cid-rE7zwXvZmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rE7zwXvZmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rE7zwXvZmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing,
  .cid-rE7zwXvZmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rE7zwXvZmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rE7zwXvZmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rE7zwXvZmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rE7zwXvZmb .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-rE7zwXvZmb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rE7zwXvZmb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rE7zwXvZmb .nav-link:hover,
.cid-rE7zwXvZmb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rED1uPPR0t {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/protecs-upm1026-display-2-2000x1283.jpeg");
}
.cid-rED1uRtVfP {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rED1uRtVfP .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rED1uRtVfP .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rED1uRtVfP .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rED1uRtVfP .separline {
  position: relative;
}
.cid-rED1uRtVfP .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rED1uRtVfP .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rED1uRtVfP .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rED1uRtVfP .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rED1uRtVfP .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rED1uTws9o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rED1uTws9o h2 {
  text-align: left;
}
.cid-rED1uTws9o h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rED1uTws9o p {
  color: #767676;
  text-align: left;
}
.cid-rED1uTws9o .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rED1uTws9o .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rED1uTws9o .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rED1uTws9o .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rED1uTws9o .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rED1uTws9o .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rED1uTws9o .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rED1uTws9o .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rED1uTws9o .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rED1uTws9o .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rED1uTws9o .card-img span {
    font-size: 40px !important;
  }
}
.cid-rED1uWn2IL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rED1uWn2IL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rED1uWn2IL .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rED1uWn2IL .mbr-text {
  color: #767676;
}
.cid-rED1uUWtst {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rED1uUWtst .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rED1uUWtst .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rED1uUWtst .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rED1uUWtst .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rED1uUWtst .mbr-text {
  color: #767676;
}
.cid-rED1v0JRvF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rED1v0JRvF .mbr-text,
.cid-rED1v0JRvF blockquote {
  color: #767676;
}
.cid-rELKPKETCS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rELKPKETCS .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rELKPKETCS .modal-body .close {
  background: #1b1b1b;
}
.cid-rELKPKETCS .modal-body .close span {
  font-style: normal;
}
.cid-rELKPKETCS .carousel-inner > .active,
.cid-rELKPKETCS .carousel-inner > .next,
.cid-rELKPKETCS .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rELKPKETCS .carousel-control .icon-next,
.cid-rELKPKETCS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rELKPKETCS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rELKPKETCS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rELKPKETCS .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rELKPKETCS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rELKPKETCS .boxed-slider > div {
  position: relative;
}
.cid-rELKPKETCS .container img {
  width: 100%;
}
.cid-rELKPKETCS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rELKPKETCS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rELKPKETCS .mbr-table-cell {
  padding: 0;
}
.cid-rELKPKETCS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rELKPKETCS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rELKPKETCS .mbr-overlay {
  z-index: 1;
}
.cid-rELKPKETCS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rELKPKETCS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rELKPKETCS .carousel-item .container {
    width: 100%;
  }
}
.cid-rELKPKETCS .carousel-item-next.carousel-item-left,
.cid-rELKPKETCS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rELKPKETCS .active.carousel-item-right,
.cid-rELKPKETCS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rELKPKETCS .active.carousel-item-left,
.cid-rELKPKETCS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rELKPKETCS .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rELKPKETCS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rELKPKETCS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rELKPKETCS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rELKPKETCS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rELKPKETCS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rELKPKETCS .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rELKPKETCS .mbr-slider .carousel-indicators li.active,
.cid-rELKPKETCS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rELKPKETCS .mbr-slider .carousel-indicators li::after,
.cid-rELKPKETCS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rELKPKETCS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rELKPKETCS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rELKPKETCS .mbr-slider > .container img {
  width: 100%;
}
.cid-rELKPKETCS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rELKPKETCS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rELKPKETCS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rELKPKETCS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rELKPKETCS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rELKPKETCS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rELKPKETCS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rELKPKETCS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rELKPKETCS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rELKPKETCS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rELKPKETCS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rELKPKETCS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rELKPKETCS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rELKPKETCS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rELKPKETCS .carousel-inner {
  height: 100%;
}
.cid-rELKPKETCS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rELKPKETCS .image_wrapper {
  height: 340px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rELKPKETCS .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rELKPKETCS .carousel-item .container-slide {
  text-align: center;
}
.cid-rELKPKETCS .content-slider-wrap {
  width: 87%;
}
.cid-rED1v3JzPN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rED1v3JzPN .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rED1v3JzPN .container-table {
  margin: 0 auto;
}
.cid-rED1v3JzPN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rED1v3JzPN .dataTables_wrapper {
  display: block;
}
.cid-rED1v3JzPN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rED1v3JzPN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rED1v3JzPN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rED1v3JzPN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rED1v3JzPN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rED1v3JzPN table td {
  border-top: 1px solid #cccccc;
}
.cid-rED1v3JzPN table.table {
  background: #ffffff;
}
.cid-rED1v3JzPN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rED1v3JzPN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rED1v3JzPN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rED1v3JzPN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rED1v3JzPN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rED1v3JzPN .dataTables_filter {
    text-align: center;
  }
  .cid-rED1v3JzPN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rELJq8IH0P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rED1v5j0wk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-rED1v5j0wk .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-rED1v5j0wk .mbr-author-name {
  font-weight: bold;
}
.cid-rED1v5j0wk .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rED1v5XU7T .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rED1v5XU7T .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rED1v5XU7T a {
  font-style: normal;
}
.cid-rED1v5XU7T .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rED1v5XU7T .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rED1v5XU7T .nav-item:focus,
.cid-rED1v5XU7T .nav-link:focus {
  outline: none;
}
.cid-rED1v5XU7T .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rED1v5XU7T .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rED1v5XU7T .menu-logo {
  margin-right: auto;
}
.cid-rED1v5XU7T .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rED1v5XU7T .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-rED1v5XU7T .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rED1v5XU7T .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rED1v5XU7T .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rED1v5XU7T .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rED1v5XU7T .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rED1v5XU7T .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rED1v5XU7T .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rED1v5XU7T .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rED1v5XU7T .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rED1v5XU7T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rED1v5XU7T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rED1v5XU7T .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rED1v5XU7T .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rED1v5XU7T .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-rED1v5XU7T .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rED1v5XU7T .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rED1v5XU7T .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rED1v5XU7T .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rED1v5XU7T .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rED1v5XU7T .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rED1v5XU7T button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rED1v5XU7T button.navbar-toggler:focus {
  outline: none;
}
.cid-rED1v5XU7T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rED1v5XU7T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rED1v5XU7T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rED1v5XU7T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rED1v5XU7T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rED1v5XU7T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rED1v5XU7T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rED1v5XU7T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rED1v5XU7T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rED1v5XU7T .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rED1v5XU7T .collapsed .btn {
  display: -webkit-flex;
}
.cid-rED1v5XU7T .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rED1v5XU7T .collapsed .navbar-collapse.collapsing,
.cid-rED1v5XU7T .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rED1v5XU7T .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rED1v5XU7T .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rED1v5XU7T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rED1v5XU7T .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rED1v5XU7T .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rED1v5XU7T .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rED1v5XU7T .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rED1v5XU7T .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rED1v5XU7T .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rED1v5XU7T .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rED1v5XU7T .collapsed button.navbar-toggler {
  display: block;
}
.cid-rED1v5XU7T .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rED1v5XU7T .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rED1v5XU7T .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-rED1v5XU7T .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rED1v5XU7T .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rED1v5XU7T .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-rED1v5XU7T.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rED1v5XU7T img {
    height: 3.8rem !important;
  }
  .cid-rED1v5XU7T .btn {
    display: -webkit-flex;
  }
  .cid-rED1v5XU7T button.navbar-toggler {
    display: block;
  }
  .cid-rED1v5XU7T .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rED1v5XU7T .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rED1v5XU7T .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rED1v5XU7T .navbar-collapse.collapsing,
  .cid-rED1v5XU7T .navbar-collapse.show {
    display: block !important;
  }
  .cid-rED1v5XU7T .navbar-collapse.collapsing .navbar-nav,
  .cid-rED1v5XU7T .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rED1v5XU7T .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rED1v5XU7T .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rED1v5XU7T .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rED1v5XU7T .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rED1v5XU7T .navbar-collapse.collapsing .navbar-buttons,
  .cid-rED1v5XU7T .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rED1v5XU7T .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rED1v5XU7T .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rED1v5XU7T .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-rED1v5XU7T .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rED1v5XU7T .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rED1v5XU7T .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-rED1v5XU7T .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rED1v5XU7T .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rED1v5XU7T .nav-link:hover,
.cid-rED1v5XU7T .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uz9VJW2xr6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uz9VJW2xr6 .line {
  background-color: #8eb6c3;
  color: #8eb6c3;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uz9VJW2xr6 .section-text {
  padding: 2rem 0;
}
.cid-uz9VJW2xr6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uz9VJW2xr6 .inner-container {
    width: 100% !important;
  }
}
.cid-uz9VJVNgoj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uz9VJVNgoj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uz9VJVNgoj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz9VJVNgoj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uz9VJVNgoj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uz9VJVNgoj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uz9VJVNgoj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uz9VJVNgoj .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uz9VJVNgoj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uz9VJVNgoj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uz9VJVNgoj .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-uz9VJWv3re {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uz9VJWv3re .card-box {
  padding: 0 2rem;
}
.cid-uz9VJWv3re .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uz9VJWv3re .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uz9VJWv3re h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uz9VJWv3re p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uz9VJWv3re .mbr-text {
  color: #767676;
}
.cid-uz9VJWv3re .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uz9VJWv3re .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uB1LG85de8 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #bbcbce;
}
.cid-uB1LG85de8 .mbr-text {
  color: #000000;
}
.cid-uB1LG85de8 .mbr-text p {
  background: #ffffff;
}
.cid-uz9VJXbFHW {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uz9VJXbFHW .mbr-section-subtitle {
  color: #767676;
}
.cid-uAftz25rj9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30a4cb;
}
.cid-uAftz25rj9 .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAftz25rj9 .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAftz25rj9 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAftz25rj9 .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAftz25rj9 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uAftz25rj9 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uAftz25rj9 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAftz25rj9 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAftz25rj9 .media-block {
    padding-left: 2rem;
  }
}
.cid-uAftz25rj9 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAftz25rj9 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAftz25rj9 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAfzSP4BDT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uAfzSP4BDT .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAfzSP4BDT .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAfzSP4BDT .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAfzSP4BDT .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #a7b8bd;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAfzSP4BDT .cards-block {
    border-top: 2px solid #a7b8bd;
  }
}
.cid-uAfzSP4BDT .cards-block .card {
  border-bottom: 2px solid #a7b8bd;
  border-radius: 0;
}
.cid-uAfzSP4BDT .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAfzSP4BDT .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAfzSP4BDT .media-block {
    padding-right: 2rem;
  }
}
.cid-uAfzSP4BDT .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAfzSP4BDT .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAg4cjk2OJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30a4cb;
}
.cid-uAg4cjk2OJ .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAg4cjk2OJ .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAg4cjk2OJ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAg4cjk2OJ .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAg4cjk2OJ .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uAg4cjk2OJ .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uAg4cjk2OJ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAg4cjk2OJ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAg4cjk2OJ .media-block {
    padding-left: 2rem;
  }
}
.cid-uAg4cjk2OJ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAg4cjk2OJ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAg4cjk2OJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAgbkOSvep {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uAgbkOSvep .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAgbkOSvep .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAgbkOSvep .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAgbkOSvep .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #073b4c;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAgbkOSvep .cards-block {
    border-top: 2px solid #073b4c;
  }
}
.cid-uAgbkOSvep .cards-block .card {
  border-bottom: 2px solid #073b4c;
  border-radius: 0;
}
.cid-uAgbkOSvep .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAgbkOSvep .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAgbkOSvep .media-block {
    padding-right: 2rem;
  }
}
.cid-uAgbkOSvep .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAgbkOSvep .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAghMWCkQ5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #30a4cb;
}
.cid-uAghMWCkQ5 .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAghMWCkQ5 .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAghMWCkQ5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAghMWCkQ5 .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAghMWCkQ5 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uAghMWCkQ5 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uAghMWCkQ5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAghMWCkQ5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAghMWCkQ5 .media-block {
    padding-left: 2rem;
  }
}
.cid-uAghMWCkQ5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAghMWCkQ5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAghMWCkQ5 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAgwL5kr4M {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uAgwL5kr4M .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAgwL5kr4M .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAgwL5kr4M .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAgwL5kr4M .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #073b4c;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAgwL5kr4M .cards-block {
    border-top: 2px solid #073b4c;
  }
}
.cid-uAgwL5kr4M .cards-block .card {
  border-bottom: 2px solid #073b4c;
  border-radius: 0;
}
.cid-uAgwL5kr4M .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAgwL5kr4M .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAgwL5kr4M .media-block {
    padding-right: 2rem;
  }
}
.cid-uAgwL5kr4M .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAgwL5kr4M .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uABt4cgTAd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #30a4cb;
}
.cid-uABt4cgTAd .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uABt4cgTAd .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uABt4cgTAd .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uABt4cgTAd .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uABt4cgTAd .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uABt4cgTAd .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uABt4cgTAd .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uABt4cgTAd .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uABt4cgTAd .media-block {
    padding-left: 2rem;
  }
}
.cid-uABt4cgTAd .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uABt4cgTAd .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uABt4cgTAd .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAgAkNYzll {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uAgAkNYzll .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAgAkNYzll .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAgAkNYzll .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAgAkNYzll .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #5b686b;
  border-radius: 50%;
}
.cid-uAgAkNYzll .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAgAkNYzll .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAgAkNYzll .media-block {
    padding-right: 2rem;
  }
}
.cid-uAgAkNYzll .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAgAkNYzll .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAgCHXP8lc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #30a4cb;
}
.cid-uAgCHXP8lc .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAgCHXP8lc .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAgCHXP8lc .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAgCHXP8lc .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAgCHXP8lc .cards-block {
    border-top: 2px solid #ffffff;
  }
}
.cid-uAgCHXP8lc .cards-block .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uAgCHXP8lc .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAgCHXP8lc .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAgCHXP8lc .media-block {
    padding-right: 2rem;
  }
}
.cid-uAgCHXP8lc .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAgCHXP8lc .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAmZBfkGUZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uAmZBfkGUZ .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAmZBfkGUZ .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAmZBfkGUZ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAmZBfkGUZ .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #5b686b;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAmZBfkGUZ .cards-block {
    border-top: 2px solid #5b686b;
  }
}
.cid-uAmZBfkGUZ .cards-block .card {
  border-bottom: 2px solid #5b686b;
  border-radius: 0;
}
.cid-uAmZBfkGUZ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAmZBfkGUZ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAmZBfkGUZ .media-block {
    padding-right: 2rem;
  }
}
.cid-uAmZBfkGUZ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAmZBfkGUZ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAn59XRELj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-uAn59XRELj .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uAn59XRELj .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uAn59XRELj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uAn59XRELj .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #5b686b;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uAn59XRELj .cards-block {
    border-top: 2px solid #5b686b;
  }
}
.cid-uAn59XRELj .cards-block .card {
  border-bottom: 2px solid #5b686b;
  border-radius: 0;
}
.cid-uAn59XRELj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uAn59XRELj .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uAn59XRELj .media-block {
    padding-left: 2rem;
  }
}
.cid-uAn59XRELj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uAn59XRELj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uAn59XRELj .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uB1Eou8p7C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uB1Eou8p7C .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uB1Eou8p7C .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uB1Eou8p7C .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uB1Eou8p7C .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uB1Eou8p7C .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uB1Eou8p7C .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uB1Eou8p7C .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uB1Eou8p7C .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uB1Eou8p7C .media-block {
    padding-right: 2rem;
  }
}
.cid-uB1Eou8p7C .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uB1Eou8p7C .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uB1EZrbbqW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uB1EZrbbqW .card-box {
  padding: 0 2rem;
}
.cid-uB1EZrbbqW .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uB1EZrbbqW .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uB1EZrbbqW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uB1EZrbbqW p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uB1EZrbbqW .mbr-text {
  color: #767676;
}
.cid-uB1EZrbbqW .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #149dcc;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uB1EZrbbqW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uz9VK1rX78 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbcbce;
}
.cid-uz9VK1rX78 .mbr-section-subtitle {
  color: #767676;
}
.cid-uz9VK1EMKw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #bbcbce;
}
.cid-uz9VK1EMKw .google-map {
  height: 25rem;
  position: relative;
}
.cid-uz9VK1EMKw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uz9VK1EMKw .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-uz9VK1EMKw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uz9VK1EMKw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uz9VK1S0nM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #8eb6c3;
}
.cid-uz9VK1S0nM .mbr-section-subtitle {
  color: #767676;
}
.cid-uz9VK2dwN8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bbcbce;
}
.cid-uz9VK2dwN8 .title {
  margin-bottom: 2rem;
}
.cid-uz9VK2dwN8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uz9VK2dwN8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uz9VK2dwN8 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uz9VK2dwN8 textarea.form-control {
  min-height: 188px;
}
.cid-uz9VK2uUpz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-uz9VK2uUpz .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uz9VK2uUpz .mbr-author-name {
  font-weight: bold;
}
.cid-uz9VK2uUpz .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uz9VK2HdK9 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uz9VK2HdK9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uz9VK2HdK9 a {
  font-style: normal;
}
.cid-uz9VK2HdK9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uz9VK2HdK9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uz9VK2HdK9 .nav-item:focus,
.cid-uz9VK2HdK9 .nav-link:focus {
  outline: none;
}
.cid-uz9VK2HdK9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uz9VK2HdK9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uz9VK2HdK9 .menu-logo {
  margin-right: auto;
}
.cid-uz9VK2HdK9 .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uz9VK2HdK9 .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-uz9VK2HdK9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uz9VK2HdK9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uz9VK2HdK9 .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uz9VK2HdK9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uz9VK2HdK9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uz9VK2HdK9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uz9VK2HdK9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz9VK2HdK9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uz9VK2HdK9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uz9VK2HdK9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uz9VK2HdK9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz9VK2HdK9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uz9VK2HdK9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz9VK2HdK9 .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-uz9VK2HdK9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uz9VK2HdK9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uz9VK2HdK9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uz9VK2HdK9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uz9VK2HdK9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uz9VK2HdK9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uz9VK2HdK9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uz9VK2HdK9 button.navbar-toggler:focus {
  outline: none;
}
.cid-uz9VK2HdK9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uz9VK2HdK9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz9VK2HdK9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz9VK2HdK9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz9VK2HdK9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz9VK2HdK9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz9VK2HdK9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz9VK2HdK9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz9VK2HdK9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz9VK2HdK9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uz9VK2HdK9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uz9VK2HdK9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.collapsing,
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uz9VK2HdK9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uz9VK2HdK9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uz9VK2HdK9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uz9VK2HdK9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uz9VK2HdK9 .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-uz9VK2HdK9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uz9VK2HdK9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uz9VK2HdK9 .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-uz9VK2HdK9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uz9VK2HdK9 img {
    height: 3.8rem !important;
  }
  .cid-uz9VK2HdK9 .btn {
    display: -webkit-flex;
  }
  .cid-uz9VK2HdK9 button.navbar-toggler {
    display: block;
  }
  .cid-uz9VK2HdK9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uz9VK2HdK9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uz9VK2HdK9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uz9VK2HdK9 .navbar-collapse.collapsing,
  .cid-uz9VK2HdK9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uz9VK2HdK9 .navbar-collapse.collapsing .navbar-nav,
  .cid-uz9VK2HdK9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uz9VK2HdK9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uz9VK2HdK9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uz9VK2HdK9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uz9VK2HdK9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uz9VK2HdK9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uz9VK2HdK9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uz9VK2HdK9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uz9VK2HdK9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uz9VK2HdK9 .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-uz9VK2HdK9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uz9VK2HdK9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uz9VK2HdK9 .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-uz9VK2HdK9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uz9VK2HdK9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uz9VK2HdK9 .nav-link:hover,
.cid-uz9VK2HdK9 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uhQkgjjsR2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uhQkgjjsR2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uhQkgjjsR2 a {
  font-style: normal;
}
.cid-uhQkgjjsR2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhQkgjjsR2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uhQkgjjsR2 .nav-item:focus,
.cid-uhQkgjjsR2 .nav-link:focus {
  outline: none;
}
.cid-uhQkgjjsR2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQkgjjsR2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhQkgjjsR2 .menu-logo {
  margin-right: auto;
}
.cid-uhQkgjjsR2 .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhQkgjjsR2 .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-uhQkgjjsR2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uhQkgjjsR2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhQkgjjsR2 .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uhQkgjjsR2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhQkgjjsR2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhQkgjjsR2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhQkgjjsR2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhQkgjjsR2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhQkgjjsR2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhQkgjjsR2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhQkgjjsR2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhQkgjjsR2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhQkgjjsR2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhQkgjjsR2 .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-uhQkgjjsR2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhQkgjjsR2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhQkgjjsR2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhQkgjjsR2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhQkgjjsR2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhQkgjjsR2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhQkgjjsR2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhQkgjjsR2 button.navbar-toggler:focus {
  outline: none;
}
.cid-uhQkgjjsR2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uhQkgjjsR2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhQkgjjsR2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhQkgjjsR2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhQkgjjsR2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhQkgjjsR2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhQkgjjsR2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhQkgjjsR2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhQkgjjsR2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhQkgjjsR2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhQkgjjsR2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhQkgjjsR2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.collapsing,
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhQkgjjsR2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uhQkgjjsR2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhQkgjjsR2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhQkgjjsR2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhQkgjjsR2 .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-uhQkgjjsR2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhQkgjjsR2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhQkgjjsR2 .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-uhQkgjjsR2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhQkgjjsR2 img {
    height: 3.8rem !important;
  }
  .cid-uhQkgjjsR2 .btn {
    display: -webkit-flex;
  }
  .cid-uhQkgjjsR2 button.navbar-toggler {
    display: block;
  }
  .cid-uhQkgjjsR2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uhQkgjjsR2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhQkgjjsR2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhQkgjjsR2 .navbar-collapse.collapsing,
  .cid-uhQkgjjsR2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhQkgjjsR2 .navbar-collapse.collapsing .navbar-nav,
  .cid-uhQkgjjsR2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhQkgjjsR2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhQkgjjsR2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhQkgjjsR2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uhQkgjjsR2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhQkgjjsR2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhQkgjjsR2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhQkgjjsR2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhQkgjjsR2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhQkgjjsR2 .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-uhQkgjjsR2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhQkgjjsR2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhQkgjjsR2 .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-uhQkgjjsR2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uhQkgjjsR2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhQkgjjsR2 .nav-link:hover,
.cid-uhQkgjjsR2 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uhQD7heWru {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc08241-2000x1333.jpg");
}
@media (min-width: 992px) {
  .cid-uhQD7heWru .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQD7heWru .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uhQD7heWru .mbr-text,
.cid-uhQD7heWru .mbr-section-btn {
  text-align: left;
}
.cid-uhQD7heWru .mbr-section-title {
  text-align: left;
}
.cid-uhQnaIy1ju {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhQnaIy1ju .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQnaIy1ju .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uhQnaIy1ju .mbr-text {
  color: #767676;
}
.cid-uhQv2ecFm3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhQni55gA9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhQni55gA9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uhQni55gA9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQni55gA9 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uhQni55gA9 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uhQni55gA9 .mbr-text {
  color: #767676;
}
.cid-uhQv3bZwu0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhQnj3LXIi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhQnj3LXIi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQnj3LXIi .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uhQnj3LXIi .mbr-text {
  color: #767676;
}
.cid-uhQv8gPUTR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhQkgkUYIW {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #cccccc;
}
.cid-uhQkgkUYIW .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uhQkgkUYIW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uhQkgkUYIW .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uhQkgkUYIW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhQkgkUYIW .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uhQkgkUYIW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uhQkgkUYIW .card .panel-body {
  color: #767676;
}
.cid-uhQkglbb4G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-uhQkglbb4G .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uhQkglbb4G .mbr-author-name {
  font-weight: bold;
}
.cid-uhQkglbb4G .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uhQkglmiCA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uB1pzk8hex {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uB1pzk8hex .mbr-section-subtitle {
  color: #767676;
}
.cid-uB1pzkgDg5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #30a4cb;
}
.cid-uB1pzkgDg5 .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uB1pzkgDg5 .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uB1pzkgDg5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uB1pzkgDg5 .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uB1pzkgDg5 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uB1pzkgDg5 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uB1pzkgDg5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uB1pzkgDg5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uB1pzkgDg5 .media-block {
    padding-left: 2rem;
  }
}
.cid-uB1pzkgDg5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uB1pzkgDg5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uB1pzkgDg5 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uB1pzkvSas {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uB1pzkvSas .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uB1pzkvSas .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uB1pzkvSas .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uB1pzkvSas .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #a7b8bd;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uB1pzkvSas .cards-block {
    border-top: 2px solid #a7b8bd;
  }
}
.cid-uB1pzkvSas .cards-block .card {
  border-bottom: 2px solid #a7b8bd;
  border-radius: 0;
}
.cid-uB1pzkvSas .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uB1pzkvSas .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uB1pzkvSas .media-block {
    padding-right: 2rem;
  }
}
.cid-uB1pzkvSas .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uB1pzkvSas .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uB1pzkKFHW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30a4cb;
}
.cid-uB1pzkKFHW .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-uB1pzkKFHW .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uB1pzkKFHW .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uB1pzkKFHW .img-text {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uB1pzkKFHW .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uB1pzkKFHW .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uB1pzkKFHW .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uB1pzkKFHW .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uB1pzkKFHW .media-block {
    padding-left: 2rem;
  }
}
.cid-uB1pzkKFHW .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uB1pzkKFHW .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uB1pzkKFHW .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uB1BrMYlYw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uB1pzohdMT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-uB1pzohdMT .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uB1pzohdMT .mbr-author-name {
  font-weight: bold;
}
.cid-uB1pzohdMT .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uB1pzotxAQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uB1pzotxAQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uB1pzotxAQ a {
  font-style: normal;
}
.cid-uB1pzotxAQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uB1pzotxAQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uB1pzotxAQ .nav-item:focus,
.cid-uB1pzotxAQ .nav-link:focus {
  outline: none;
}
.cid-uB1pzotxAQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uB1pzotxAQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uB1pzotxAQ .menu-logo {
  margin-right: auto;
}
.cid-uB1pzotxAQ .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uB1pzotxAQ .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-uB1pzotxAQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uB1pzotxAQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uB1pzotxAQ .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uB1pzotxAQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uB1pzotxAQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uB1pzotxAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uB1pzotxAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uB1pzotxAQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uB1pzotxAQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uB1pzotxAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uB1pzotxAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1pzotxAQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uB1pzotxAQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1pzotxAQ .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-uB1pzotxAQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uB1pzotxAQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uB1pzotxAQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uB1pzotxAQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uB1pzotxAQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uB1pzotxAQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uB1pzotxAQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uB1pzotxAQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uB1pzotxAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uB1pzotxAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uB1pzotxAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uB1pzotxAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uB1pzotxAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uB1pzotxAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB1pzotxAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uB1pzotxAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uB1pzotxAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB1pzotxAQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uB1pzotxAQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uB1pzotxAQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uB1pzotxAQ .collapsed .navbar-collapse.collapsing,
.cid-uB1pzotxAQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uB1pzotxAQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uB1pzotxAQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uB1pzotxAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uB1pzotxAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uB1pzotxAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uB1pzotxAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uB1pzotxAQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uB1pzotxAQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uB1pzotxAQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uB1pzotxAQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uB1pzotxAQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uB1pzotxAQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uB1pzotxAQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uB1pzotxAQ .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-uB1pzotxAQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uB1pzotxAQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uB1pzotxAQ .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-uB1pzotxAQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uB1pzotxAQ img {
    height: 3.8rem !important;
  }
  .cid-uB1pzotxAQ .btn {
    display: -webkit-flex;
  }
  .cid-uB1pzotxAQ button.navbar-toggler {
    display: block;
  }
  .cid-uB1pzotxAQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uB1pzotxAQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uB1pzotxAQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uB1pzotxAQ .navbar-collapse.collapsing,
  .cid-uB1pzotxAQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uB1pzotxAQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uB1pzotxAQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uB1pzotxAQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uB1pzotxAQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uB1pzotxAQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uB1pzotxAQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uB1pzotxAQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uB1pzotxAQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uB1pzotxAQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uB1pzotxAQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uB1pzotxAQ .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-uB1pzotxAQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uB1pzotxAQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uB1pzotxAQ .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-uB1pzotxAQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uB1pzotxAQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uB1pzotxAQ .nav-link:hover,
.cid-uB1pzotxAQ .dropdown-item:hover {
  color: #767676 !important;
}
