body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', 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-rQ5LbKrAv8 .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-rQ5LbKrAv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rQ5LbKrAv8 a {
  font-style: normal;
}
.cid-rQ5LbKrAv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .nav-item:focus,
.cid-rQ5LbKrAv8 .nav-link:focus {
  outline: none;
}
.cid-rQ5LbKrAv8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rQ5LbKrAv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rQ5LbKrAv8 .menu-logo {
  margin-right: auto;
}
.cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .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-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rQ5LbKrAv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rQ5LbKrAv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rQ5LbKrAv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rQ5LbKrAv8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rQ5LbKrAv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rQ5LbKrAv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rQ5LbKrAv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rQ5LbKrAv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rQ5LbKrAv8 .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: 1023px) {
  .cid-rQ5LbKrAv8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rQ5LbKrAv8 img {
    height: 3.8rem !important;
  }
  .cid-rQ5LbKrAv8 .btn {
    display: -webkit-flex;
  }
  .cid-rQ5LbKrAv8 button.navbar-toggler {
    display: block;
  }
  .cid-rQ5LbKrAv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rQ5LbKrAv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing,
  .cid-rQ5LbKrAv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rQ5LbKrAv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rQ5LbKrAv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rQ5LbKrAv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rQ5LbKrAv8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rQ5LbKrAv8 .nav-link:hover,
.cid-rQ5LbKrAv8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rQ5Lcd9BNR {
  background-image: url("../../../assets/images/dscf4701-2000x1333.jpg");
}
.cid-rQ5Lcd9BNR H1 {
  text-align: left;
}
.cid-rQ5Lcd9BNR .mbr-text,
.cid-rQ5Lcd9BNR .mbr-section-btn {
  text-align: left;
}
.cid-rQ6Pc59UlF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rQ6Pc59UlF .content {
    text-align: center;
  }
  .cid-rQ6Pc59UlF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rQ6Pc59UlF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rQ6Pc59UlF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQ6Pc59UlF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rQ6Pc59UlF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rQ6Pc59UlF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rQ6Pc59UlF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQ6Pc59UlF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rQ6Pc59UlF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQ6Pc59UlF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQ6Pc59UlF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQ6Pc59UlF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQ5LbKrAv8 .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-rQ5LbKrAv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rQ5LbKrAv8 a {
  font-style: normal;
}
.cid-rQ5LbKrAv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .nav-item:focus,
.cid-rQ5LbKrAv8 .nav-link:focus {
  outline: none;
}
.cid-rQ5LbKrAv8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rQ5LbKrAv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rQ5LbKrAv8 .menu-logo {
  margin-right: auto;
}
.cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .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-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rQ5LbKrAv8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ5LbKrAv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ5LbKrAv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rQ5LbKrAv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rQ5LbKrAv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rQ5LbKrAv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rQ5LbKrAv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ5LbKrAv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ5LbKrAv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ5LbKrAv8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rQ5LbKrAv8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rQ5LbKrAv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rQ5LbKrAv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rQ5LbKrAv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rQ5LbKrAv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rQ5LbKrAv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rQ5LbKrAv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rQ5LbKrAv8 .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: 1023px) {
  .cid-rQ5LbKrAv8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rQ5LbKrAv8 img {
    height: 3.8rem !important;
  }
  .cid-rQ5LbKrAv8 .btn {
    display: -webkit-flex;
  }
  .cid-rQ5LbKrAv8 button.navbar-toggler {
    display: block;
  }
  .cid-rQ5LbKrAv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rQ5LbKrAv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing,
  .cid-rQ5LbKrAv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rQ5LbKrAv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rQ5LbKrAv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rQ5LbKrAv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rQ5LbKrAv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rQ5LbKrAv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rQ5LbKrAv8 .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-rQ5LbKrAv8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rQ5LbKrAv8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rQ5LbKrAv8 .nav-link:hover,
.cid-rQ5LbKrAv8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spnXHQo3gO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spnXHQo3gO .mbr-section-subtitle {
  color: #232323;
}
.cid-spnXIDCbNB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spnXIDCbNB .mbr-section-subtitle {
  color: #232323;
}
.cid-spgQknbRZX {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #232323);
}
@media (min-width: 992px) {
  .cid-spgQknbRZX .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spgQknbRZX .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spgQknbRZX .mbr-text,
.cid-spgQknbRZX .mbr-section-btn {
  color: #ffffff;
}
.cid-spgQknbRZX .mbr-section-title {
  color: #ffffff;
}
.cid-spnXF77xFy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spnXF77xFy .mbr-section-subtitle {
  color: #232323;
}
.cid-t7GCZ8CFC6 .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-t7GCZ8CFC6 .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-t7GCZ8CFC6 a {
  font-style: normal;
}
.cid-t7GCZ8CFC6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7GCZ8CFC6 .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-t7GCZ8CFC6 .nav-item:focus,
.cid-t7GCZ8CFC6 .nav-link:focus {
  outline: none;
}
.cid-t7GCZ8CFC6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7GCZ8CFC6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7GCZ8CFC6 .menu-logo {
  margin-right: auto;
}
.cid-t7GCZ8CFC6 .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-t7GCZ8CFC6 .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-t7GCZ8CFC6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7GCZ8CFC6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7GCZ8CFC6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7GCZ8CFC6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7GCZ8CFC6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7GCZ8CFC6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7GCZ8CFC6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7GCZ8CFC6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7GCZ8CFC6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7GCZ8CFC6 .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7GCZ8CFC6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7GCZ8CFC6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7GCZ8CFC6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7GCZ8CFC6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7GCZ8CFC6 .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-t7GCZ8CFC6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7GCZ8CFC6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7GCZ8CFC6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7GCZ8CFC6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7GCZ8CFC6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7GCZ8CFC6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7GCZ8CFC6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7GCZ8CFC6 button.navbar-toggler:focus {
  outline: none;
}
.cid-t7GCZ8CFC6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7GCZ8CFC6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7GCZ8CFC6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7GCZ8CFC6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7GCZ8CFC6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7GCZ8CFC6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7GCZ8CFC6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7GCZ8CFC6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7GCZ8CFC6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7GCZ8CFC6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7GCZ8CFC6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.collapsing,
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7GCZ8CFC6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t7GCZ8CFC6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7GCZ8CFC6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7GCZ8CFC6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t7GCZ8CFC6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7GCZ8CFC6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7GCZ8CFC6 .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: 1023px) {
  .cid-t7GCZ8CFC6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7GCZ8CFC6 img {
    height: 3.8rem !important;
  }
  .cid-t7GCZ8CFC6 .btn {
    display: -webkit-flex;
  }
  .cid-t7GCZ8CFC6 button.navbar-toggler {
    display: block;
  }
  .cid-t7GCZ8CFC6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7GCZ8CFC6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7GCZ8CFC6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7GCZ8CFC6 .navbar-collapse.collapsing,
  .cid-t7GCZ8CFC6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7GCZ8CFC6 .navbar-collapse.collapsing .navbar-nav,
  .cid-t7GCZ8CFC6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7GCZ8CFC6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7GCZ8CFC6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7GCZ8CFC6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t7GCZ8CFC6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7GCZ8CFC6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7GCZ8CFC6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7GCZ8CFC6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7GCZ8CFC6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7GCZ8CFC6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t7GCZ8CFC6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7GCZ8CFC6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7GCZ8CFC6 .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-t7GCZ8CFC6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7GCZ8CFC6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7GCZ8CFC6 .nav-link:hover,
.cid-t7GCZ8CFC6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t7GCZ8PkBQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t7GCZ8PkBQ .mbr-section-subtitle {
  color: #232323;
}
.cid-t7GCZddUQU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t7GCZddUQU .mbr-section-subtitle {
  color: #232323;
}
.cid-t9tM94VX4L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9tM94VX4L .mbr-text,
.cid-t9tM94VX4L blockquote {
  color: #767676;
}
.cid-t9tM94VX4L .mbr-text {
  color: #060606;
}
.cid-t9tMpPC8od {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9tMpPC8od .mbr-text,
.cid-t9tMpPC8od blockquote {
  color: #767676;
}
.cid-t9tMpPC8od .mbr-text {
  color: #060606;
}
.cid-t9tMBelKjW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9tMBelKjW .mbr-text,
.cid-t9tMBelKjW blockquote {
  color: #767676;
}
.cid-t9tMBelKjW .mbr-text {
  color: #060606;
}
.cid-t9WJCfDBfW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9WJCfDBfW .mbr-text,
.cid-t9WJCfDBfW blockquote {
  color: #767676;
}
.cid-t9WJCfDBfW .mbr-text {
  color: #060606;
}
.cid-t9WJVWs2wV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9WJVWs2wV .mbr-text,
.cid-t9WJVWs2wV blockquote {
  color: #767676;
}
.cid-t9WJVWs2wV .mbr-text {
  color: #060606;
}
.cid-t9WTBLd8pE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9WTBLd8pE .mbr-text,
.cid-t9WTBLd8pE blockquote {
  color: #767676;
}
.cid-t9WTBLd8pE .mbr-text {
  color: #060606;
}
.cid-t9WTPZkx7t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9WTPZkx7t .mbr-text,
.cid-t9WTPZkx7t blockquote {
  color: #767676;
}
.cid-t9WTPZkx7t .mbr-text {
  color: #060606;
}
.cid-t9WUknCnuR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9WUknCnuR .mbr-text,
.cid-t9WUknCnuR blockquote {
  color: #767676;
}
.cid-t9WUknCnuR .mbr-text {
  color: #060606;
}
.cid-t9WUx2tFyf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9WUx2tFyf .mbr-text,
.cid-t9WUx2tFyf blockquote {
  color: #767676;
}
.cid-t9WUx2tFyf .mbr-text {
  color: #060606;
}
.cid-t7GCZfD6eT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t7GCZfD6eT .mbr-text,
.cid-t7GCZfD6eT blockquote {
  color: #767676;
}
.cid-t9WVrjbdaP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9WVrjbdaP .mbr-text,
.cid-t9WVrjbdaP blockquote {
  color: #767676;
}
.cid-t9WVrjbdaP .mbr-text {
  color: #060606;
}
.cid-t7GCZgbJlu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t7GCZgbJlu .mbr-text,
.cid-t7GCZgbJlu blockquote {
  color: #767676;
}
.cid-t7GCZgbJlu .mbr-text {
  color: #060606;
}
.cid-t7GCZgqI25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t7GCZgqI25 .mbr-text,
.cid-t7GCZgqI25 blockquote {
  color: #767676;
}
.cid-t7GCZgqI25 .mbr-text {
  color: #060606;
}
.cid-t7GCZgFGKn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t7GCZgFGKn .mbr-text,
.cid-t7GCZgFGKn blockquote {
  color: #767676;
}
.cid-t7GCZgFGKn .mbr-text {
  color: #060606;
}
.cid-t7GCZgVBwI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t7GCZgVBwI .mbr-text,
.cid-t7GCZgVBwI blockquote {
  color: #767676;
}
.cid-t7GCZgVBwI .mbr-text {
  color: #060606;
}
.cid-t7GCZhaymk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t7GCZhaymk .mbr-text,
.cid-t7GCZhaymk blockquote {
  color: #767676;
}
.cid-t7GCZhaymk .mbr-text {
  color: #060606;
}
.cid-t9XVkXzp02 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XVkXzp02 .mbr-text,
.cid-t9XVkXzp02 blockquote {
  color: #767676;
}
.cid-t9XVkXzp02 .mbr-text {
  color: #060606;
}
.cid-t9XVC3MPZA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XVC3MPZA .mbr-text,
.cid-t9XVC3MPZA blockquote {
  color: #767676;
}
.cid-t9XVC3MPZA .mbr-text {
  color: #060606;
}
.cid-t9XVUIVZ8K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XVUIVZ8K .mbr-text,
.cid-t9XVUIVZ8K blockquote {
  color: #767676;
}
.cid-t9XVUIVZ8K .mbr-text {
  color: #060606;
}
.cid-t9XWanmClL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XWanmClL .mbr-text,
.cid-t9XWanmClL blockquote {
  color: #767676;
}
.cid-t9XWanmClL .mbr-text {
  color: #060606;
}
.cid-t9XWmKyuOK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XWmKyuOK .mbr-text,
.cid-t9XWmKyuOK blockquote {
  color: #767676;
}
.cid-t9XWmKyuOK .mbr-text {
  color: #060606;
}
.cid-t9XWzlc3YW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XWzlc3YW .mbr-text,
.cid-t9XWzlc3YW blockquote {
  color: #767676;
}
.cid-t9XWzlc3YW .mbr-text {
  color: #060606;
}
.cid-t9XWL37Zd3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XWL37Zd3 .mbr-text,
.cid-t9XWL37Zd3 blockquote {
  color: #767676;
}
.cid-t9XWL37Zd3 .mbr-text {
  color: #060606;
}
.cid-t9XWWKHmT9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XWWKHmT9 .mbr-text,
.cid-t9XWWKHmT9 blockquote {
  color: #767676;
}
.cid-t9XWWKHmT9 .mbr-text {
  color: #060606;
}
.cid-t9XX5jrqk0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XX5jrqk0 .mbr-text,
.cid-t9XX5jrqk0 blockquote {
  color: #767676;
}
.cid-t9XX5jrqk0 .mbr-text {
  color: #060606;
}
.cid-t9XXjg80PL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XXjg80PL .mbr-text,
.cid-t9XXjg80PL blockquote {
  color: #767676;
}
.cid-t9XXjg80PL .mbr-text {
  color: #060606;
}
.cid-t9XXvd23fU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XXvd23fU .mbr-text,
.cid-t9XXvd23fU blockquote {
  color: #767676;
}
.cid-t9XXvd23fU .mbr-text {
  color: #060606;
}
.cid-t9XXJAR8j7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XXJAR8j7 .mbr-text,
.cid-t9XXJAR8j7 blockquote {
  color: #767676;
}
.cid-t9XXJAR8j7 .mbr-text {
  color: #060606;
}
.cid-t9XY2aTCXa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XY2aTCXa .mbr-text,
.cid-t9XY2aTCXa blockquote {
  color: #767676;
}
.cid-t9XY2aTCXa .mbr-text {
  color: #060606;
}
.cid-t9XYbmlp5D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XYbmlp5D .mbr-text,
.cid-t9XYbmlp5D blockquote {
  color: #767676;
}
.cid-t9XYbmlp5D .mbr-text {
  color: #060606;
}
.cid-t9XYlaor7L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XYlaor7L .mbr-text,
.cid-t9XYlaor7L blockquote {
  color: #767676;
}
.cid-t9XYlaor7L .mbr-text {
  color: #060606;
}
.cid-t9XYB58sHj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XYB58sHj .mbr-text,
.cid-t9XYB58sHj blockquote {
  color: #767676;
}
.cid-t9XYLuhvzZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XYLuhvzZ .mbr-text,
.cid-t9XYLuhvzZ blockquote {
  color: #767676;
}
.cid-t9XYLuhvzZ .mbr-text {
  color: #060606;
}
.cid-t9XZ295TVc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9XZ295TVc .mbr-text,
.cid-t9XZ295TVc blockquote {
  color: #767676;
}
.cid-t9XZ295TVc .mbr-text {
  color: #060606;
}
.cid-t9XZacXDpK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t9XZacXDpK .mbr-text,
.cid-t9XZacXDpK blockquote {
  color: #767676;
}
.cid-t9XZacXDpK .mbr-text {
  color: #060606;
}
.cid-ta2vedI5uI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2vedI5uI .mbr-text,
.cid-ta2vedI5uI blockquote {
  color: #767676;
}
.cid-ta2vedI5uI .mbr-text {
  color: #060606;
}
.cid-ta2xRJd0Ai {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2xRJd0Ai .mbr-text,
.cid-ta2xRJd0Ai blockquote {
  color: #767676;
}
.cid-ta2xRJd0Ai .mbr-text {
  color: #060606;
}
.cid-ta2ycdO4i5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2ycdO4i5 .mbr-text,
.cid-ta2ycdO4i5 blockquote {
  color: #767676;
}
.cid-ta2ycdO4i5 .mbr-text {
  color: #060606;
}
.cid-ta2yqBRsw4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2yqBRsw4 .mbr-text,
.cid-ta2yqBRsw4 blockquote {
  color: #767676;
}
.cid-ta2yqBRsw4 .mbr-text {
  color: #060606;
}
.cid-ta2yZIR1cR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2yZIR1cR .mbr-text,
.cid-ta2yZIR1cR blockquote {
  color: #767676;
}
.cid-ta2yZIR1cR .mbr-text {
  color: #060606;
}
.cid-ta2zakcOXz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2zakcOXz .mbr-text,
.cid-ta2zakcOXz blockquote {
  color: #767676;
}
.cid-ta2zakcOXz .mbr-text {
  color: #060606;
}
.cid-ta2zpbBCg2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2zpbBCg2 .mbr-text,
.cid-ta2zpbBCg2 blockquote {
  color: #767676;
}
.cid-ta2zpbBCg2 .mbr-text {
  color: #060606;
}
.cid-ta2zyZdHlW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2zyZdHlW .mbr-text,
.cid-ta2zyZdHlW blockquote {
  color: #767676;
}
.cid-ta2zyZdHlW .mbr-text {
  color: #060606;
}
.cid-ta2zKCv8AM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2zKCv8AM .mbr-text,
.cid-ta2zKCv8AM blockquote {
  color: #767676;
}
.cid-ta2zKCv8AM .mbr-text {
  color: #060606;
}
.cid-ta2zZ8X5M5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2zZ8X5M5 .mbr-text,
.cid-ta2zZ8X5M5 blockquote {
  color: #767676;
}
.cid-ta2zZ8X5M5 .mbr-text {
  color: #060606;
}
.cid-ta2ActwSRr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2ActwSRr .mbr-text,
.cid-ta2ActwSRr blockquote {
  color: #767676;
}
.cid-ta2ActwSRr .mbr-text {
  color: #060606;
}
.cid-ta2AGm2CSJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2AGm2CSJ .mbr-text,
.cid-ta2AGm2CSJ blockquote {
  color: #767676;
}
.cid-ta2AGm2CSJ .mbr-text {
  color: #060606;
}
.cid-ta2AZkefA9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2AZkefA9 .mbr-text,
.cid-ta2AZkefA9 blockquote {
  color: #767676;
}
.cid-ta2AZkefA9 .mbr-text {
  color: #060606;
}
.cid-ta2B87aawD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2B87aawD .mbr-text,
.cid-ta2B87aawD blockquote {
  color: #767676;
}
.cid-ta2B87aawD .mbr-text {
  color: #060606;
}
.cid-ta2Bh0aDro {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2Bh0aDro .mbr-text,
.cid-ta2Bh0aDro blockquote {
  color: #767676;
}
.cid-ta2Bh0aDro .mbr-text {
  color: #060606;
}
.cid-ta2BrNUz5e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BrNUz5e .mbr-text,
.cid-ta2BrNUz5e blockquote {
  color: #767676;
}
.cid-ta2BrNUz5e .mbr-text {
  color: #060606;
}
.cid-t7GCZhuHdj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t7GCZhuHdj .mbr-text,
.cid-t7GCZhuHdj blockquote {
  color: #767676;
}
.cid-ta2BNSPgmz .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-ta2BNSPgmz .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-ta2BNSPgmz a {
  font-style: normal;
}
.cid-ta2BNSPgmz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ta2BNSPgmz .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-ta2BNSPgmz .nav-item:focus,
.cid-ta2BNSPgmz .nav-link:focus {
  outline: none;
}
.cid-ta2BNSPgmz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ta2BNSPgmz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ta2BNSPgmz .menu-logo {
  margin-right: auto;
}
.cid-ta2BNSPgmz .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-ta2BNSPgmz .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-ta2BNSPgmz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ta2BNSPgmz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ta2BNSPgmz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ta2BNSPgmz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ta2BNSPgmz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ta2BNSPgmz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ta2BNSPgmz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ta2BNSPgmz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ta2BNSPgmz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ta2BNSPgmz .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ta2BNSPgmz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ta2BNSPgmz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta2BNSPgmz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ta2BNSPgmz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta2BNSPgmz .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-ta2BNSPgmz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ta2BNSPgmz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ta2BNSPgmz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ta2BNSPgmz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ta2BNSPgmz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ta2BNSPgmz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ta2BNSPgmz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ta2BNSPgmz button.navbar-toggler:focus {
  outline: none;
}
.cid-ta2BNSPgmz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ta2BNSPgmz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ta2BNSPgmz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ta2BNSPgmz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ta2BNSPgmz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ta2BNSPgmz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ta2BNSPgmz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ta2BNSPgmz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ta2BNSPgmz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ta2BNSPgmz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ta2BNSPgmz .collapsed .btn {
  display: -webkit-flex;
}
.cid-ta2BNSPgmz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ta2BNSPgmz .collapsed .navbar-collapse.collapsing,
.cid-ta2BNSPgmz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ta2BNSPgmz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ta2BNSPgmz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ta2BNSPgmz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ta2BNSPgmz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ta2BNSPgmz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ta2BNSPgmz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ta2BNSPgmz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ta2BNSPgmz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ta2BNSPgmz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ta2BNSPgmz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ta2BNSPgmz .collapsed button.navbar-toggler {
  display: block;
}
.cid-ta2BNSPgmz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ta2BNSPgmz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ta2BNSPgmz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ta2BNSPgmz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ta2BNSPgmz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ta2BNSPgmz .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: 1023px) {
  .cid-ta2BNSPgmz .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ta2BNSPgmz img {
    height: 3.8rem !important;
  }
  .cid-ta2BNSPgmz .btn {
    display: -webkit-flex;
  }
  .cid-ta2BNSPgmz button.navbar-toggler {
    display: block;
  }
  .cid-ta2BNSPgmz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ta2BNSPgmz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ta2BNSPgmz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ta2BNSPgmz .navbar-collapse.collapsing,
  .cid-ta2BNSPgmz .navbar-collapse.show {
    display: block !important;
  }
  .cid-ta2BNSPgmz .navbar-collapse.collapsing .navbar-nav,
  .cid-ta2BNSPgmz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ta2BNSPgmz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ta2BNSPgmz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ta2BNSPgmz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ta2BNSPgmz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ta2BNSPgmz .navbar-collapse.collapsing .navbar-buttons,
  .cid-ta2BNSPgmz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ta2BNSPgmz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ta2BNSPgmz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ta2BNSPgmz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ta2BNSPgmz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ta2BNSPgmz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ta2BNSPgmz .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-ta2BNSPgmz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ta2BNSPgmz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ta2BNSPgmz .nav-link:hover,
.cid-ta2BNSPgmz .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ta2BNThayq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ta2BNThayq .mbr-section-subtitle {
  color: #232323;
}
.cid-ta2BNTvQNZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ta2BNTvQNZ .mbr-section-subtitle {
  color: #232323;
}
.cid-ta2BNTIHlN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNTIHlN .mbr-text,
.cid-ta2BNTIHlN blockquote {
  color: #767676;
}
.cid-ta2BNTIHlN .mbr-text {
  color: #060606;
}
.cid-ta2BNTUnNE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNTUnNE .mbr-text,
.cid-ta2BNTUnNE blockquote {
  color: #767676;
}
.cid-ta2BNTUnNE .mbr-text {
  color: #060606;
}
.cid-ta2BNTUnNE .mbr-text P {
  text-align: center;
}
.cid-ta2BNU9JY4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNU9JY4 .mbr-text,
.cid-ta2BNU9JY4 blockquote {
  color: #767676;
}
.cid-ta2BNU9JY4 .mbr-text {
  color: #060606;
}
.cid-ta2BNUlw1d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNUlw1d .mbr-text,
.cid-ta2BNUlw1d blockquote {
  color: #767676;
}
.cid-ta2BNUlw1d .mbr-text {
  color: #060606;
}
.cid-ta2BNUx4DG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNUx4DG .mbr-text,
.cid-ta2BNUx4DG blockquote {
  color: #767676;
}
.cid-ta2BNUx4DG .mbr-text {
  color: #060606;
}
.cid-ta2BNUKXuV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNUKXuV .mbr-text,
.cid-ta2BNUKXuV blockquote {
  color: #767676;
}
.cid-ta2BNUKXuV .mbr-text {
  color: #060606;
}
.cid-ta2BNUVwgx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNUVwgx .mbr-text,
.cid-ta2BNUVwgx blockquote {
  color: #767676;
}
.cid-ta2BNUVwgx .mbr-text {
  color: #060606;
}
.cid-ta2BNV8zoa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNV8zoa .mbr-text,
.cid-ta2BNV8zoa blockquote {
  color: #767676;
}
.cid-ta2BNV8zoa .mbr-text {
  color: #060606;
}
.cid-ta2BNVmsEB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNVmsEB .mbr-text,
.cid-ta2BNVmsEB blockquote {
  color: #767676;
}
.cid-ta2BNVmsEB .mbr-text {
  color: #060606;
}
.cid-ta2BNVzh2m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNVzh2m .mbr-text,
.cid-ta2BNVzh2m blockquote {
  color: #767676;
}
.cid-ta2BNVzh2m .mbr-text {
  color: #060606;
}
.cid-ta2BNVVHS0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNVVHS0 .mbr-text,
.cid-ta2BNVVHS0 blockquote {
  color: #767676;
}
.cid-ta2BNVVHS0 .mbr-text {
  color: #060606;
}
.cid-ta2BNWd4LS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNWd4LS .mbr-text,
.cid-ta2BNWd4LS blockquote {
  color: #767676;
}
.cid-ta2BNWd4LS .mbr-text {
  color: #060606;
}
.cid-ta2BNWd4LS .mbr-text P {
  text-align: center;
}
.cid-ta2BNWtoNM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNWtoNM .mbr-text,
.cid-ta2BNWtoNM blockquote {
  color: #767676;
}
.cid-ta2BNWtoNM .mbr-text {
  color: #060606;
}
.cid-ta2BNWtoNM .mbr-text DIV {
  text-align: center;
}
.cid-ta2BNWPA4o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNWPA4o .mbr-text,
.cid-ta2BNWPA4o blockquote {
  color: #767676;
}
.cid-ta2BNWPA4o .mbr-text {
  color: #060606;
}
.cid-ta2BNWPA4o .mbr-text P {
  text-align: center;
}
.cid-ta2BNX7ci4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNX7ci4 .mbr-text,
.cid-ta2BNX7ci4 blockquote {
  color: #767676;
}
.cid-ta2BNX7ci4 .mbr-text {
  color: #060606;
}
.cid-ta2BNXpBLd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNXpBLd .mbr-text,
.cid-ta2BNXpBLd blockquote {
  color: #767676;
}
.cid-ta2BNXpBLd .mbr-text {
  color: #060606;
}
.cid-ta2BNXpBLd .mbr-text DIV {
  text-align: center;
}
.cid-ta2BNXIxmR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNXIxmR .mbr-text,
.cid-ta2BNXIxmR blockquote {
  color: #767676;
}
.cid-ta2BNXIxmR .mbr-text {
  color: #060606;
}
.cid-ta2BNYaid4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNYaid4 .mbr-text,
.cid-ta2BNYaid4 blockquote {
  color: #767676;
}
.cid-ta2BNYaid4 .mbr-text {
  color: #060606;
}
.cid-ta2BNYp36Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNYp36Q .mbr-text,
.cid-ta2BNYp36Q blockquote {
  color: #767676;
}
.cid-ta2BNYp36Q .mbr-text {
  color: #060606;
}
.cid-ta2BNYp36Q .mbr-text P {
  text-align: center;
}
.cid-ta2BNYFm5M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNYFm5M .mbr-text,
.cid-ta2BNYFm5M blockquote {
  color: #767676;
}
.cid-ta2BNYFm5M .mbr-text {
  color: #060606;
}
.cid-ta2BNYFm5M .mbr-text P {
  text-align: center;
}
.cid-ta2BNYVd2Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNYVd2Y .mbr-text,
.cid-ta2BNYVd2Y blockquote {
  color: #767676;
}
.cid-ta2BNYVd2Y .mbr-text {
  color: #060606;
}
.cid-ta2BNZaxmP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNZaxmP .mbr-text,
.cid-ta2BNZaxmP blockquote {
  color: #767676;
}
.cid-ta2BNZaxmP .mbr-text {
  color: #060606;
}
.cid-ta2BNZraC8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNZraC8 .mbr-text,
.cid-ta2BNZraC8 blockquote {
  color: #767676;
}
.cid-ta2BNZraC8 .mbr-text {
  color: #060606;
}
.cid-ta2BNZG5DQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BNZG5DQ .mbr-text,
.cid-ta2BNZG5DQ blockquote {
  color: #767676;
}
.cid-ta2BNZG5DQ .mbr-text {
  color: #060606;
}
.cid-ta2BNZG5DQ .mbr-text P {
  text-align: center;
}
.cid-ta2BNZW5fI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BNZW5fI .mbr-text,
.cid-ta2BNZW5fI blockquote {
  color: #767676;
}
.cid-ta2BNZW5fI .mbr-text {
  color: #060606;
}
.cid-ta2BO0bHck {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO0bHck .mbr-text,
.cid-ta2BO0bHck blockquote {
  color: #767676;
}
.cid-ta2BO0bHck .mbr-text {
  color: #060606;
}
.cid-ta2BO0suK9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO0suK9 .mbr-text,
.cid-ta2BO0suK9 blockquote {
  color: #767676;
}
.cid-ta2BO0suK9 .mbr-text {
  color: #060606;
}
.cid-ta2BO0IZd6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO0IZd6 .mbr-text,
.cid-ta2BO0IZd6 blockquote {
  color: #767676;
}
.cid-ta2BO0IZd6 .mbr-text {
  color: #060606;
}
.cid-ta2BO0ZNmM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO0ZNmM .mbr-text,
.cid-ta2BO0ZNmM blockquote {
  color: #767676;
}
.cid-ta2BO0ZNmM .mbr-text {
  color: #060606;
}
.cid-ta2BO1fpNt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO1fpNt .mbr-text,
.cid-ta2BO1fpNt blockquote {
  color: #767676;
}
.cid-ta2BO1fpNt .mbr-text {
  color: #060606;
}
.cid-ta2BO1xkjG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO1xkjG .mbr-text,
.cid-ta2BO1xkjG blockquote {
  color: #767676;
}
.cid-ta2BO1xkjG .mbr-text {
  color: #060606;
}
.cid-ta2BO1RjPJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO1RjPJ .mbr-text,
.cid-ta2BO1RjPJ blockquote {
  color: #767676;
}
.cid-ta2BO27zue {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO27zue .mbr-text,
.cid-ta2BO27zue blockquote {
  color: #767676;
}
.cid-ta2BO27zue .mbr-text {
  color: #060606;
}
.cid-ta2BO2oNVM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO2oNVM .mbr-text,
.cid-ta2BO2oNVM blockquote {
  color: #767676;
}
.cid-ta2BO2oNVM .mbr-text {
  color: #060606;
}
.cid-ta2BO2GvVN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO2GvVN .mbr-text,
.cid-ta2BO2GvVN blockquote {
  color: #767676;
}
.cid-ta2BO2GvVN .mbr-text {
  color: #060606;
}
.cid-ta2BO30uCQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO30uCQ .mbr-text,
.cid-ta2BO30uCQ blockquote {
  color: #767676;
}
.cid-ta2BO30uCQ .mbr-text {
  color: #060606;
}
.cid-ta2BO3gFjL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO3gFjL .mbr-text,
.cid-ta2BO3gFjL blockquote {
  color: #767676;
}
.cid-ta2BO3gFjL .mbr-text {
  color: #060606;
}
.cid-ta2BO3Dzf1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO3Dzf1 .mbr-text,
.cid-ta2BO3Dzf1 blockquote {
  color: #767676;
}
.cid-ta2BO3Dzf1 .mbr-text {
  color: #060606;
}
.cid-ta2BO4cwee {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO4cwee .mbr-text,
.cid-ta2BO4cwee blockquote {
  color: #767676;
}
.cid-ta2BO4cwee .mbr-text {
  color: #060606;
}
.cid-ta2BO4uwMF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO4uwMF .mbr-text,
.cid-ta2BO4uwMF blockquote {
  color: #767676;
}
.cid-ta2BO4uwMF .mbr-text {
  color: #060606;
}
.cid-ta2BO4Mddc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO4Mddc .mbr-text,
.cid-ta2BO4Mddc blockquote {
  color: #767676;
}
.cid-ta2BO4Mddc .mbr-text {
  color: #060606;
}
.cid-ta2BO544Lx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO544Lx .mbr-text,
.cid-ta2BO544Lx blockquote {
  color: #767676;
}
.cid-ta2BO544Lx .mbr-text {
  color: #060606;
}
.cid-ta2BO5ovXD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO5ovXD .mbr-text,
.cid-ta2BO5ovXD blockquote {
  color: #767676;
}
.cid-ta2BO5ovXD .mbr-text {
  color: #060606;
}
.cid-ta2BO5Hyfh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO5Hyfh .mbr-text,
.cid-ta2BO5Hyfh blockquote {
  color: #767676;
}
.cid-ta2BO5Hyfh .mbr-text {
  color: #060606;
}
.cid-ta2BO5Hyfh .mbr-text P {
  text-align: center;
}
.cid-ta2BO60rzU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO60rzU .mbr-text,
.cid-ta2BO60rzU blockquote {
  color: #767676;
}
.cid-ta2BO60rzU .mbr-text {
  color: #060606;
}
.cid-ta2BO6jS0t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO6jS0t .mbr-text,
.cid-ta2BO6jS0t blockquote {
  color: #767676;
}
.cid-ta2BO6jS0t .mbr-text {
  color: #060606;
}
.cid-ta2BO6jS0t .mbr-text P {
  text-align: center;
}
.cid-ta2BO6DXNZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO6DXNZ .mbr-text,
.cid-ta2BO6DXNZ blockquote {
  color: #767676;
}
.cid-ta2BO6DXNZ .mbr-text {
  color: #060606;
}
.cid-ta2BO6WodG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO6WodG .mbr-text,
.cid-ta2BO6WodG blockquote {
  color: #767676;
}
.cid-ta2BO6WodG .mbr-text {
  color: #060606;
}
.cid-ta2BO7fSec {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO7fSec .mbr-text,
.cid-ta2BO7fSec blockquote {
  color: #767676;
}
.cid-ta2BO7fSec .mbr-text {
  color: #060606;
}
.cid-ta2BO7fSec .mbr-text DIV {
  text-align: center;
}
.cid-ta2BO7C9an {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2BO7C9an .mbr-text,
.cid-ta2BO7C9an blockquote {
  color: #767676;
}
.cid-ta2BO7C9an .mbr-text {
  color: #060606;
}
.cid-ta2BO7WOpk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2BO7WOpk .mbr-text,
.cid-ta2BO7WOpk blockquote {
  color: #767676;
}
.cid-ta2BO7WOpk .mbr-text {
  color: #060606;
}
.cid-ta2JDKMgkn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2JDKMgkn .mbr-text,
.cid-ta2JDKMgkn blockquote {
  color: #767676;
}
.cid-ta2JDKMgkn .mbr-text DIV {
  text-align: center;
}
.cid-ta2JDKMgkn .mbr-text {
  color: #060606;
}
.cid-ta2JSUEW58 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2JSUEW58 .mbr-text,
.cid-ta2JSUEW58 blockquote {
  color: #767676;
}
.cid-ta2JSUEW58 .mbr-text DIV {
  text-align: center;
}
.cid-ta2JSUEW58 .mbr-text {
  color: #060606;
}
.cid-ta2K8Qmsqg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2K8Qmsqg .mbr-text,
.cid-ta2K8Qmsqg blockquote {
  color: #767676;
}
.cid-ta2K8Qmsqg .mbr-text {
  color: #060606;
}
.cid-ta2KvbzSBf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2KvbzSBf .mbr-text,
.cid-ta2KvbzSBf blockquote {
  color: #767676;
}
.cid-ta2KvbzSBf .mbr-text {
  color: #060606;
}
.cid-ta2KCgy0GB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ta2KCgy0GB .mbr-text,
.cid-ta2KCgy0GB blockquote {
  color: #767676;
}
.cid-ta2KCgy0GB .mbr-text {
  color: #060606;
}
.cid-ta2KRbnjRG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ta2KRbnjRG .mbr-text,
.cid-ta2KRbnjRG blockquote {
  color: #767676;
}
.cid-ta2KRbnjRG .mbr-text {
  color: #060606;
}
.cid-t8ynJZGuF8 .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-t8ynJZGuF8 .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-t8ynJZGuF8 a {
  font-style: normal;
}
.cid-t8ynJZGuF8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8ynJZGuF8 .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-t8ynJZGuF8 .nav-item:focus,
.cid-t8ynJZGuF8 .nav-link:focus {
  outline: none;
}
.cid-t8ynJZGuF8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8ynJZGuF8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8ynJZGuF8 .menu-logo {
  margin-right: auto;
}
.cid-t8ynJZGuF8 .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-t8ynJZGuF8 .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-t8ynJZGuF8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8ynJZGuF8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8ynJZGuF8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8ynJZGuF8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8ynJZGuF8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8ynJZGuF8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8ynJZGuF8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8ynJZGuF8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8ynJZGuF8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8ynJZGuF8 .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8ynJZGuF8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8ynJZGuF8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8ynJZGuF8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8ynJZGuF8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8ynJZGuF8 .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-t8ynJZGuF8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8ynJZGuF8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8ynJZGuF8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8ynJZGuF8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8ynJZGuF8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8ynJZGuF8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8ynJZGuF8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8ynJZGuF8 button.navbar-toggler:focus {
  outline: none;
}
.cid-t8ynJZGuF8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8ynJZGuF8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8ynJZGuF8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8ynJZGuF8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8ynJZGuF8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8ynJZGuF8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8ynJZGuF8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8ynJZGuF8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8ynJZGuF8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8ynJZGuF8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8ynJZGuF8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8ynJZGuF8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.collapsing,
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8ynJZGuF8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t8ynJZGuF8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8ynJZGuF8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8ynJZGuF8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8ynJZGuF8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t8ynJZGuF8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8ynJZGuF8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8ynJZGuF8 .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: 1023px) {
  .cid-t8ynJZGuF8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8ynJZGuF8 img {
    height: 3.8rem !important;
  }
  .cid-t8ynJZGuF8 .btn {
    display: -webkit-flex;
  }
  .cid-t8ynJZGuF8 button.navbar-toggler {
    display: block;
  }
  .cid-t8ynJZGuF8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8ynJZGuF8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8ynJZGuF8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8ynJZGuF8 .navbar-collapse.collapsing,
  .cid-t8ynJZGuF8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8ynJZGuF8 .navbar-collapse.collapsing .navbar-nav,
  .cid-t8ynJZGuF8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8ynJZGuF8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8ynJZGuF8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8ynJZGuF8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8ynJZGuF8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8ynJZGuF8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8ynJZGuF8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8ynJZGuF8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8ynJZGuF8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8ynJZGuF8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t8ynJZGuF8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8ynJZGuF8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8ynJZGuF8 .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-t8ynJZGuF8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8ynJZGuF8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8ynJZGuF8 .nav-link:hover,
.cid-t8ynJZGuF8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t8ynK02lXk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8ynK02lXk .mbr-section-subtitle {
  color: #232323;
}
.cid-t8ynK0bhvB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8ynK0bhvB .mbr-section-subtitle {
  color: #232323;
}
.cid-t8ysqsp7wM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t8ysqsp7wM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8ysqsp7wM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8ysqsp7wM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8ysqsp7wM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8ysqsp7wM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8ysqsp7wM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8ysqsp7wM .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8ysqsp7wM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8ysqsp7wM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8yv4qIBW2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-t8yv4qIBW2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8yv4qIBW2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8yv4qIBW2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8yv4qIBW2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8yv4qIBW2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8yv4qIBW2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8yv4qIBW2 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8yv4qIBW2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8yv4qIBW2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8z7yIpdCI .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-t8z7yIpdCI .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-t8z7yIpdCI a {
  font-style: normal;
}
.cid-t8z7yIpdCI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8z7yIpdCI .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-t8z7yIpdCI .nav-item:focus,
.cid-t8z7yIpdCI .nav-link:focus {
  outline: none;
}
.cid-t8z7yIpdCI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8z7yIpdCI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8z7yIpdCI .menu-logo {
  margin-right: auto;
}
.cid-t8z7yIpdCI .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-t8z7yIpdCI .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-t8z7yIpdCI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8z7yIpdCI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8z7yIpdCI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8z7yIpdCI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8z7yIpdCI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8z7yIpdCI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8z7yIpdCI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8z7yIpdCI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8z7yIpdCI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8z7yIpdCI .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8z7yIpdCI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8z7yIpdCI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8z7yIpdCI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8z7yIpdCI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8z7yIpdCI .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-t8z7yIpdCI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8z7yIpdCI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8z7yIpdCI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8z7yIpdCI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8z7yIpdCI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8z7yIpdCI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8z7yIpdCI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8z7yIpdCI button.navbar-toggler:focus {
  outline: none;
}
.cid-t8z7yIpdCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8z7yIpdCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8z7yIpdCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8z7yIpdCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8z7yIpdCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8z7yIpdCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8z7yIpdCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8z7yIpdCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8z7yIpdCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8z7yIpdCI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8z7yIpdCI .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8z7yIpdCI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8z7yIpdCI .collapsed .navbar-collapse.collapsing,
.cid-t8z7yIpdCI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8z7yIpdCI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8z7yIpdCI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8z7yIpdCI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8z7yIpdCI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8z7yIpdCI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8z7yIpdCI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8z7yIpdCI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8z7yIpdCI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8z7yIpdCI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8z7yIpdCI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t8z7yIpdCI .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8z7yIpdCI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8z7yIpdCI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8z7yIpdCI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t8z7yIpdCI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8z7yIpdCI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8z7yIpdCI .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: 1023px) {
  .cid-t8z7yIpdCI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8z7yIpdCI img {
    height: 3.8rem !important;
  }
  .cid-t8z7yIpdCI .btn {
    display: -webkit-flex;
  }
  .cid-t8z7yIpdCI button.navbar-toggler {
    display: block;
  }
  .cid-t8z7yIpdCI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8z7yIpdCI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8z7yIpdCI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8z7yIpdCI .navbar-collapse.collapsing,
  .cid-t8z7yIpdCI .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8z7yIpdCI .navbar-collapse.collapsing .navbar-nav,
  .cid-t8z7yIpdCI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8z7yIpdCI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8z7yIpdCI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8z7yIpdCI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8z7yIpdCI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8z7yIpdCI .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8z7yIpdCI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8z7yIpdCI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8z7yIpdCI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8z7yIpdCI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t8z7yIpdCI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8z7yIpdCI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8z7yIpdCI .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-t8z7yIpdCI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8z7yIpdCI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8z7yIpdCI .nav-link:hover,
.cid-t8z7yIpdCI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t8z7yIJX0a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8z7yIJX0a .mbr-section-subtitle {
  color: #232323;
}
.cid-t8z7yIRyQ7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8z7yIRyQ7 .mbr-section-subtitle {
  color: #232323;
}
.cid-t8z7Uc9spu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8z7Uc9spu .mbr-section-subtitle {
  color: #767676;
}
.cid-t8z7E9jVE1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8z7E9jVE1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8z7E9jVE1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8z7E9jVE1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8z7E9jVE1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8z7E9jVE1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8z7E9jVE1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8z7E9jVE1 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8z7E9jVE1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8z7E9jVE1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8z8b8ndha {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t8z8b8ndha .mbr-section-subtitle {
  color: #767676;
}
.cid-t8z8hSsf6a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8z8hSsf6a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8z8hSsf6a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8z8hSsf6a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8z8hSsf6a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8z8hSsf6a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8z8hSsf6a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8z8hSsf6a .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8z8hSsf6a .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8z8hSsf6a .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8z93l67ok {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8z93l67ok .mbr-section-subtitle {
  color: #767676;
}
.cid-t8z98zd9Tf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8z98zd9Tf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8z98zd9Tf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8z98zd9Tf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8z98zd9Tf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8z98zd9Tf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8z98zd9Tf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8z98zd9Tf .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8z98zd9Tf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8z98zd9Tf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8z9wzyVJI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8z9wzyVJI .mbr-section-subtitle {
  color: #767676;
}
.cid-t8z9PofxiD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8z9PofxiD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8z9PofxiD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8z9PofxiD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8z9PofxiD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8z9PofxiD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8z9PofxiD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8z9PofxiD .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8z9PofxiD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8z9PofxiD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8zaxBnjYu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8zaxBnjYu .mbr-section-subtitle {
  color: #767676;
}
.cid-t8CDNhBGfX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8CDNhBGfX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8CDNhBGfX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8CDNhBGfX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8CDNhBGfX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8CDNhBGfX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8CDNhBGfX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8CDNhBGfX .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8CDNhBGfX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8CDNhBGfX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8CEs5Ts39 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8CEs5Ts39 .mbr-section-subtitle {
  color: #767676;
}
.cid-t8CEpUtsdP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8CEpUtsdP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8CEpUtsdP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8CEpUtsdP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8CEpUtsdP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8CEpUtsdP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8CEpUtsdP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8CEpUtsdP .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8CEpUtsdP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8CEpUtsdP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8CEIduWgC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8CEIduWgC .mbr-section-subtitle {
  color: #767676;
}
.cid-t8CEMoCssa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8CEMoCssa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8CEMoCssa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8CEMoCssa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8CEMoCssa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8CEMoCssa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8CEMoCssa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8CEMoCssa .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8CEMoCssa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8CEMoCssa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8CFXg2arP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8CFXg2arP .mbr-section-subtitle {
  color: #767676;
}
.cid-t8CFZnd3qg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8CFZnd3qg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8CFZnd3qg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8CFZnd3qg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8CFZnd3qg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8CFZnd3qg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8CFZnd3qg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8CFZnd3qg .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8CFZnd3qg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8CFZnd3qg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8CGiqUsU4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8CGiqUsU4 .mbr-section-subtitle {
  color: #767676;
}
.cid-t8CGiZGhPa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8CGiZGhPa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8CGiZGhPa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8CGiZGhPa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8CGiZGhPa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8CGiZGhPa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8CGiZGhPa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8CGiZGhPa .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8CGiZGhPa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8CGiZGhPa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ta8kD0amfL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-ta8kD0amfL .mbr-section-subtitle {
  color: #767676;
}
.cid-ta8kEee5ST {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-ta8kEee5ST .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ta8kEee5ST .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8kEee5ST .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta8kEee5ST .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ta8kEee5ST .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ta8kEee5ST .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ta8kEee5ST .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-ta8kEee5ST .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ta8kEee5ST .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ta8latOcbD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-ta8latOcbD .mbr-section-subtitle {
  color: #767676;
}
.cid-ta8lfgXZYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-ta8lfgXZYd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ta8lfgXZYd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8lfgXZYd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta8lfgXZYd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ta8lfgXZYd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ta8lfgXZYd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ta8lfgXZYd .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-ta8lfgXZYd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ta8lfgXZYd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ta8lK0LHRu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-ta8lK0LHRu .mbr-section-subtitle {
  color: #767676;
}
.cid-ta8lSQg8dg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-ta8lSQg8dg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ta8lSQg8dg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8lSQg8dg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta8lSQg8dg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ta8lSQg8dg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ta8lSQg8dg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ta8lSQg8dg .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-ta8lSQg8dg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ta8lSQg8dg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbnJCgDvzx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-tbnJCgDvzx .mbr-section-subtitle {
  color: #767676;
}
.cid-tbnIzU6PuJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-tbnIzU6PuJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbnIzU6PuJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbnIzU6PuJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbnIzU6PuJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbnIzU6PuJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbnIzU6PuJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbnIzU6PuJ .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tbnIzU6PuJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbnIzU6PuJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ta8mGxckej {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-ta8mGxckej .mbr-section-subtitle {
  color: #767676;
}
.cid-tbmv27GRKy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-tbmv27GRKy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbmv27GRKy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbmv27GRKy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbmv27GRKy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbmv27GRKy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbmv27GRKy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbmv27GRKy .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tbmv27GRKy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbmv27GRKy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbnHx3isFY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbnHx3isFY .mbr-text,
.cid-tbnHx3isFY blockquote {
  color: #767676;
}
.cid-ta8mKMB2pB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-ta8mKMB2pB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ta8mKMB2pB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8mKMB2pB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta8mKMB2pB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ta8mKMB2pB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ta8mKMB2pB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ta8mKMB2pB .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-ta8mKMB2pB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ta8mKMB2pB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-takkiCVDms {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-takkiCVDms .mbr-section-subtitle {
  color: #767676;
}
.cid-takkjIYRH0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-takkjIYRH0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-takkjIYRH0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-takkjIYRH0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-takkjIYRH0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-takkjIYRH0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-takkjIYRH0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-takkjIYRH0 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-takkjIYRH0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-takkjIYRH0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t9jezVvKW7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t9jezVvKW7 .mbr-section-subtitle {
  color: #767676;
}
.cid-takl1BWtz0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-takl1BWtz0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-takl1BWtz0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-takl1BWtz0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-takl1BWtz0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-takl1BWtz0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-takl1BWtz0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-takl1BWtz0 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-takl1BWtz0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-takl1BWtz0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taklRtV7Hv {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taklRtV7Hv .mbr-section-subtitle {
  color: #767676;
}
.cid-taklPVh10L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taklPVh10L .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taklPVh10L .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taklPVh10L .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taklPVh10L .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taklPVh10L .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taklPVh10L .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taklPVh10L .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taklPVh10L .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taklPVh10L .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-takmypaQ61 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-takmypaQ61 .mbr-section-subtitle {
  color: #767676;
}
.cid-takmGKlCI8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-takmGKlCI8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-takmGKlCI8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-takmGKlCI8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-takmGKlCI8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-takmGKlCI8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-takmGKlCI8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-takmGKlCI8 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-takmGKlCI8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-takmGKlCI8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taknnCeajI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taknnCeajI .mbr-section-subtitle {
  color: #767676;
}
.cid-taknoyr9v6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taknoyr9v6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taknoyr9v6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taknoyr9v6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taknoyr9v6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taknoyr9v6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taknoyr9v6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taknoyr9v6 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taknoyr9v6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taknoyr9v6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbmriGgGqA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbmriGgGqA .mbr-text,
.cid-tbmriGgGqA blockquote {
  color: #767676;
}
.cid-takoa0WCg4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-takoa0WCg4 .mbr-section-subtitle {
  color: #767676;
}
.cid-takob1BBzs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-takob1BBzs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-takob1BBzs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-takob1BBzs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-takob1BBzs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-takob1BBzs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-takob1BBzs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-takob1BBzs .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-takob1BBzs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-takob1BBzs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taN2SxTiIq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taN2SxTiIq .mbr-section-subtitle {
  color: #767676;
}
.cid-taN2Tt6FNe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taN2Tt6FNe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taN2Tt6FNe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taN2Tt6FNe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taN2Tt6FNe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taN2Tt6FNe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taN2Tt6FNe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taN2Tt6FNe .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taN2Tt6FNe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taN2Tt6FNe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taN3xcJeGe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taN3xcJeGe .mbr-section-subtitle {
  color: #767676;
}
.cid-taN3JlCetA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taN3JlCetA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taN3JlCetA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taN3JlCetA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taN3JlCetA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taN3JlCetA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taN3JlCetA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taN3JlCetA .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taN3JlCetA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taN3JlCetA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taN7a2DvkP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taN7a2DvkP .mbr-section-subtitle {
  color: #767676;
}
.cid-taN7btEkIO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taN7btEkIO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taN7btEkIO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taN7btEkIO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taN7btEkIO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taN7btEkIO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taN7btEkIO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taN7btEkIO .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taN7btEkIO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taN7btEkIO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taN7Ohe9Ps {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taN7Ohe9Ps .mbr-section-subtitle {
  color: #767676;
}
.cid-taN7PrmnF1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taN7PrmnF1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taN7PrmnF1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taN7PrmnF1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taN7PrmnF1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taN7PrmnF1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taN7PrmnF1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taN7PrmnF1 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taN7PrmnF1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taN7PrmnF1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taN8zymSkC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taN8zymSkC .mbr-section-subtitle {
  color: #767676;
}
.cid-taN8B4J10m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taN8B4J10m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taN8B4J10m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taN8B4J10m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taN8B4J10m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taN8B4J10m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taN8B4J10m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taN8B4J10m .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taN8B4J10m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taN8B4J10m .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taN9vBo2EA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taN9vBo2EA .mbr-section-subtitle {
  color: #767676;
}
.cid-taN9wFHneb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taN9wFHneb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taN9wFHneb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taN9wFHneb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taN9wFHneb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taN9wFHneb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taN9wFHneb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taN9wFHneb .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taN9wFHneb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taN9wFHneb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taNa7cws69 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taNa7cws69 .mbr-section-subtitle {
  color: #767676;
}
.cid-taNa8w7CPE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taNa8w7CPE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taNa8w7CPE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taNa8w7CPE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taNa8w7CPE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taNa8w7CPE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taNa8w7CPE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taNa8w7CPE .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taNa8w7CPE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taNa8w7CPE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taT31kMBIX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taT31kMBIX .mbr-section-subtitle {
  color: #767676;
}
.cid-taT32hX5u5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taT32hX5u5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taT32hX5u5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taT32hX5u5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taT32hX5u5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taT32hX5u5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taT32hX5u5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taT32hX5u5 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taT32hX5u5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taT32hX5u5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-takkY2bU7Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-takkY2bU7Q .mbr-section-subtitle {
  color: #767676;
}
.cid-t9jfK9G72o {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t9jfK9G72o .mbr-text,
.cid-t9jfK9G72o blockquote {
  color: #767676;
}
.cid-t9jeAXcWHf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t9jeAXcWHf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t9jeAXcWHf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9jeAXcWHf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9jeAXcWHf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t9jeAXcWHf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t9jeAXcWHf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t9jeAXcWHf .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t9jeAXcWHf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t9jeAXcWHf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taT54yWdTd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taT54yWdTd .mbr-section-subtitle {
  color: #767676;
}
.cid-t9jfXsMKMt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t9jfXsMKMt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t9jfXsMKMt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9jfXsMKMt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9jfXsMKMt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t9jfXsMKMt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t9jfXsMKMt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t9jfXsMKMt .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t9jfXsMKMt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t9jfXsMKMt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taT5bbEbUW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taT5bbEbUW .mbr-section-subtitle {
  color: #767676;
}
.cid-t9jgFSIaHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t9jgFSIaHe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t9jgFSIaHe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9jgFSIaHe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9jgFSIaHe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t9jgFSIaHe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t9jgFSIaHe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t9jgFSIaHe .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t9jgFSIaHe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t9jgFSIaHe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taUt9FRY9i {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taUt9FRY9i .mbr-section-subtitle {
  color: #767676;
}
.cid-taUtblw1Oe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taUtblw1Oe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taUtblw1Oe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taUtblw1Oe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taUtblw1Oe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taUtblw1Oe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taUtblw1Oe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taUtblw1Oe .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taUtblw1Oe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taUtblw1Oe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbh4m5ICdx {
  background: #060606;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #060606, #060606);
}
.cid-tbh4m5ICdx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tbh4m5ICdx .video-block {
    width: 100% !important;
  }
}
.cid-tbmkPlCVmm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-tbmkPlCVmm .mbr-section-subtitle {
  color: #767676;
}
.cid-tbmmQgqgNA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbmmQgqgNA .mbr-text,
.cid-tbmmQgqgNA blockquote {
  color: #767676;
}
.cid-tbmlHIbI6A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-tbmlHIbI6A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbmlHIbI6A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbmlHIbI6A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbmlHIbI6A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbmlHIbI6A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbmlHIbI6A .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbmlHIbI6A .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tbmlHIbI6A .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbmlHIbI6A .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbmnoss9Uy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-tbmnoss9Uy .mbr-section-subtitle {
  color: #767676;
}
.cid-taUuwrJsUG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taUuwrJsUG .mbr-section-subtitle {
  color: #767676;
}
.cid-taUuxsbZuf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taUuxsbZuf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taUuxsbZuf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taUuxsbZuf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taUuxsbZuf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taUuxsbZuf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taUuxsbZuf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taUuxsbZuf .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taUuxsbZuf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taUuxsbZuf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taUvCVo6tL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-taUvCVo6tL .mbr-section-subtitle {
  color: #767676;
}
.cid-taUvGTGdWN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-taUvGTGdWN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taUvGTGdWN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taUvGTGdWN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taUvGTGdWN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taUvGTGdWN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taUvGTGdWN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taUvGTGdWN .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-taUvGTGdWN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taUvGTGdWN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbmtbJvgLP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbmtbJvgLP .mbr-text,
.cid-tbmtbJvgLP blockquote {
  color: #767676;
}
.cid-t9jbDevrIs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t9jbDevrIs .mbr-section-subtitle {
  color: #767676;
}
.cid-t9jbE7rcIi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t9jbE7rcIi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t9jbE7rcIi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9jbE7rcIi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9jbE7rcIi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t9jbE7rcIi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t9jbE7rcIi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t9jbE7rcIi .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t9jbE7rcIi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t9jbE7rcIi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8Eu91WPPx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8Eu91WPPx .mbr-section-subtitle {
  color: #767676;
}
.cid-t8Eu9OUKBc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8Eu9OUKBc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8Eu9OUKBc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8Eu9OUKBc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8Eu9OUKBc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8Eu9OUKBc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8Eu9OUKBc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8Eu9OUKBc .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8Eu9OUKBc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8Eu9OUKBc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8CHZPzVSX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t8CHZPzVSX .mbr-section-subtitle {
  color: #767676;
}
.cid-t8CZ2Asxk3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8CZ2Asxk3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8CZ2Asxk3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8CZ2Asxk3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8CZ2Asxk3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8CZ2Asxk3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8CZ2Asxk3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8CZ2Asxk3 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8CZ2Asxk3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8CZ2Asxk3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8D1aFAWsp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t8D1aFAWsp .mbr-section-subtitle {
  color: #767676;
}
.cid-t8D0fsjVtU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8D0fsjVtU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8D0fsjVtU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8D0fsjVtU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8D0fsjVtU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8D0fsjVtU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8D0fsjVtU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8D0fsjVtU .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8D0fsjVtU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8D0fsjVtU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8D3rcHqlC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t8D3rcHqlC .mbr-section-subtitle {
  color: #767676;
}
.cid-t8D3rUr7nL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8D3rUr7nL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8D3rUr7nL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8D3rUr7nL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8D3rUr7nL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8D3rUr7nL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8D3rUr7nL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8D3rUr7nL .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8D3rUr7nL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8D3rUr7nL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8D5BJKxMa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8D5BJKxMa .mbr-text,
.cid-t8D5BJKxMa blockquote {
  color: #767676;
}
.cid-t8D6MrS5tk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t8D6MrS5tk .mbr-section-subtitle {
  color: #767676;
}
.cid-t8D6OGqJOB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8D6OGqJOB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8D6OGqJOB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8D6OGqJOB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8D6OGqJOB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8D6OGqJOB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8D6OGqJOB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8D6OGqJOB .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8D6OGqJOB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8D6OGqJOB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8D7Qp2eG6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-t8D7Qp2eG6 .mbr-section-subtitle {
  color: #767676;
}
.cid-t8D7QZk4DA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t8D7QZk4DA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8D7QZk4DA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8D7QZk4DA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8D7QZk4DA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8D7QZk4DA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8D7QZk4DA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8D7QZk4DA .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8D7QZk4DA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8D7QZk4DA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8D9wF1IN3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8D9wF1IN3 .mbr-text,
.cid-t8D9wF1IN3 blockquote {
  color: #767676;
}
.cid-t8D9GBnjuE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8D9GBnjuE .mbr-text,
.cid-t8D9GBnjuE blockquote {
  color: #767676;
}
.cid-t8D9GBnjuE .mbr-text P {
  text-align: center;
}
.cid-t9jcZh4lH4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-t9jcZh4lH4 .mbr-section-subtitle {
  color: #767676;
}
.cid-t9jd29wQ6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-t9jd29wQ6y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t9jd29wQ6y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9jd29wQ6y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9jd29wQ6y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t9jd29wQ6y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t9jd29wQ6y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t9jd29wQ6y .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t9jd29wQ6y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t9jd29wQ6y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbh19rV8eI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-tbh19rV8eI .mbr-section-subtitle {
  color: #767676;
}
.cid-tbmtLCY0fa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbmtLCY0fa .mbr-text,
.cid-tbmtLCY0fa blockquote {
  color: #767676;
}
.cid-tbh0roFFus {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-tbh0roFFus .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbh0roFFus .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbh0roFFus .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbh0roFFus .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbh0roFFus .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbh0roFFus .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbh0roFFus .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tbh0roFFus .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbh0roFFus .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uDCjpslhSV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uDCjpslhSV .mbr-section-subtitle {
  color: #767676;
}
.cid-uDCjql4VdR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-uDCjql4VdR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDCjql4VdR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDCjql4VdR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDCjql4VdR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDCjql4VdR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDCjql4VdR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uDCjql4VdR .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uDCjql4VdR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uDCjql4VdR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uDCkHPcJo1 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uDCkHPcJo1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uDCkJ3Ygg7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-uDCkJ3Ygg7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDCkJ3Ygg7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDCkJ3Ygg7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDCkJ3Ygg7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDCkJ3Ygg7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDCkJ3Ygg7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uDCkJ3Ygg7 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uDCkJ3Ygg7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uDCkJ3Ygg7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uDCmQKUaIr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uDCmQKUaIr .mbr-section-subtitle {
  color: #767676;
}
.cid-uDCmRxVAKv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
}
.cid-uDCmRxVAKv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uDCmRxVAKv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDCmRxVAKv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDCmRxVAKv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uDCmRxVAKv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uDCmRxVAKv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uDCmRxVAKv .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uDCmRxVAKv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uDCmRxVAKv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8z4XQuDng .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-t8z4XQuDng .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-t8z4XQuDng a {
  font-style: normal;
}
.cid-t8z4XQuDng .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8z4XQuDng .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-t8z4XQuDng .nav-item:focus,
.cid-t8z4XQuDng .nav-link:focus {
  outline: none;
}
.cid-t8z4XQuDng .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8z4XQuDng .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8z4XQuDng .menu-logo {
  margin-right: auto;
}
.cid-t8z4XQuDng .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-t8z4XQuDng .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-t8z4XQuDng .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8z4XQuDng .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8z4XQuDng .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8z4XQuDng .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8z4XQuDng .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8z4XQuDng .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8z4XQuDng .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8z4XQuDng .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8z4XQuDng .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8z4XQuDng .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8z4XQuDng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8z4XQuDng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8z4XQuDng .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8z4XQuDng .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8z4XQuDng .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-t8z4XQuDng .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8z4XQuDng .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8z4XQuDng .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8z4XQuDng .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8z4XQuDng .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8z4XQuDng .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8z4XQuDng button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8z4XQuDng button.navbar-toggler:focus {
  outline: none;
}
.cid-t8z4XQuDng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8z4XQuDng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8z4XQuDng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8z4XQuDng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8z4XQuDng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8z4XQuDng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8z4XQuDng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8z4XQuDng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8z4XQuDng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8z4XQuDng .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8z4XQuDng .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8z4XQuDng .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8z4XQuDng .collapsed .navbar-collapse.collapsing,
.cid-t8z4XQuDng .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8z4XQuDng .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8z4XQuDng .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8z4XQuDng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8z4XQuDng .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8z4XQuDng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8z4XQuDng .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8z4XQuDng .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8z4XQuDng .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8z4XQuDng .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8z4XQuDng .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t8z4XQuDng .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8z4XQuDng .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8z4XQuDng .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8z4XQuDng .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t8z4XQuDng .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8z4XQuDng .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8z4XQuDng .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: 1023px) {
  .cid-t8z4XQuDng .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8z4XQuDng img {
    height: 3.8rem !important;
  }
  .cid-t8z4XQuDng .btn {
    display: -webkit-flex;
  }
  .cid-t8z4XQuDng button.navbar-toggler {
    display: block;
  }
  .cid-t8z4XQuDng .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8z4XQuDng .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8z4XQuDng .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8z4XQuDng .navbar-collapse.collapsing,
  .cid-t8z4XQuDng .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8z4XQuDng .navbar-collapse.collapsing .navbar-nav,
  .cid-t8z4XQuDng .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8z4XQuDng .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8z4XQuDng .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8z4XQuDng .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8z4XQuDng .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8z4XQuDng .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8z4XQuDng .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8z4XQuDng .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8z4XQuDng .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8z4XQuDng .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t8z4XQuDng .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8z4XQuDng .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8z4XQuDng .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-t8z4XQuDng .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8z4XQuDng .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8z4XQuDng .nav-link:hover,
.cid-t8z4XQuDng .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t8z4XQHHhs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8z4XQHHhs .mbr-section-subtitle {
  color: #232323;
}
.cid-t8z4XQQM2P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8z4XQQM2P .mbr-section-subtitle {
  color: #232323;
}
.cid-t8z51UOISg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t8z51UOISg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8z51UOISg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8z51UOISg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8z51UOISg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8z51UOISg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8z51UOISg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8z51UOISg .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8z51UOISg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8z51UOISg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8z4iAT6rz .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-t8z4iAT6rz .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-t8z4iAT6rz a {
  font-style: normal;
}
.cid-t8z4iAT6rz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8z4iAT6rz .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-t8z4iAT6rz .nav-item:focus,
.cid-t8z4iAT6rz .nav-link:focus {
  outline: none;
}
.cid-t8z4iAT6rz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8z4iAT6rz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8z4iAT6rz .menu-logo {
  margin-right: auto;
}
.cid-t8z4iAT6rz .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-t8z4iAT6rz .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-t8z4iAT6rz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8z4iAT6rz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8z4iAT6rz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8z4iAT6rz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8z4iAT6rz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8z4iAT6rz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8z4iAT6rz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8z4iAT6rz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8z4iAT6rz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8z4iAT6rz .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8z4iAT6rz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8z4iAT6rz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8z4iAT6rz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8z4iAT6rz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8z4iAT6rz .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-t8z4iAT6rz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8z4iAT6rz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8z4iAT6rz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8z4iAT6rz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8z4iAT6rz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8z4iAT6rz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8z4iAT6rz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8z4iAT6rz button.navbar-toggler:focus {
  outline: none;
}
.cid-t8z4iAT6rz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8z4iAT6rz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8z4iAT6rz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8z4iAT6rz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8z4iAT6rz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8z4iAT6rz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8z4iAT6rz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8z4iAT6rz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8z4iAT6rz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8z4iAT6rz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8z4iAT6rz .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8z4iAT6rz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8z4iAT6rz .collapsed .navbar-collapse.collapsing,
.cid-t8z4iAT6rz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8z4iAT6rz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8z4iAT6rz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8z4iAT6rz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8z4iAT6rz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8z4iAT6rz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8z4iAT6rz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8z4iAT6rz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8z4iAT6rz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8z4iAT6rz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8z4iAT6rz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t8z4iAT6rz .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8z4iAT6rz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8z4iAT6rz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8z4iAT6rz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t8z4iAT6rz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8z4iAT6rz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8z4iAT6rz .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: 1023px) {
  .cid-t8z4iAT6rz .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8z4iAT6rz img {
    height: 3.8rem !important;
  }
  .cid-t8z4iAT6rz .btn {
    display: -webkit-flex;
  }
  .cid-t8z4iAT6rz button.navbar-toggler {
    display: block;
  }
  .cid-t8z4iAT6rz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8z4iAT6rz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8z4iAT6rz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8z4iAT6rz .navbar-collapse.collapsing,
  .cid-t8z4iAT6rz .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8z4iAT6rz .navbar-collapse.collapsing .navbar-nav,
  .cid-t8z4iAT6rz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8z4iAT6rz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8z4iAT6rz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8z4iAT6rz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8z4iAT6rz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8z4iAT6rz .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8z4iAT6rz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8z4iAT6rz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8z4iAT6rz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8z4iAT6rz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t8z4iAT6rz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8z4iAT6rz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8z4iAT6rz .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-t8z4iAT6rz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8z4iAT6rz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8z4iAT6rz .nav-link:hover,
.cid-t8z4iAT6rz .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t8z4iB5gkd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8z4iB5gkd .mbr-section-subtitle {
  color: #232323;
}
.cid-t8z4iBd83P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8z4iBd83P .mbr-section-subtitle {
  color: #232323;
}
.cid-t8z4m7iD6g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t8z4m7iD6g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8z4m7iD6g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8z4m7iD6g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8z4m7iD6g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8z4m7iD6g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8z4m7iD6g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8z4m7iD6g .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-t8z4m7iD6g .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8z4m7iD6g .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbh8HkFfOW .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-tbh8HkFfOW .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-tbh8HkFfOW a {
  font-style: normal;
}
.cid-tbh8HkFfOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbh8HkFfOW .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-tbh8HkFfOW .nav-item:focus,
.cid-tbh8HkFfOW .nav-link:focus {
  outline: none;
}
.cid-tbh8HkFfOW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbh8HkFfOW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbh8HkFfOW .menu-logo {
  margin-right: auto;
}
.cid-tbh8HkFfOW .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-tbh8HkFfOW .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-tbh8HkFfOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tbh8HkFfOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbh8HkFfOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbh8HkFfOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbh8HkFfOW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbh8HkFfOW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tbh8HkFfOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbh8HkFfOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbh8HkFfOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbh8HkFfOW .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbh8HkFfOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tbh8HkFfOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbh8HkFfOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbh8HkFfOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbh8HkFfOW .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-tbh8HkFfOW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tbh8HkFfOW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbh8HkFfOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbh8HkFfOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbh8HkFfOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbh8HkFfOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbh8HkFfOW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbh8HkFfOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tbh8HkFfOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tbh8HkFfOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbh8HkFfOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbh8HkFfOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbh8HkFfOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbh8HkFfOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbh8HkFfOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbh8HkFfOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbh8HkFfOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbh8HkFfOW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbh8HkFfOW .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbh8HkFfOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbh8HkFfOW .collapsed .navbar-collapse.collapsing,
.cid-tbh8HkFfOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbh8HkFfOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbh8HkFfOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbh8HkFfOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbh8HkFfOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbh8HkFfOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbh8HkFfOW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbh8HkFfOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbh8HkFfOW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbh8HkFfOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbh8HkFfOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tbh8HkFfOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbh8HkFfOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbh8HkFfOW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbh8HkFfOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tbh8HkFfOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbh8HkFfOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbh8HkFfOW .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: 1023px) {
  .cid-tbh8HkFfOW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbh8HkFfOW img {
    height: 3.8rem !important;
  }
  .cid-tbh8HkFfOW .btn {
    display: -webkit-flex;
  }
  .cid-tbh8HkFfOW button.navbar-toggler {
    display: block;
  }
  .cid-tbh8HkFfOW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tbh8HkFfOW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbh8HkFfOW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbh8HkFfOW .navbar-collapse.collapsing,
  .cid-tbh8HkFfOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbh8HkFfOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tbh8HkFfOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbh8HkFfOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbh8HkFfOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbh8HkFfOW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbh8HkFfOW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbh8HkFfOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbh8HkFfOW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbh8HkFfOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbh8HkFfOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbh8HkFfOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tbh8HkFfOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbh8HkFfOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbh8HkFfOW .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-tbh8HkFfOW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tbh8HkFfOW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbh8HkFfOW .nav-link:hover,
.cid-tbh8HkFfOW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tbh9beyRTw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tbh9beyRTw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbh9beyRTw .section-text {
  padding: 2rem 0;
}
.cid-tbh9beyRTw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tbh9beyRTw .inner-container {
    width: 100% !important;
  }
}
.cid-tbh8HlrpAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tbh8HlrpAN .mbr-section-subtitle {
  color: #767676;
}
.cid-tbh8HmfzbX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tbh8HmfzbX .mbr-section-subtitle {
  color: #232323;
}
.cid-tbh8HmqNZX {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbh8HmqNZX h2 {
  text-align: left;
}
.cid-tbh8HmqNZX h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tbh8HmqNZX p {
  color: #767676;
  text-align: left;
}
.cid-tbh8HmqNZX .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tbh8HmqNZX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tbh8HmqNZX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbh8HmqNZX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tbh8HmqNZX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tbh8HmqNZX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tbh8HmqNZX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbh8HmqNZX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tbh8HmqNZX .card-img span {
    font-size: 40px !important;
  }
}
.cid-tbh8HmqNZX P {
  color: #232323;
}
.cid-tbh8HmNoCi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tbh8HmNoCi .mbr-section-subtitle {
  color: #232323;
}
.cid-tbh8Hn1fE6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbh8Hn1fE6 h2 {
  text-align: left;
}
.cid-tbh8Hn1fE6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tbh8Hn1fE6 p {
  color: #767676;
  text-align: left;
}
.cid-tbh8Hn1fE6 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tbh8Hn1fE6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tbh8Hn1fE6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbh8Hn1fE6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tbh8Hn1fE6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tbh8Hn1fE6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tbh8Hn1fE6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbh8Hn1fE6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tbh8Hn1fE6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tbh8Hn1fE6 P {
  color: #232323;
}
.cid-tbh8HnjmoJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tbh8HnjmoJ .mbr-section-subtitle {
  color: #232323;
}
.cid-tbh8HnvLvt {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbh8HnvLvt h2 {
  text-align: left;
}
.cid-tbh8HnvLvt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tbh8HnvLvt p {
  color: #767676;
  text-align: left;
}
.cid-tbh8HnvLvt .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tbh8HnvLvt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tbh8HnvLvt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbh8HnvLvt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tbh8HnvLvt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tbh8HnvLvt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tbh8HnvLvt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbh8HnvLvt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tbh8HnvLvt .card-img span {
    font-size: 40px !important;
  }
}
.cid-tbh8HnvLvt P {
  color: #232323;
}
.cid-tbh8HnM4wP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tbh8HnM4wP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbh8HnM4wP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbh8HnM4wP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbh8HnM4wP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbh8HnM4wP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbh8HnM4wP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbh8HnM4wP .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tbh8HnM4wP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbh8HnM4wP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbh8Hoegbc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tbh8Hoegbc .mbr-section-subtitle {
  color: #232323;
}
.cid-tbh8Hoskl4 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbh8Hoskl4 h2 {
  text-align: left;
}
.cid-tbh8Hoskl4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tbh8Hoskl4 p {
  color: #767676;
  text-align: left;
}
.cid-tbh8Hoskl4 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tbh8Hoskl4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tbh8Hoskl4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbh8Hoskl4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tbh8Hoskl4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tbh8Hoskl4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tbh8Hoskl4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbh8Hoskl4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tbh8Hoskl4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tbh8Hoskl4 P {
  color: #232323;
}
.cid-tbh8HoO0dk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tbh8HoO0dk .mbr-section-subtitle {
  color: #232323;
}
.cid-tbh8Hp66uA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbh8Hp66uA h2 {
  text-align: left;
}
.cid-tbh8Hp66uA h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tbh8Hp66uA p {
  color: #767676;
  text-align: left;
}
.cid-tbh8Hp66uA .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tbh8Hp66uA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tbh8Hp66uA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbh8Hp66uA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tbh8Hp66uA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tbh8Hp66uA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tbh8Hp66uA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbh8Hp66uA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tbh8Hp66uA .card-img span {
    font-size: 40px !important;
  }
}
.cid-tbh8Hp66uA P {
  color: #232323;
}
.cid-tbh8HpoY1s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tbh8HpoY1s .mbr-section-subtitle {
  color: #232323;
}
.cid-tbh8HpC0kk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tbh8HpC0kk h2 {
  text-align: left;
}
.cid-tbh8HpC0kk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tbh8HpC0kk p {
  color: #767676;
  text-align: left;
}
.cid-tbh8HpC0kk .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tbh8HpC0kk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tbh8HpC0kk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbh8HpC0kk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tbh8HpC0kk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tbh8HpC0kk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tbh8HpC0kk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbh8HpC0kk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tbh8HpC0kk .card-img span {
    font-size: 40px !important;
  }
}
.cid-tbh8HpC0kk P {
  color: #232323;
}
.cid-tbh8HpVEQn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tbh8HpVEQn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tbh8HpVEQn .video-block {
    width: 100% !important;
  }
}
.cid-tcdgiHynfV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tcdgiHynfV .mbr-section-subtitle {
  color: #767676;
}
.cid-tcdjKrVpFl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcdjKrVpFl h2 {
  text-align: left;
}
.cid-tcdjKrVpFl h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tcdjKrVpFl p {
  color: #767676;
  text-align: left;
}
.cid-tcdjKrVpFl .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tcdjKrVpFl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tcdjKrVpFl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcdjKrVpFl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tcdjKrVpFl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tcdjKrVpFl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tcdjKrVpFl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tcdjKrVpFl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tcdjKrVpFl .card-img span {
    font-size: 40px !important;
  }
}
.cid-tcdjKrVpFl P {
  color: #232323;
}
.cid-tcdk2q2vWZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcdk2q2vWZ h2 {
  text-align: left;
}
.cid-tcdk2q2vWZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tcdk2q2vWZ p {
  color: #767676;
  text-align: left;
}
.cid-tcdk2q2vWZ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tcdk2q2vWZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tcdk2q2vWZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcdk2q2vWZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tcdk2q2vWZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tcdk2q2vWZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tcdk2q2vWZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tcdk2q2vWZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tcdk2q2vWZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-tcdk2q2vWZ P {
  color: #232323;
}
