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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Nunito Sans', 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #e4e3e3 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #64ccef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4e3e3 !important;
  border-color: #e4e3e3 !important;
  color: #666262 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #666262 !important;
  background-color: #bebcbc !important;
  border-color: #bebcbc !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #666262 !important;
  background-color: #bebcbc !important;
  border-color: #bebcbc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !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: #64ccef !important;
  border-color: #64ccef !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1fb5e8 !important;
  border-color: #1fb5e8 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1fb5e8 !important;
  border-color: #1fb5e8 !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: #b2afaf;
  color: #b2afaf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #666262;
  background-color: #e4e3e3;
  border-color: #e4e3e3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #666262 !important;
  background-color: #e4e3e3 !important;
  border-color: #e4e3e3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !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: #16a6d7;
  color: #16a6d7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #64ccef;
  border-color: #64ccef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #64ccef !important;
  border-color: #64ccef !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: #e4e3e3 !important;
}
.text-secondary {
  color: #cccccc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #64ccef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b2afaf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #999999 !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: #16a6d7 !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: #64ccef;
}
.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: #e4e3e3;
  border-color: #e4e3e3;
  color: #736f6f;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e4e3e3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e4e3e3;
}
/* 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: #e4e3e3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e4e3e3;
}
/* 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: #e4e3e3;
  color: #000000;
}
.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: #e4e3e3;
  border-bottom-color: #e4e3e3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e4e3e3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cccccc !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='%23e4e3e3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #879a9f !important;
}
.cid-rYO7Kamfzb .modal-body .close {
  background: #1b1b1b;
}
.cid-rYO7Kamfzb .modal-body .close span {
  font-style: normal;
}
.cid-rYO7Kamfzb .carousel-inner > .active,
.cid-rYO7Kamfzb .carousel-inner > .next,
.cid-rYO7Kamfzb .carousel-inner > .prev {
  display: table;
}
.cid-rYO7Kamfzb .carousel-control .icon-next,
.cid-rYO7Kamfzb .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rYO7Kamfzb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rYO7Kamfzb .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rYO7Kamfzb .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rYO7Kamfzb .boxed-slider > div {
  position: relative;
}
.cid-rYO7Kamfzb .container img {
  width: 100%;
}
.cid-rYO7Kamfzb .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-rYO7Kamfzb .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rYO7Kamfzb .mbr-table-cell {
  padding: 0;
}
.cid-rYO7Kamfzb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rYO7Kamfzb .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-rYO7Kamfzb .mbr-overlay {
  z-index: 1;
}
.cid-rYO7Kamfzb .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rYO7Kamfzb .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-rYO7Kamfzb .carousel-item .container {
    width: 100%;
  }
}
.cid-rYO7Kamfzb .carousel-item-next.carousel-item-left,
.cid-rYO7Kamfzb .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rYO7Kamfzb .active.carousel-item-right,
.cid-rYO7Kamfzb .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rYO7Kamfzb .active.carousel-item-left,
.cid-rYO7Kamfzb .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rYO7Kamfzb .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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-rYO7Kamfzb .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYO7Kamfzb .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYO7Kamfzb .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rYO7Kamfzb .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rYO7Kamfzb .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rYO7Kamfzb .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rYO7Kamfzb .mbr-slider .carousel-indicators li.active,
.cid-rYO7Kamfzb .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rYO7Kamfzb .mbr-slider .carousel-indicators li::after,
.cid-rYO7Kamfzb .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rYO7Kamfzb .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rYO7Kamfzb .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rYO7Kamfzb .mbr-slider > .container img {
  width: 100%;
}
.cid-rYO7Kamfzb .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-rYO7Kamfzb .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rYO7Kamfzb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rYO7Kamfzb .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rYO7Kamfzb .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rYO7Kamfzb .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rYO7Kamfzb .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rYO7Kamfzb .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rYO7Kamfzb .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rYO7Kamfzb .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rYO7Kamfzb .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rYO7Kamfzb .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rYO7Kamfzb .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rYHWQ3ccf2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rYHWQ3ccf2 h2 {
  text-align: left;
}
.cid-rYHWQ3ccf2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYHWQ3ccf2 p {
  color: #767676;
  text-align: left;
}
.cid-rYHWQ3ccf2 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYHWQ3ccf2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYHWQ3ccf2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYHWQ3ccf2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYHWQ3ccf2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYHWQ3ccf2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYHWQ3ccf2 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rYHWQ3ccf2 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rYHWQ3ccf2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rYHWQ3ccf2 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rYHWQ3ccf2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYHWQ3ccf2 H2 {
  color: #465052;
  text-align: center;
}
.cid-rYHWQ3ccf2 .mbr-text {
  color: #465052;
}
.cid-rYI8yEf8VO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #525d60;
}
.cid-rYI8yEf8VO P {
  color: #767676;
}
.cid-rYI8yEf8VO H1 {
  color: #cccccc;
}
.cid-rYIStZuyZm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #525d60;
}
.cid-rYIStZuyZm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYIStZuyZm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYIStZuyZm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYIStZuyZm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYIStZuyZm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rYIStZuyZm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYIStZuyZm .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-rYIStZuyZm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYIStZuyZm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tRl590Y8L0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tRl590Y8L0 P {
  color: #767676;
}
.cid-tRl590Y8L0 H1 {
  color: #465052;
}
.cid-uwdplqr9Sh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uwdplqr9Sh .card-img {
  background-color: #fff;
}
.cid-uwdplqr9Sh .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uwdplqr9Sh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwdplqr9Sh p {
  text-align: left;
}
.cid-uwdplqr9Sh .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uwdplqr9Sh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uwdplqr9Sh .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-uwdplqr9Sh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uwdplqr9Sh .card-title {
  text-align: center;
}
.cid-tRl6fiIzZJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tRl6fiIzZJ .card-img {
  background-color: #fff;
}
.cid-tRl6fiIzZJ .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-tRl6fiIzZJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tRl6fiIzZJ p {
  text-align: left;
}
.cid-tRl6fiIzZJ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tRl6fiIzZJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tRl6fiIzZJ .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-tRl6fiIzZJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tRl6fiIzZJ .card-title {
  text-align: center;
}
.cid-uuj807j34G {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uuj807j34G .card-img {
  background-color: #fff;
}
.cid-uuj807j34G .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uuj807j34G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uuj807j34G p {
  text-align: left;
}
.cid-uuj807j34G .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uuj807j34G .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uuj807j34G .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-uuj807j34G .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uuj807j34G .card-title {
  text-align: center;
}
.cid-si8W7mXyJ1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e1dfdf;
}
.cid-si8W7mXyJ1 P {
  color: #767676;
}
.cid-si8W7mXyJ1 H1 {
  color: #465052;
}
.cid-rYIxadWgyX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e1dfdf;
}
.cid-rYIxadWgyX .card-img {
  background-color: #fff;
}
.cid-rYIxadWgyX .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rYIxadWgyX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rYIxadWgyX p {
  text-align: left;
}
.cid-rYIxadWgyX .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rYIxadWgyX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rYIxadWgyX .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-rYIxadWgyX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rYIxadWgyX .card-title {
  text-align: center;
}
.cid-tRb9zsNYKM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-tRb9zsNYKM P {
  color: #767676;
}
.cid-tRb9zsNYKM H1 {
  color: #465052;
}
.cid-tRb9zsNYKM .mbr-text,
.cid-tRb9zsNYKM .mbr-section-btn {
  color: #465052;
}
.cid-tRba2XlcYe {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #c1c1c1;
}
.cid-tRba2XlcYe .images-container.container-fluid {
  padding: 0;
}
.cid-tRba2XlcYe .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tRba2XlcYe .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tRba2XlcYe .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tRba2XlcYe .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tRba2XlcYe .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tRba2XlcYe .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tRba2XlcYe .img-item {
    width: 100% !important;
  }
  .cid-tRba2XlcYe .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rYIsYZHJWQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rYIsYZHJWQ .mbr-text {
  color: #e4e3e3;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}
.cid-rYIsYZHJWQ div.b {
  padding-top: 2rem;
}
.cid-rYIsYZHJWQ H2 {
  color: #cccccc;
  text-align: center;
}
.cid-rYIsYZHJWQ H5 {
  color: #c1c1c1;
  text-align: center;
}
.cid-rYIqQZDsVi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1dfdf;
}
.cid-rYIqQZDsVi .media-container-row .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-trGJVRfLoa .navbar {
  padding: .5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-trGJVRfLoa .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-trGJVRfLoa a {
  font-style: normal;
}
.cid-trGJVRfLoa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trGJVRfLoa .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-trGJVRfLoa .nav-item:focus,
.cid-trGJVRfLoa .nav-link:focus {
  outline: none;
}
.cid-trGJVRfLoa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-trGJVRfLoa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trGJVRfLoa .menu-logo {
  margin-right: auto;
}
.cid-trGJVRfLoa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-trGJVRfLoa .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-trGJVRfLoa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trGJVRfLoa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trGJVRfLoa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trGJVRfLoa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trGJVRfLoa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-trGJVRfLoa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trGJVRfLoa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trGJVRfLoa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trGJVRfLoa .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-trGJVRfLoa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trGJVRfLoa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trGJVRfLoa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trGJVRfLoa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trGJVRfLoa .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-trGJVRfLoa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-trGJVRfLoa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trGJVRfLoa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trGJVRfLoa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trGJVRfLoa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trGJVRfLoa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trGJVRfLoa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trGJVRfLoa button.navbar-toggler:focus {
  outline: none;
}
.cid-trGJVRfLoa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-trGJVRfLoa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-trGJVRfLoa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-trGJVRfLoa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-trGJVRfLoa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-trGJVRfLoa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trGJVRfLoa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-trGJVRfLoa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-trGJVRfLoa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trGJVRfLoa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-trGJVRfLoa .collapsed .btn {
  display: flex;
}
.cid-trGJVRfLoa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trGJVRfLoa .collapsed .navbar-collapse.collapsing,
.cid-trGJVRfLoa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-trGJVRfLoa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trGJVRfLoa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trGJVRfLoa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trGJVRfLoa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trGJVRfLoa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trGJVRfLoa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trGJVRfLoa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trGJVRfLoa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trGJVRfLoa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trGJVRfLoa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-trGJVRfLoa .collapsed button.navbar-toggler {
  display: block;
}
.cid-trGJVRfLoa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trGJVRfLoa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trGJVRfLoa .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-trGJVRfLoa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trGJVRfLoa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trGJVRfLoa .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-trGJVRfLoa .navbar-expand {
    flex-direction: column;
  }
  .cid-trGJVRfLoa img {
    height: 3.8rem !important;
  }
  .cid-trGJVRfLoa .btn {
    display: flex;
  }
  .cid-trGJVRfLoa button.navbar-toggler {
    display: block;
  }
  .cid-trGJVRfLoa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trGJVRfLoa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trGJVRfLoa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trGJVRfLoa .navbar-collapse.collapsing,
  .cid-trGJVRfLoa .navbar-collapse.show {
    display: block !important;
  }
  .cid-trGJVRfLoa .navbar-collapse.collapsing .navbar-nav,
  .cid-trGJVRfLoa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trGJVRfLoa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trGJVRfLoa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trGJVRfLoa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trGJVRfLoa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trGJVRfLoa .navbar-collapse.collapsing .navbar-buttons,
  .cid-trGJVRfLoa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trGJVRfLoa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trGJVRfLoa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trGJVRfLoa .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-trGJVRfLoa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trGJVRfLoa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trGJVRfLoa .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-trGJVRfLoa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-trGJVRfLoa .navbar-collapse {
  flex-basis: auto;
}
.cid-trGJVRfLoa .nav-link:hover,
.cid-trGJVRfLoa .dropdown-item:hover {
  color: #879a9f !important;
}
.cid-ts5Kyt431P {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #525d60;
}
.cid-ts5Kyt431P P {
  color: #767676;
}
.cid-trGJVToupD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-trGJVToupD h2 {
  text-align: left;
}
.cid-trGJVToupD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-trGJVToupD p {
  color: #767676;
  text-align: left;
}
.cid-trGJVToupD .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-trGJVToupD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trGJVToupD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trGJVToupD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trGJVToupD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trGJVToupD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trGJVToupD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-trGJVToupD .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-trGJVToupD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-trGJVToupD .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-trGJVToupD .card-img span {
    font-size: 40px !important;
  }
}
.cid-trGJVToupD H2 {
  color: #525d60;
  text-align: center;
}
.cid-trGJVToupD .mbr-text {
  color: #525d60;
}
.cid-trGJVUtTEv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #525d60;
}
.cid-trGJVUtTEv P {
  color: #767676;
}
.cid-trGJVUtTEv H1 {
  color: #cccccc;
}
.cid-trGJVVTvk5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #525d60;
}
.cid-trGJVVTvk5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-trGJVVTvk5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trGJVVTvk5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trGJVVTvk5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-trGJVVTvk5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-trGJVVTvk5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-trGJVVTvk5 .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-trGJVVTvk5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-trGJVVTvk5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tRlsh1U1Gn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tRlsh1U1Gn P {
  color: #767676;
}
.cid-tRlsh1U1Gn H1 {
  color: #465052;
}
.cid-uAfIvqy9gD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uAfIvqy9gD .card-img {
  background-color: #fff;
}
.cid-uAfIvqy9gD .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uAfIvqy9gD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uAfIvqy9gD p {
  text-align: left;
}
.cid-uAfIvqy9gD .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uAfIvqy9gD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uAfIvqy9gD .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-uAfIvqy9gD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uAfIvqy9gD .card-title {
  text-align: center;
}
.cid-tRlsiiQHlx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tRlsiiQHlx .card-img {
  background-color: #fff;
}
.cid-tRlsiiQHlx .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-tRlsiiQHlx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tRlsiiQHlx p {
  text-align: left;
}
.cid-tRlsiiQHlx .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tRlsiiQHlx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tRlsiiQHlx .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-tRlsiiQHlx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tRlsiiQHlx .card-title {
  text-align: center;
}
.cid-uuja3KLIdF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uuja3KLIdF .card-img {
  background-color: #fff;
}
.cid-uuja3KLIdF .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uuja3KLIdF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uuja3KLIdF p {
  text-align: left;
}
.cid-uuja3KLIdF .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uuja3KLIdF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uuja3KLIdF .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-uuja3KLIdF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uuja3KLIdF .card-title {
  text-align: center;
}
.cid-trGJVZELtt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e1dfdf;
}
.cid-trGJVZELtt P {
  color: #767676;
}
.cid-trGJVZELtt H1 {
  color: #465052;
}
.cid-trGJW0PV2e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1dfdf;
}
.cid-trGJW0PV2e .card-img {
  background-color: #fff;
}
.cid-trGJW0PV2e .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-trGJW0PV2e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-trGJW0PV2e p {
  text-align: left;
}
.cid-trGJW0PV2e .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-trGJW0PV2e .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-trGJW0PV2e .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-trGJW0PV2e .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-trGJW0PV2e .card-title {
  text-align: center;
}
.cid-tRljNGh3cV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tRljNGh3cV P {
  color: #767676;
}
.cid-tRljNGh3cV H1 {
  color: #465052;
}
.cid-tRljNGh3cV .mbr-text,
.cid-tRljNGh3cV .mbr-section-btn {
  color: #465052;
}
.cid-tRljOXj3BR {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #cccccc;
}
.cid-tRljOXj3BR .images-container.container-fluid {
  padding: 0;
}
.cid-tRljOXj3BR .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tRljOXj3BR .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tRljOXj3BR .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tRljOXj3BR .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tRljOXj3BR .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tRljOXj3BR .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tRljOXj3BR .img-item {
    width: 100% !important;
  }
  .cid-tRljOXj3BR .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-trGJW3Qerm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-trGJW3Qerm .mbr-text {
  color: #e4e3e3;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}
.cid-trGJW3Qerm div.b {
  padding-top: 2rem;
}
.cid-trGJW3Qerm H2 {
  color: #cccccc;
  text-align: center;
}
.cid-trGJW3Qerm H5 {
  color: #c1c1c1;
  text-align: center;
}
.cid-trGJW5kbvA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1dfdf;
}
.cid-trGJW5kbvA .media-container-row .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
