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: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: #cebfaf !important;
}
.bg-warning {
  background-color: #6b7679 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !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: #6b7679 !important;
  border-color: #6b7679 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #474e50 !important;
  border-color: #474e50 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #474e50 !important;
  border-color: #474e50 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #a78c70;
  color: #a78c70;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #cebfaf;
  border-color: #cebfaf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cebfaf !important;
  border-color: #cebfaf !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: #3b4143;
  color: #3b4143;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #6b7679;
  border-color: #6b7679;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6b7679 !important;
  border-color: #6b7679 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #cebfaf !important;
}
.text-warning {
  color: #6b7679 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a78c70 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #3b4143 !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: #cebfaf;
}
.alert-warning {
  background-color: #6b7679;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #adb4b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rfY83y2b6a {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/11122233-2000x1131.jpg");
}
@media (min-width: 992px) {
  .cid-rfY83y2b6a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rfY83y2b6a .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rfY83y2b6a .mbr-text {
    text-align: center;
  }
}
.cid-tGXqgwx8Dd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGXqgwx8Dd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tGXqgwx8Dd p {
  color: #767676;
  text-align: left;
}
.cid-tGXqgwx8Dd .card-box {
  padding-top: 2rem;
}
.cid-tGXqgwx8Dd .card-wrapper {
  height: 100%;
}
.cid-tGXqgwx8Dd .card-title {
  color: #073b4c;
}
.cid-tGXs12VETD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGXs12VETD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tGXs12VETD p {
  color: #767676;
  text-align: left;
}
.cid-tGXs12VETD .card-box {
  padding-top: 2rem;
}
.cid-tGXs12VETD .card-wrapper {
  height: 100%;
}
.cid-tGXs12VETD .card-title {
  color: #073b4c;
}
.cid-rfYQnSLXjP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfYQnSLXjP .mbr-text,
.cid-rfYQnSLXjP blockquote {
  color: #767676;
}
.cid-rtEL0s3R9R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rtEL0s3R9R .mbr-text,
.cid-rtEL0s3R9R blockquote {
  color: #767676;
}
.cid-s6CxNWzYQB {
  background: #fffdfd;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-s6CxNWzYQB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s6CxNWzYQB .video-block {
    width: 100% !important;
  }
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rmvWhGEJ0C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmvWhGEJ0C h2 {
  text-align: left;
}
.cid-rmvWhGEJ0C h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rmvWhGEJ0C p {
  color: #767676;
  text-align: left;
}
.cid-rmvWhGEJ0C .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rmvWhGEJ0C .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rmvWhGEJ0C .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rmvWhGEJ0C .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rmvWhGEJ0C .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rmvWhGEJ0C .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rmvWhGEJ0C .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rmvWhGEJ0C .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rmvWhGEJ0C .card-img span {
    font-size: 40px !important;
  }
}
.cid-rtGpfm0M0e {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtGpfm0M0e .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rtGpfm0M0e div.b {
  padding-top: 2rem;
}
.cid-rtGpfm0M0e H2 {
  text-align: left;
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rmzlrWqktX {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rmzlrWqktX .mbr-text,
.cid-rmzlrWqktX blockquote {
  color: #767676;
}
.cid-rmzlrWqktX .mbr-text P {
  text-align: left;
}
.cid-rmzlGKhCJE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmzlGKhCJE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rmzlGKhCJE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rmzlGKhCJE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rmzlGKhCJE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rmzlGKhCJE .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;
}
.cid-rmzlGKhCJE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rmzlGKhCJE .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rmzlGKhCJE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rmzlGKhCJE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rmzlJecnvP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rmzlJecnvP .mbr-text,
.cid-rmzlJecnvP blockquote {
  color: #767676;
}
.cid-rmzmvVMAu5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmzmvVMAu5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rmzmvVMAu5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rmzmvVMAu5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rmzmvVMAu5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rmzmvVMAu5 .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;
}
.cid-rmzmvVMAu5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rmzmvVMAu5 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rmzmvVMAu5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rmzmvVMAu5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rtFxuvw50K {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rtFxuvw50K .mbr-text,
.cid-rtFxuvw50K blockquote {
  color: #767676;
}
.cid-rmA5v5OTdq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmA5v5OTdq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rmA5v5OTdq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rmA5v5OTdq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rmA5v5OTdq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rmA5v5OTdq .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;
}
.cid-rmA5v5OTdq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rmA5v5OTdq .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rmA5v5OTdq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rmA5v5OTdq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rmA40E4qel {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rmA40E4qel .mbr-text,
.cid-rmA40E4qel blockquote {
  color: #767676;
}
.cid-rtFPu1iOGv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtFPu1iOGv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rtFPu1iOGv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rtFPu1iOGv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rtFPu1iOGv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rtFPu1iOGv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rtFPu1iOGv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rtFPu1iOGv .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rtFPu1iOGv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rtFPu1iOGv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rXxYHrIyZn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rXxYHrIyZn .mbr-text,
.cid-rXxYHrIyZn blockquote {
  color: #767676;
}
.cid-rXy5I71meM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXy5I71meM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rXy5I71meM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXy5I71meM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXy5I71meM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rXy5I71meM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rXy5I71meM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rXy5I71meM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rXy5I71meM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rXy5I71meM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rgbGk8fFXj {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rgbGk8fFXj .mbr-text,
.cid-rgbGk8fFXj blockquote {
  color: #767676;
}
.cid-rgbGk8fFXj .mbr-text P {
  text-align: left;
}
.cid-rgbKKf9H1x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rgbKKf9H1x .mbr-text,
.cid-rgbKKf9H1x blockquote {
  color: #767676;
}
.cid-rtyKjX5WQQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rtyKjX5WQQ .mbr-text,
.cid-rtyKjX5WQQ blockquote {
  color: #767676;
}
.cid-rggkMsaYPQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rggkMsaYPQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rggkMsaYPQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rggkMsaYPQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rggkMsaYPQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rggkMsaYPQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rggkMsaYPQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rggkMsaYPQ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rggkMsaYPQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rggkMsaYPQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rOM03KmftZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rOM03KmftZ .mbr-text,
.cid-rOM03KmftZ blockquote {
  color: #767676;
}
.cid-rOM06hKU5C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOM06hKU5C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rOM06hKU5C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rOM06hKU5C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rOM06hKU5C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rOM06hKU5C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rOM06hKU5C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rOM06hKU5C .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rOM06hKU5C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rOM06hKU5C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rtyQOOmU3m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rtyQOOmU3m .mbr-text,
.cid-rtyQOOmU3m blockquote {
  color: #767676;
}
.cid-rtyQPBU5W8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtyQPBU5W8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rtyQPBU5W8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rtyQPBU5W8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rtyQPBU5W8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rtyQPBU5W8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rtyQPBU5W8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rtyQPBU5W8 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rtyQPBU5W8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rtyQPBU5W8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rONwAfx90Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rONwAfx90Y .mbr-text,
.cid-rONwAfx90Y blockquote {
  color: #767676;
}
.cid-rONwCZ0qgB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rONwCZ0qgB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rONwCZ0qgB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rONwCZ0qgB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rONwCZ0qgB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rONwCZ0qgB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rONwCZ0qgB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rONwCZ0qgB .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rONwCZ0qgB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rONwCZ0qgB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tuO0cLj47m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tuO0cLj47m .mbr-text,
.cid-tuO0cLj47m blockquote {
  color: #767676;
}
.cid-tuO0eC0wY3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuO0eC0wY3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuO0eC0wY3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuO0eC0wY3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuO0eC0wY3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuO0eC0wY3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tuO0eC0wY3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tuO0eC0wY3 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tuO0eC0wY3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tuO0eC0wY3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ruUqOgsHxE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-ruUqOgsHxE .mbr-text,
.cid-ruUqOgsHxE blockquote {
  color: #767676;
}
.cid-ruUqPcRZ53 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ruUqPcRZ53 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ruUqPcRZ53 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ruUqPcRZ53 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ruUqPcRZ53 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ruUqPcRZ53 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ruUqPcRZ53 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ruUqPcRZ53 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ruUqPcRZ53 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ruUqPcRZ53 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rItxe20SkE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rItxe20SkE .mbr-text,
.cid-rItxe20SkE blockquote {
  color: #767676;
}
.cid-rItxfQbHU4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rItxfQbHU4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rItxfQbHU4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rItxfQbHU4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rItxfQbHU4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rItxfQbHU4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rItxfQbHU4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rItxfQbHU4 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rItxfQbHU4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rItxfQbHU4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sP2NYzYmox {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-sP2NYzYmox .mbr-text,
.cid-sP2NYzYmox blockquote {
  color: #767676;
}
.cid-sP2NZZYl2q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP2NZZYl2q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sP2NZZYl2q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sP2NZZYl2q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sP2NZZYl2q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sP2NZZYl2q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sP2NZZYl2q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sP2NZZYl2q .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sP2NZZYl2q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sP2NZZYl2q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCAUnyrmnr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rCAUnyrmnr .mbr-text,
.cid-rCAUnyrmnr blockquote {
  color: #767676;
}
.cid-rCAUBzWK3v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCAUBzWK3v .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rCAUBzWK3v .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCAUBzWK3v .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCAUBzWK3v .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rCAUBzWK3v .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rCAUBzWK3v .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rCAUBzWK3v .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rCAUBzWK3v .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rCAUBzWK3v .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tFJ8WK6Bpb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tFJ8WK6Bpb .mbr-text,
.cid-tFJ8WK6Bpb blockquote {
  color: #767676;
}
.cid-tFJ8Y01boL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFJ8Y01boL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tFJ8Y01boL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFJ8Y01boL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFJ8Y01boL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tFJ8Y01boL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tFJ8Y01boL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tFJ8Y01boL .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tFJ8Y01boL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tFJ8Y01boL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rTePJf8vuB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rTePJf8vuB .mbr-text,
.cid-rTePJf8vuB blockquote {
  color: #767676;
}
.cid-rTePKM2kPD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTePKM2kPD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rTePKM2kPD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTePKM2kPD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTePKM2kPD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rTePKM2kPD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rTePKM2kPD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rTePKM2kPD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rTePKM2kPD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rTePKM2kPD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ruUsacAKcb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ruUsacAKcb .mbr-text,
.cid-ruUsacAKcb blockquote {
  color: #767676;
}
.cid-uAU1pdidc8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uAU1pdidc8 .mbr-text,
.cid-uAU1pdidc8 blockquote {
  color: #767676;
}
.cid-uAU1r6qVIw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAU1r6qVIw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uAU1r6qVIw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAU1r6qVIw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAU1r6qVIw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uAU1r6qVIw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uAU1r6qVIw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uAU1r6qVIw .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uAU1r6qVIw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uAU1r6qVIw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqR10R6hLu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqR10R6hLu .mbr-text,
.cid-tqR10R6hLu blockquote {
  color: #767676;
}
.cid-tqR11PLMK3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqR11PLMK3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tqR11PLMK3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqR11PLMK3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqR11PLMK3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tqR11PLMK3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tqR11PLMK3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tqR11PLMK3 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tqR11PLMK3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tqR11PLMK3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tARalLJA2L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tARalLJA2L .mbr-text,
.cid-tARalLJA2L blockquote {
  color: #767676;
}
.cid-tARanismEh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tARanismEh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tARanismEh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tARanismEh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tARanismEh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tARanismEh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tARanismEh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tARanismEh .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tARanismEh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tARanismEh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ruUszAs4LX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-ruUszAs4LX .mbr-text,
.cid-ruUszAs4LX blockquote {
  color: #767676;
}
.cid-ruUsBeKKXe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ruUsBeKKXe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ruUsBeKKXe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ruUsBeKKXe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ruUsBeKKXe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ruUsBeKKXe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ruUsBeKKXe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ruUsBeKKXe .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ruUsBeKKXe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ruUsBeKKXe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tARaZDd7Wq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tARaZDd7Wq .mbr-text,
.cid-tARaZDd7Wq blockquote {
  color: #767676;
}
.cid-tARbh8QA3Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tARbh8QA3Q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tARbh8QA3Q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tARbh8QA3Q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tARbh8QA3Q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tARbh8QA3Q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tARbh8QA3Q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tARbh8QA3Q .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tARbh8QA3Q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tARbh8QA3Q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqQZ6ja9EU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqQZ6ja9EU .mbr-text,
.cid-tqQZ6ja9EU blockquote {
  color: #767676;
}
.cid-tqQZ7B3r37 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqQZ7B3r37 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tqQZ7B3r37 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqQZ7B3r37 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqQZ7B3r37 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tqQZ7B3r37 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tqQZ7B3r37 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tqQZ7B3r37 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tqQZ7B3r37 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tqQZ7B3r37 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqLNzED36K {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqLNzED36K .mbr-text,
.cid-tqLNzED36K blockquote {
  color: #767676;
}
.cid-tqLNAZlFeT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqLNAZlFeT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tqLNAZlFeT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqLNAZlFeT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqLNAZlFeT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tqLNAZlFeT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tqLNAZlFeT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tqLNAZlFeT .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tqLNAZlFeT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tqLNAZlFeT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tTdnb1MuD2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tTdnb1MuD2 .mbr-text,
.cid-tTdnb1MuD2 blockquote {
  color: #767676;
}
.cid-tTdn8QJDlV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTdn8QJDlV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTdn8QJDlV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTdn8QJDlV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTdn8QJDlV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTdn8QJDlV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tTdn8QJDlV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tTdn8QJDlV .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tTdn8QJDlV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tTdn8QJDlV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rZsKPympyq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rZsKPympyq .mbr-text,
.cid-rZsKPympyq blockquote {
  color: #767676;
}
.cid-rZsKQUdS0C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZsKQUdS0C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rZsKQUdS0C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZsKQUdS0C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZsKQUdS0C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZsKQUdS0C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rZsKQUdS0C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rZsKQUdS0C .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rZsKQUdS0C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rZsKQUdS0C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rwSlGRnPU6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rwSlGRnPU6 .mbr-text,
.cid-rwSlGRnPU6 blockquote {
  color: #767676;
}
.cid-rwSlIEQfaD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwSlIEQfaD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rwSlIEQfaD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwSlIEQfaD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwSlIEQfaD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rwSlIEQfaD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rwSlIEQfaD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rwSlIEQfaD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rwSlIEQfaD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rwSlIEQfaD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rNDAjzfCUF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rNDAjzfCUF .mbr-text,
.cid-rNDAjzfCUF blockquote {
  color: #767676;
}
.cid-rNDAlcPVhb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNDAlcPVhb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNDAlcPVhb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNDAlcPVhb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNDAlcPVhb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNDAlcPVhb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rNDAlcPVhb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNDAlcPVhb .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rNDAlcPVhb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNDAlcPVhb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sgI1XiYjCV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-sgI1XiYjCV .mbr-text,
.cid-sgI1XiYjCV blockquote {
  color: #767676;
}
.cid-sgI1ZjaAzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgI1ZjaAzo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgI1ZjaAzo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgI1ZjaAzo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgI1ZjaAzo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgI1ZjaAzo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgI1ZjaAzo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgI1ZjaAzo .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sgI1ZjaAzo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgI1ZjaAzo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqXAJ0Y4wL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqXAJ0Y4wL .mbr-text,
.cid-tqXAJ0Y4wL blockquote {
  color: #767676;
}
.cid-tqXAK1mdkk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqXAK1mdkk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tqXAK1mdkk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqXAK1mdkk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqXAK1mdkk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tqXAK1mdkk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tqXAK1mdkk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tqXAK1mdkk .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tqXAK1mdkk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tqXAK1mdkk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rwSnxvLfAP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwSnxvLfAP .mbr-text,
.cid-rwSnxvLfAP blockquote {
  color: #767676;
}
.cid-rwSnzKQ8Tz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rwSnzKQ8Tz .mbr-text,
.cid-rwSnzKQ8Tz blockquote {
  color: #767676;
}
.cid-rwSnBfrYkN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwSnBfrYkN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rwSnBfrYkN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwSnBfrYkN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwSnBfrYkN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rwSnBfrYkN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rwSnBfrYkN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rwSnBfrYkN .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rwSnBfrYkN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rwSnBfrYkN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t3r9qQbIHB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3r9qQbIHB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3r9qQbIHB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3r9qQbIHB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3r9qQbIHB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3r9qQbIHB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t3r9qQbIHB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3r9qQbIHB .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t3r9qQbIHB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t3r9qQbIHB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uAU1TQ8Kxj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uAU1TQ8Kxj .mbr-text,
.cid-uAU1TQ8Kxj blockquote {
  color: #767676;
}
.cid-uAU1UTtnlN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAU1UTtnlN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uAU1UTtnlN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAU1UTtnlN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAU1UTtnlN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uAU1UTtnlN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uAU1UTtnlN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uAU1UTtnlN .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uAU1UTtnlN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uAU1UTtnlN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tHJvsMYLIv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tHJvsMYLIv .mbr-text,
.cid-tHJvsMYLIv blockquote {
  color: #767676;
}
.cid-tHJvtLctd5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHJvtLctd5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHJvtLctd5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHJvtLctd5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHJvtLctd5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHJvtLctd5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tHJvtLctd5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tHJvtLctd5 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tHJvtLctd5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tHJvtLctd5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCBf8WyXb3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rCBf8WyXb3 .mbr-text,
.cid-rCBf8WyXb3 blockquote {
  color: #767676;
}
.cid-rTeJrFWPG7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTeJrFWPG7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rTeJrFWPG7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTeJrFWPG7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTeJrFWPG7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rTeJrFWPG7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rTeJrFWPG7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rTeJrFWPG7 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rTeJrFWPG7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rTeJrFWPG7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqR0a200ZR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqR0a200ZR .mbr-text,
.cid-tqR0a200ZR blockquote {
  color: #767676;
}
.cid-tqR0cXxZQQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqR0cXxZQQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tqR0cXxZQQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqR0cXxZQQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqR0cXxZQQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tqR0cXxZQQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tqR0cXxZQQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tqR0cXxZQQ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tqR0cXxZQQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tqR0cXxZQQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sgINZaPSmk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-sgINZaPSmk .mbr-text,
.cid-sgINZaPSmk blockquote {
  color: #767676;
}
.cid-sgIO0jdr6Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgIO0jdr6Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIO0jdr6Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIO0jdr6Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIO0jdr6Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIO0jdr6Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgIO0jdr6Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIO0jdr6Y .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sgIO0jdr6Y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIO0jdr6Y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqR0sltZlw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqR0sltZlw .mbr-text,
.cid-tqR0sltZlw blockquote {
  color: #767676;
}
.cid-tqR0tmBnto {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqR0tmBnto .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tqR0tmBnto .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqR0tmBnto .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqR0tmBnto .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tqR0tmBnto .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tqR0tmBnto .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tqR0tmBnto .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tqR0tmBnto .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tqR0tmBnto .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s6CzGF6MMW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-s6CzGF6MMW .mbr-text,
.cid-s6CzGF6MMW blockquote {
  color: #767676;
}
.cid-s6CzIh4IQ5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6CzIh4IQ5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s6CzIh4IQ5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s6CzIh4IQ5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s6CzIh4IQ5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s6CzIh4IQ5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s6CzIh4IQ5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s6CzIh4IQ5 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s6CzIh4IQ5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s6CzIh4IQ5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rTeJmcGvKr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rTeJmcGvKr .mbr-text,
.cid-rTeJmcGvKr blockquote {
  color: #767676;
}
.cid-rCBfaA6HfS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCBfaA6HfS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rCBfaA6HfS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCBfaA6HfS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCBfaA6HfS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rCBfaA6HfS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rCBfaA6HfS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rCBfaA6HfS .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rCBfaA6HfS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rCBfaA6HfS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rXxERCA58F {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rXxERCA58F .mbr-text,
.cid-rXxERCA58F blockquote {
  color: #767676;
}
.cid-rXxETnd19P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXxETnd19P .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rXxETnd19P .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXxETnd19P .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXxETnd19P .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rXxETnd19P .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rXxETnd19P .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rXxETnd19P .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rXxETnd19P .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rXxETnd19P .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rIoehEXaJ4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rIoehEXaJ4 .mbr-text,
.cid-rIoehEXaJ4 blockquote {
  color: #767676;
}
.cid-rIoexBB7TM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIoexBB7TM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rIoexBB7TM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rIoexBB7TM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rIoexBB7TM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rIoexBB7TM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rIoexBB7TM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rIoexBB7TM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rIoexBB7TM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rIoexBB7TM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sgIOBJiHhW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-sgIOBJiHhW .mbr-text,
.cid-sgIOBJiHhW blockquote {
  color: #767676;
}
.cid-sgIOCPaktp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgIOCPaktp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIOCPaktp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIOCPaktp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIOCPaktp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIOCPaktp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgIOCPaktp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIOCPaktp .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sgIOCPaktp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIOCPaktp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ruUtkc2Wy4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ruUtkc2Wy4 .mbr-text,
.cid-ruUtkc2Wy4 blockquote {
  color: #767676;
}
.cid-rwSAWeQjLK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rwSAWeQjLK .mbr-text,
.cid-rwSAWeQjLK blockquote {
  color: #767676;
}
.cid-rwSAXQWX6R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwSAXQWX6R .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rwSAXQWX6R .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwSAXQWX6R .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwSAXQWX6R .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rwSAXQWX6R .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rwSAXQWX6R .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rwSAXQWX6R .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rwSAXQWX6R .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rwSAXQWX6R .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-szym3xUVAG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-szym3xUVAG .mbr-text,
.cid-szym3xUVAG blockquote {
  color: #767676;
}
.cid-szym58LlTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szym58LlTH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-szym58LlTH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szym58LlTH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-szym58LlTH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-szym58LlTH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-szym58LlTH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-szym58LlTH .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-szym58LlTH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-szym58LlTH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCAVQdaZr6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rCAVQdaZr6 .mbr-text,
.cid-rCAVQdaZr6 blockquote {
  color: #767676;
}
.cid-rCAW75ecrf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCAW75ecrf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rCAW75ecrf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCAW75ecrf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCAW75ecrf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rCAW75ecrf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rCAW75ecrf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rCAW75ecrf .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rCAW75ecrf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rCAW75ecrf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rUJWPs4i63 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rUJWPs4i63 .mbr-text,
.cid-rUJWPs4i63 blockquote {
  color: #767676;
}
.cid-rUJWRKt9Xv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUJWRKt9Xv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUJWRKt9Xv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUJWRKt9Xv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUJWRKt9Xv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUJWRKt9Xv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rUJWRKt9Xv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUJWRKt9Xv .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rUJWRKt9Xv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUJWRKt9Xv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rUJUHLrFJk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rUJUHLrFJk .mbr-text,
.cid-rUJUHLrFJk blockquote {
  color: #767676;
}
.cid-rUJUJfx750 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUJUJfx750 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUJUJfx750 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUJUJfx750 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUJUJfx750 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUJUJfx750 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rUJUJfx750 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUJUJfx750 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rUJUJfx750 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUJUJfx750 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rOM5NsO8NR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rOM5NsO8NR .mbr-text,
.cid-rOM5NsO8NR blockquote {
  color: #767676;
}
.cid-rOM5OxwfGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOM5OxwfGL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rOM5OxwfGL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rOM5OxwfGL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rOM5OxwfGL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rOM5OxwfGL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rOM5OxwfGL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rOM5OxwfGL .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rOM5OxwfGL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rOM5OxwfGL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rZsbYqlLFn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rZsbYqlLFn .mbr-text,
.cid-rZsbYqlLFn blockquote {
  color: #767676;
}
.cid-rZsc0dJ4np {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZsc0dJ4np .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rZsc0dJ4np .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZsc0dJ4np .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZsc0dJ4np .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZsc0dJ4np .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rZsc0dJ4np .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rZsc0dJ4np .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rZsc0dJ4np .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rZsc0dJ4np .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rXxMBnPDDB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rXxMBnPDDB .mbr-text,
.cid-rXxMBnPDDB blockquote {
  color: #767676;
}
.cid-rXxMChlZgF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXxMChlZgF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rXxMChlZgF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXxMChlZgF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXxMChlZgF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rXxMChlZgF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rXxMChlZgF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rXxMChlZgF .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rXxMChlZgF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rXxMChlZgF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ruUunIEk0d {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-ruUunIEk0d .mbr-text,
.cid-ruUunIEk0d blockquote {
  color: #767676;
}
.cid-ruUuxsxMRT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ruUuxsxMRT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ruUuxsxMRT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ruUuxsxMRT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ruUuxsxMRT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ruUuxsxMRT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ruUuxsxMRT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ruUuxsxMRT .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ruUuxsxMRT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ruUuxsxMRT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCAWSq2DPh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rCAWSq2DPh .mbr-text,
.cid-rCAWSq2DPh blockquote {
  color: #767676;
}
.cid-tQdpQcZ49t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQdpQcZ49t .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQdpQcZ49t .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQdpQcZ49t .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQdpQcZ49t .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQdpQcZ49t .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tQdpQcZ49t .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQdpQcZ49t .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tQdpQcZ49t .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQdpQcZ49t .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCAWTYLNol {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCAWTYLNol .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rCAWTYLNol .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCAWTYLNol .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCAWTYLNol .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rCAWTYLNol .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rCAWTYLNol .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rCAWTYLNol .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rCAWTYLNol .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rCAWTYLNol .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqXAAGYRDI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqXAAGYRDI .mbr-text,
.cid-tqXAAGYRDI blockquote {
  color: #767676;
}
.cid-tqXABtnFCb {
  background: #fffdfd;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #fffdfd, #ffffff);
}
.cid-tqXABtnFCb .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tqXABtnFCb .video-block {
    width: 100% !important;
  }
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rgbGk8fFXj {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rgbGk8fFXj .mbr-text,
.cid-rgbGk8fFXj blockquote {
  color: #767676;
}
.cid-rgbGk8fFXj .mbr-text P {
  text-align: left;
}
.cid-uCGzqlQJVz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uCGzqlQJVz .mbr-text,
.cid-uCGzqlQJVz blockquote {
  color: #767676;
}
.cid-uCGzrbEOZp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCGzrbEOZp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uCGzrbEOZp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCGzrbEOZp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCGzrbEOZp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uCGzrbEOZp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uCGzrbEOZp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uCGzrbEOZp .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uCGzrbEOZp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uCGzrbEOZp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uCGzuwghvN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uCGzuwghvN .mbr-text,
.cid-uCGzuwghvN blockquote {
  color: #767676;
}
.cid-uCGzv61OV6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCGzv61OV6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uCGzv61OV6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCGzv61OV6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCGzv61OV6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uCGzv61OV6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uCGzv61OV6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uCGzv61OV6 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uCGzv61OV6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uCGzv61OV6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uCGzw54J3N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uCGzw54J3N .mbr-text,
.cid-uCGzw54J3N blockquote {
  color: #767676;
}
.cid-uCGzwGT16Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCGzwGT16Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uCGzwGT16Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCGzwGT16Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCGzwGT16Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uCGzwGT16Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uCGzwGT16Z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uCGzwGT16Z .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uCGzwGT16Z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uCGzwGT16Z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uCGEyXS57N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uCGEyXS57N .mbr-text,
.cid-uCGEyXS57N blockquote {
  color: #767676;
}
.cid-uCGEA8jzvC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCGEA8jzvC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uCGEA8jzvC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCGEA8jzvC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCGEA8jzvC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uCGEA8jzvC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uCGEA8jzvC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uCGEA8jzvC .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uCGEA8jzvC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uCGEA8jzvC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tqXF4d7hSm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tqXF4d7hSm .mbr-text,
.cid-tqXF4d7hSm blockquote {
  color: #767676;
}
.cid-tqXF596kSg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqXF596kSg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tqXF596kSg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqXF596kSg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqXF596kSg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tqXF596kSg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tqXF596kSg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tqXF596kSg .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tqXF596kSg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tqXF596kSg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u6yomihSPZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-u6yomihSPZ .mbr-text,
.cid-u6yomihSPZ blockquote {
  color: #767676;
}
.cid-u6yonf97fv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6yonf97fv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u6yonf97fv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6yonf97fv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6yonf97fv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u6yonf97fv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u6yonf97fv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u6yonf97fv .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-u6yonf97fv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u6yonf97fv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u1PyApXCRX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-u1PyApXCRX .mbr-text,
.cid-u1PyApXCRX blockquote {
  color: #767676;
}
.cid-u1PyB8Gy6T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1PyB8Gy6T .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1PyB8Gy6T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1PyB8Gy6T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1PyB8Gy6T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1PyB8Gy6T .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1PyB8Gy6T .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u1PyB8Gy6T .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-u1PyB8Gy6T .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u1PyB8Gy6T .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sIYRWwD36H {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #e3ebed;
}
.cid-sIYRWwD36H .counter-container {
  color: #767676;
}
.cid-sIYRWwD36H .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sIYRWwD36H .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sIYRWwD36H .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-sIYRWwD36H .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-sIYRWwD36H .mbr-text {
  text-align: left;
}
.cid-tQdX7NPYW3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQdX7NPYW3 .mbr-text,
.cid-tQdX7NPYW3 blockquote {
  color: #767676;
}
.cid-rtFbZaTQUZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtFbZaTQUZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rtFbZaTQUZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rtFbZaTQUZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rtFbZaTQUZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rtFbZaTQUZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rtFbZaTQUZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rtFbZaTQUZ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rtFbZaTQUZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rtFbZaTQUZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tQdI71YjlX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQdI71YjlX .mbr-text,
.cid-tQdI71YjlX blockquote {
  color: #767676;
}
.cid-tQdNuLMMVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQdNuLMMVZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQdNuLMMVZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQdNuLMMVZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQdNuLMMVZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQdNuLMMVZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tQdNuLMMVZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQdNuLMMVZ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tQdNuLMMVZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQdNuLMMVZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sIYUeL0B5f {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIYUeL0B5f .mbr-text,
.cid-sIYUeL0B5f blockquote {
  color: #767676;
}
.cid-sIYX6EM989 {
  background: #fffdfd;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #fffdfd, #ffffff);
}
.cid-sIYX6EM989 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sIYX6EM989 .video-block {
    width: 100% !important;
  }
}
.cid-sIYXKcFMrh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIYXKcFMrh .mbr-text,
.cid-sIYXKcFMrh blockquote {
  color: #767676;
}
.cid-sIYXKcFMrh .mbr-text P {
  text-align: left;
}
.cid-sIZ1ISDcyU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-sIZ1ISDcyU .mbr-text,
.cid-sIZ1ISDcyU blockquote {
  color: #767676;
}
.cid-sIZ1ISDcyU .mbr-text P {
  text-align: left;
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sIZRFTXko1 {
  background: #fffdfd;
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #fffdfd, #ffffff);
}
.cid-sIZRFTXko1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sIZRFTXko1 .video-block {
    width: 100% !important;
  }
}
.cid-rfYSb3NNfB .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-rfYSb3NNfB .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-rfYSb3NNfB a {
  font-style: normal;
}
.cid-rfYSb3NNfB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .nav-item:focus,
.cid-rfYSb3NNfB .nav-link:focus {
  outline: none;
}
.cid-rfYSb3NNfB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rfYSb3NNfB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfYSb3NNfB .menu-logo {
  margin-right: auto;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfYSb3NNfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfYSb3NNfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfYSb3NNfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfYSb3NNfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfYSb3NNfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfYSb3NNfB button.navbar-toggler:focus {
  outline: none;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfYSb3NNfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfYSb3NNfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfYSb3NNfB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfYSb3NNfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfYSb3NNfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfYSb3NNfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfYSb3NNfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfYSb3NNfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfYSb3NNfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfYSb3NNfB .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-rfYSb3NNfB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB img {
    height: 3.8rem !important;
  }
  .cid-rfYSb3NNfB .btn {
    display: -webkit-flex;
  }
  .cid-rfYSb3NNfB button.navbar-toggler {
    display: block;
  }
  .cid-rfYSb3NNfB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfYSb3NNfB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfYSb3NNfB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing,
  .cid-rfYSb3NNfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfYSb3NNfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfYSb3NNfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfYSb3NNfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfYSb3NNfB .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-rfYSb3NNfB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rfYSb3NNfB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rfYSb3NNfB .nav-link:hover,
.cid-rfYSb3NNfB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tAL9RE3m9Y {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAL9RE3m9Y .mbr-text,
.cid-tAL9RE3m9Y blockquote {
  color: #767676;
}
.cid-tGLayYN6Uy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGLayYN6Uy .mbr-text,
.cid-tGLayYN6Uy blockquote {
  color: #767676;
}
.cid-tAPVlxaOiy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tAPVlxaOiy .image-block {
  margin: auto;
}
.cid-tAPVlxaOiy figcaption {
  position: relative;
}
.cid-tAPVlxaOiy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAPVlxaOiy .image-block {
    width: 100% !important;
  }
}
.cid-tGLfg43Xex {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLfg43Xex .mbr-text,
.cid-tGLfg43Xex blockquote {
  color: #767676;
}
.cid-tGLf4ilnQ1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLf4ilnQ1 .image-block {
  margin: auto;
}
.cid-tGLf4ilnQ1 figcaption {
  position: relative;
}
.cid-tGLf4ilnQ1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLf4ilnQ1 .image-block {
    width: 100% !important;
  }
}
.cid-tGLg3A6ed8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLg3A6ed8 .mbr-text,
.cid-tGLg3A6ed8 blockquote {
  color: #767676;
}
.cid-tGLgdolyth {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLgdolyth .image-block {
  margin: auto;
}
.cid-tGLgdolyth figcaption {
  position: relative;
}
.cid-tGLgdolyth figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLgdolyth .image-block {
    width: 100% !important;
  }
}
.cid-tGLgeBwKPI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLgeBwKPI .mbr-text,
.cid-tGLgeBwKPI blockquote {
  color: #767676;
}
.cid-tGLgiOidMg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLgiOidMg .image-block {
  margin: auto;
}
.cid-tGLgiOidMg figcaption {
  position: relative;
}
.cid-tGLgiOidMg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLgiOidMg .image-block {
    width: 100% !important;
  }
}
.cid-tGLgjsRXGD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLgjsRXGD .mbr-text,
.cid-tGLgjsRXGD blockquote {
  color: #767676;
}
.cid-tGLgk5cIOp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLgk5cIOp .image-block {
  margin: auto;
}
.cid-tGLgk5cIOp figcaption {
  position: relative;
}
.cid-tGLgk5cIOp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLgk5cIOp .image-block {
    width: 100% !important;
  }
}
.cid-tGLgkAcDun {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLgkAcDun .mbr-text,
.cid-tGLgkAcDun blockquote {
  color: #767676;
}
.cid-tGLgl5qO0Y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLgl5qO0Y .image-block {
  margin: auto;
}
.cid-tGLgl5qO0Y figcaption {
  position: relative;
}
.cid-tGLgl5qO0Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLgl5qO0Y .image-block {
    width: 100% !important;
  }
}
.cid-tGLglzHuh4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLglzHuh4 .mbr-text,
.cid-tGLglzHuh4 blockquote {
  color: #767676;
}
.cid-tGLgmd12yC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLgmd12yC .image-block {
  margin: auto;
}
.cid-tGLgmd12yC figcaption {
  position: relative;
}
.cid-tGLgmd12yC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLgmd12yC .image-block {
    width: 100% !important;
  }
}
.cid-tGLhTZlJY3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLhTZlJY3 .mbr-text,
.cid-tGLhTZlJY3 blockquote {
  color: #767676;
}
.cid-tGLhUFHHMm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLhUFHHMm .image-block {
  margin: auto;
}
.cid-tGLhUFHHMm figcaption {
  position: relative;
}
.cid-tGLhUFHHMm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLhUFHHMm .image-block {
    width: 100% !important;
  }
}
.cid-tGLhVgOZ6t {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLhVgOZ6t .mbr-text,
.cid-tGLhVgOZ6t blockquote {
  color: #767676;
}
.cid-tGLhVKZClu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tGLhVKZClu .image-block {
  margin: auto;
}
.cid-tGLhVKZClu figcaption {
  position: relative;
}
.cid-tGLhVKZClu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGLhVKZClu .image-block {
    width: 100% !important;
  }
}
.cid-tGLiLqBM5d {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGLiLqBM5d .mbr-text,
.cid-tGLiLqBM5d blockquote {
  color: #767676;
}
.cid-tGLp9lvTBZ .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-tGLp9lvTBZ .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-tGLp9lvTBZ a {
  font-style: normal;
}
.cid-tGLp9lvTBZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGLp9lvTBZ .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-tGLp9lvTBZ .nav-item:focus,
.cid-tGLp9lvTBZ .nav-link:focus {
  outline: none;
}
.cid-tGLp9lvTBZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGLp9lvTBZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGLp9lvTBZ .menu-logo {
  margin-right: auto;
}
.cid-tGLp9lvTBZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGLp9lvTBZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGLp9lvTBZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tGLp9lvTBZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGLp9lvTBZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGLp9lvTBZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGLp9lvTBZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGLp9lvTBZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGLp9lvTBZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGLp9lvTBZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGLp9lvTBZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGLp9lvTBZ .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGLp9lvTBZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGLp9lvTBZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGLp9lvTBZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGLp9lvTBZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGLp9lvTBZ .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-tGLp9lvTBZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGLp9lvTBZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGLp9lvTBZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGLp9lvTBZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGLp9lvTBZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGLp9lvTBZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGLp9lvTBZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGLp9lvTBZ button.navbar-toggler:focus {
  outline: none;
}
.cid-tGLp9lvTBZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGLp9lvTBZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGLp9lvTBZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGLp9lvTBZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGLp9lvTBZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGLp9lvTBZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGLp9lvTBZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGLp9lvTBZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGLp9lvTBZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGLp9lvTBZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGLp9lvTBZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGLp9lvTBZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.collapsing,
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGLp9lvTBZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tGLp9lvTBZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGLp9lvTBZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGLp9lvTBZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGLp9lvTBZ .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-tGLp9lvTBZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGLp9lvTBZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGLp9lvTBZ .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-tGLp9lvTBZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGLp9lvTBZ img {
    height: 3.8rem !important;
  }
  .cid-tGLp9lvTBZ .btn {
    display: -webkit-flex;
  }
  .cid-tGLp9lvTBZ button.navbar-toggler {
    display: block;
  }
  .cid-tGLp9lvTBZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tGLp9lvTBZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGLp9lvTBZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGLp9lvTBZ .navbar-collapse.collapsing,
  .cid-tGLp9lvTBZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGLp9lvTBZ .navbar-collapse.collapsing .navbar-nav,
  .cid-tGLp9lvTBZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGLp9lvTBZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGLp9lvTBZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGLp9lvTBZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGLp9lvTBZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGLp9lvTBZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGLp9lvTBZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGLp9lvTBZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGLp9lvTBZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGLp9lvTBZ .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-tGLp9lvTBZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGLp9lvTBZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGLp9lvTBZ .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-tGLp9lvTBZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tGLp9lvTBZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGLp9lvTBZ .nav-link:hover,
.cid-tGLp9lvTBZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGLp9lT8YV {
  background: #fffdfd;
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #fffdfd, #ffffff);
}
.cid-tGLp9lT8YV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tGLp9lT8YV .video-block {
    width: 100% !important;
  }
}
.cid-tGZpixybel .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-tGZpixybel .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-tGZpixybel a {
  font-style: normal;
}
.cid-tGZpixybel .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGZpixybel .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-tGZpixybel .nav-item:focus,
.cid-tGZpixybel .nav-link:focus {
  outline: none;
}
.cid-tGZpixybel .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGZpixybel .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGZpixybel .menu-logo {
  margin-right: auto;
}
.cid-tGZpixybel .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGZpixybel .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGZpixybel .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tGZpixybel .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGZpixybel .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGZpixybel .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGZpixybel .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGZpixybel .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGZpixybel .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGZpixybel .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGZpixybel .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGZpixybel .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGZpixybel .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGZpixybel .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGZpixybel .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGZpixybel .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGZpixybel .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-tGZpixybel .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGZpixybel .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGZpixybel .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGZpixybel .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGZpixybel .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGZpixybel .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGZpixybel button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGZpixybel button.navbar-toggler:focus {
  outline: none;
}
.cid-tGZpixybel button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGZpixybel button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGZpixybel button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGZpixybel button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGZpixybel button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGZpixybel nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGZpixybel nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGZpixybel nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGZpixybel nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGZpixybel .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGZpixybel .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGZpixybel .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGZpixybel .collapsed .navbar-collapse.collapsing,
.cid-tGZpixybel .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGZpixybel .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGZpixybel .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGZpixybel .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGZpixybel .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGZpixybel .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGZpixybel .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGZpixybel .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGZpixybel .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGZpixybel .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGZpixybel .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tGZpixybel .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGZpixybel .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGZpixybel .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGZpixybel .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-tGZpixybel .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGZpixybel .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGZpixybel .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-tGZpixybel .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGZpixybel img {
    height: 3.8rem !important;
  }
  .cid-tGZpixybel .btn {
    display: -webkit-flex;
  }
  .cid-tGZpixybel button.navbar-toggler {
    display: block;
  }
  .cid-tGZpixybel .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tGZpixybel .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGZpixybel .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGZpixybel .navbar-collapse.collapsing,
  .cid-tGZpixybel .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGZpixybel .navbar-collapse.collapsing .navbar-nav,
  .cid-tGZpixybel .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGZpixybel .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGZpixybel .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGZpixybel .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGZpixybel .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGZpixybel .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGZpixybel .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGZpixybel .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGZpixybel .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGZpixybel .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-tGZpixybel .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGZpixybel .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGZpixybel .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-tGZpixybel .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tGZpixybel .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGZpixybel .nav-link:hover,
.cid-tGZpixybel .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGZpiyoGep {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpiyoGep .mbr-text,
.cid-tGZpiyoGep blockquote {
  color: #767676;
}
.cid-tGZpiTlHg4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGZpiTlHg4 .mbr-text,
.cid-tGZpiTlHg4 blockquote {
  color: #767676;
}
.cid-tGZpiU0rwD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpiU0rwD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGZpiU0rwD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGZpiU0rwD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGZpiU0rwD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGZpiU0rwD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGZpiU0rwD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGZpiU0rwD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tGZpiU0rwD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGZpiU0rwD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGZpj5YFsb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGZpj5YFsb .mbr-text,
.cid-tGZpj5YFsb blockquote {
  color: #767676;
}
.cid-tGZpj6LVNM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpj6LVNM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGZpj6LVNM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGZpj6LVNM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGZpj6LVNM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGZpj6LVNM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGZpj6LVNM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGZpj6LVNM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tGZpj6LVNM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGZpj6LVNM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGZpjgGa0D {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGZpjgGa0D .mbr-text,
.cid-tGZpjgGa0D blockquote {
  color: #767676;
}
.cid-tGZpjhA6XV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpjhA6XV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGZpjhA6XV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGZpjhA6XV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGZpjhA6XV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGZpjhA6XV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGZpjhA6XV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGZpjhA6XV .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tGZpjhA6XV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGZpjhA6XV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH3PX4qk6k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tH3PX4qk6k .mbr-text,
.cid-tH3PX4qk6k blockquote {
  color: #767676;
}
.cid-tH3PYafDcN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3PYafDcN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3PYafDcN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3PYafDcN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3PYafDcN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3PYafDcN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3PYafDcN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3PYafDcN .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tH3PYafDcN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3PYafDcN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH3PZYcvX2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tH3PZYcvX2 .mbr-text,
.cid-tH3PZYcvX2 blockquote {
  color: #767676;
}
.cid-tH3Q0UHqec {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3Q0UHqec .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3Q0UHqec .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3Q0UHqec .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3Q0UHqec .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3Q0UHqec .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3Q0UHqec .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3Q0UHqec .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tH3Q0UHqec .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3Q0UHqec .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH43d8VFI7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tH43d8VFI7 .mbr-text,
.cid-tH43d8VFI7 blockquote {
  color: #767676;
}
.cid-tH43dZhO9F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH43dZhO9F .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH43dZhO9F .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH43dZhO9F .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH43dZhO9F .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH43dZhO9F .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH43dZhO9F .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH43dZhO9F .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tH43dZhO9F .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH43dZhO9F .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGZpiXQZJg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGZpiXQZJg .mbr-text,
.cid-tGZpiXQZJg blockquote {
  color: #767676;
}
.cid-tGZpiYyUyC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpiYyUyC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGZpiYyUyC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGZpiYyUyC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGZpiYyUyC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGZpiYyUyC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGZpiYyUyC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGZpiYyUyC .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tGZpiYyUyC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGZpiYyUyC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGZpj7Df2o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGZpj7Df2o .mbr-text,
.cid-tGZpj7Df2o blockquote {
  color: #767676;
}
.cid-tGZpj8tIhc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpj8tIhc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGZpj8tIhc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGZpj8tIhc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGZpj8tIhc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGZpj8tIhc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGZpj8tIhc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGZpj8tIhc .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tGZpj8tIhc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGZpj8tIhc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGZpjizw82 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGZpjizw82 .mbr-text,
.cid-tGZpjizw82 blockquote {
  color: #767676;
}
.cid-tGZpjjtU51 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpjjtU51 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGZpjjtU51 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGZpjjtU51 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGZpjjtU51 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGZpjjtU51 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGZpjjtU51 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGZpjjtU51 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tGZpjjtU51 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGZpjjtU51 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGZpiWiuqN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-tGZpiWiuqN .mbr-text,
.cid-tGZpiWiuqN blockquote {
  color: #767676;
}
.cid-tGZpiX0qiz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGZpiX0qiz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGZpiX0qiz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGZpiX0qiz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGZpiX0qiz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGZpiX0qiz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGZpiX0qiz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGZpiX0qiz .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tGZpiX0qiz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGZpiX0qiz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH45zSt2rY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH45zSt2rY .mbr-text,
.cid-tH45zSt2rY blockquote {
  color: #767676;
}
.cid-tH45BqnjHf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH45BqnjHf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH45BqnjHf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH45BqnjHf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH45BqnjHf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH45BqnjHf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH45BqnjHf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH45BqnjHf .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tH45BqnjHf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH45BqnjHf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH4cemh3RL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH4cemh3RL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH4cemh3RL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH4cemh3RL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH4cemh3RL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH4cemh3RL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH4cemh3RL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH4cemh3RL .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tH4cemh3RL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH4cemh3RL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uImv8PiBgj .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-uImv8PiBgj .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-uImv8PiBgj a {
  font-style: normal;
}
.cid-uImv8PiBgj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uImv8PiBgj .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-uImv8PiBgj .nav-item:focus,
.cid-uImv8PiBgj .nav-link:focus {
  outline: none;
}
.cid-uImv8PiBgj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uImv8PiBgj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uImv8PiBgj .menu-logo {
  margin-right: auto;
}
.cid-uImv8PiBgj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uImv8PiBgj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uImv8PiBgj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uImv8PiBgj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uImv8PiBgj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uImv8PiBgj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uImv8PiBgj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uImv8PiBgj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uImv8PiBgj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uImv8PiBgj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uImv8PiBgj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uImv8PiBgj .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uImv8PiBgj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uImv8PiBgj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImv8PiBgj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uImv8PiBgj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImv8PiBgj .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-uImv8PiBgj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uImv8PiBgj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uImv8PiBgj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uImv8PiBgj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uImv8PiBgj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uImv8PiBgj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uImv8PiBgj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uImv8PiBgj button.navbar-toggler:focus {
  outline: none;
}
.cid-uImv8PiBgj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uImv8PiBgj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uImv8PiBgj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uImv8PiBgj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uImv8PiBgj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uImv8PiBgj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uImv8PiBgj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uImv8PiBgj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uImv8PiBgj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uImv8PiBgj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uImv8PiBgj .collapsed .btn {
  display: -webkit-flex;
}
.cid-uImv8PiBgj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uImv8PiBgj .collapsed .navbar-collapse.collapsing,
.cid-uImv8PiBgj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uImv8PiBgj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uImv8PiBgj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uImv8PiBgj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uImv8PiBgj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uImv8PiBgj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uImv8PiBgj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uImv8PiBgj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uImv8PiBgj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uImv8PiBgj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uImv8PiBgj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uImv8PiBgj .collapsed button.navbar-toggler {
  display: block;
}
.cid-uImv8PiBgj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uImv8PiBgj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uImv8PiBgj .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-uImv8PiBgj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uImv8PiBgj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uImv8PiBgj .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-uImv8PiBgj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uImv8PiBgj img {
    height: 3.8rem !important;
  }
  .cid-uImv8PiBgj .btn {
    display: -webkit-flex;
  }
  .cid-uImv8PiBgj button.navbar-toggler {
    display: block;
  }
  .cid-uImv8PiBgj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uImv8PiBgj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uImv8PiBgj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uImv8PiBgj .navbar-collapse.collapsing,
  .cid-uImv8PiBgj .navbar-collapse.show {
    display: block !important;
  }
  .cid-uImv8PiBgj .navbar-collapse.collapsing .navbar-nav,
  .cid-uImv8PiBgj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uImv8PiBgj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uImv8PiBgj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uImv8PiBgj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uImv8PiBgj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uImv8PiBgj .navbar-collapse.collapsing .navbar-buttons,
  .cid-uImv8PiBgj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uImv8PiBgj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uImv8PiBgj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uImv8PiBgj .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-uImv8PiBgj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uImv8PiBgj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uImv8PiBgj .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-uImv8PiBgj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uImv8PiBgj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uImv8PiBgj .nav-link:hover,
.cid-uImv8PiBgj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uImv8PGe07 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uImv8PGe07 .mbr-text,
.cid-uImv8PGe07 blockquote {
  color: #767676;
}
.cid-uImv8PGe07 .mbr-text P {
  text-align: left;
}
.cid-uImv8Q4d80 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uImv8Q4d80 .mbr-text,
.cid-uImv8Q4d80 blockquote {
  color: #767676;
}
.cid-uImv8QvMQ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uImv8QvMQ0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImv8QvMQ0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImv8QvMQ0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImv8QvMQ0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImv8QvMQ0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImv8QvMQ0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uImv8QvMQ0 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uImv8QvMQ0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uImv8QvMQ0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uImv8R8mBo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uImv8R8mBo .mbr-text,
.cid-uImv8R8mBo blockquote {
  color: #767676;
}
.cid-uImv8RwV0H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uImv8RwV0H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImv8RwV0H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImv8RwV0H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImv8RwV0H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImv8RwV0H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImv8RwV0H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uImv8RwV0H .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uImv8RwV0H .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uImv8RwV0H .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uImNyJ5yxC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uImNyJ5yxC .mbr-text,
.cid-uImNyJ5yxC blockquote {
  color: #767676;
}
.cid-uImNArG4Ek {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uImNArG4Ek .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImNArG4Ek .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImNArG4Ek .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImNArG4Ek .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImNArG4Ek .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e494c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImNArG4Ek .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uImNArG4Ek .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uImNArG4Ek .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uImNArG4Ek .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3e494c !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uO7EUU9mpz .navbar {
  padding: .5rem 0;
  background: #25363c;
  transition: none;
  min-height: 77px;
}
.cid-uO7EUU9mpz .navbar-dropdown.bg-color.transparent.opened {
  background: #25363c;
}
.cid-uO7EUU9mpz a {
  font-style: normal;
}
.cid-uO7EUU9mpz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uO7EUU9mpz .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-uO7EUU9mpz .nav-item:focus,
.cid-uO7EUU9mpz .nav-link:focus {
  outline: none;
}
.cid-uO7EUU9mpz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uO7EUU9mpz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uO7EUU9mpz .menu-logo {
  margin-right: auto;
}
.cid-uO7EUU9mpz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uO7EUU9mpz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uO7EUU9mpz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uO7EUU9mpz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uO7EUU9mpz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uO7EUU9mpz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uO7EUU9mpz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uO7EUU9mpz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uO7EUU9mpz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uO7EUU9mpz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO7EUU9mpz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uO7EUU9mpz .dropdown .dropdown-menu {
  background: #25363c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uO7EUU9mpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uO7EUU9mpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO7EUU9mpz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uO7EUU9mpz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO7EUU9mpz .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-uO7EUU9mpz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uO7EUU9mpz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uO7EUU9mpz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uO7EUU9mpz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uO7EUU9mpz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uO7EUU9mpz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uO7EUU9mpz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uO7EUU9mpz button.navbar-toggler:focus {
  outline: none;
}
.cid-uO7EUU9mpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uO7EUU9mpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uO7EUU9mpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uO7EUU9mpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uO7EUU9mpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uO7EUU9mpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO7EUU9mpz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uO7EUU9mpz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uO7EUU9mpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO7EUU9mpz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uO7EUU9mpz .collapsed .btn {
  display: -webkit-flex;
}
.cid-uO7EUU9mpz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uO7EUU9mpz .collapsed .navbar-collapse.collapsing,
.cid-uO7EUU9mpz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uO7EUU9mpz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uO7EUU9mpz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uO7EUU9mpz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uO7EUU9mpz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uO7EUU9mpz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uO7EUU9mpz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uO7EUU9mpz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uO7EUU9mpz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uO7EUU9mpz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uO7EUU9mpz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uO7EUU9mpz .collapsed button.navbar-toggler {
  display: block;
}
.cid-uO7EUU9mpz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uO7EUU9mpz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uO7EUU9mpz .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-uO7EUU9mpz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uO7EUU9mpz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uO7EUU9mpz .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-uO7EUU9mpz .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uO7EUU9mpz img {
    height: 3.8rem !important;
  }
  .cid-uO7EUU9mpz .btn {
    display: -webkit-flex;
  }
  .cid-uO7EUU9mpz button.navbar-toggler {
    display: block;
  }
  .cid-uO7EUU9mpz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uO7EUU9mpz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uO7EUU9mpz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uO7EUU9mpz .navbar-collapse.collapsing,
  .cid-uO7EUU9mpz .navbar-collapse.show {
    display: block !important;
  }
  .cid-uO7EUU9mpz .navbar-collapse.collapsing .navbar-nav,
  .cid-uO7EUU9mpz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uO7EUU9mpz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uO7EUU9mpz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uO7EUU9mpz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uO7EUU9mpz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uO7EUU9mpz .navbar-collapse.collapsing .navbar-buttons,
  .cid-uO7EUU9mpz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uO7EUU9mpz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uO7EUU9mpz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uO7EUU9mpz .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-uO7EUU9mpz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uO7EUU9mpz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uO7EUU9mpz .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-uO7EUU9mpz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uO7EUU9mpz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uO7EUU9mpz .nav-link:hover,
.cid-uO7EUU9mpz .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uO7EUUItAB {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uO7EUUItAB .mbr-text,
.cid-uO7EUUItAB blockquote {
  color: #767676;
}
.cid-uO7EUWDuh4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uO7EUWDuh4 .image-block {
  margin: auto;
}
.cid-uO7EUWDuh4 figcaption {
  position: relative;
}
.cid-uO7EUWDuh4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uO7EUWDuh4 .image-block {
    width: 100% !important;
  }
}
