body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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-rx2Cp48xW2 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rx2Cp48xW2 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rx2Cp48xW2 a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-rx2Cp48xW2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .nav-item:focus,
.cid-rx2Cp48xW2 .nav-link:focus {
  outline: none;
}
.cid-rx2Cp48xW2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rx2Cp48xW2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rx2Cp48xW2 .menu-logo {
  margin-right: auto;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .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-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rx2Cp48xW2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rx2Cp48xW2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rx2Cp48xW2 button.navbar-toggler:focus {
  outline: none;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx2Cp48xW2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rx2Cp48xW2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rx2Cp48xW2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-rx2Cp48xW2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rx2Cp48xW2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rx2Cp48xW2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rx2Cp48xW2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rx2Cp48xW2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rx2Cp48xW2 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rx2Cp48xW2 img {
    height: 3.8rem !important;
  }
  .cid-rx2Cp48xW2 .btn {
    display: -webkit-flex;
  }
  .cid-rx2Cp48xW2 button.navbar-toggler {
    display: block;
  }
  .cid-rx2Cp48xW2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rx2Cp48xW2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rx2Cp48xW2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing,
  .cid-rx2Cp48xW2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-nav,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rx2Cp48xW2 .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-rx2Cp48xW2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rx2Cp48xW2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rx2Cp48xW2 .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-rx2Cp48xW2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rx2Cp48xW2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rx2Cp48xW2 .nav-link:hover,
.cid-rx2Cp48xW2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t3sJYhcjWI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t3sJYhcjWI .mbr-section-subtitle {
  color: #767676;
}
.cid-t3sJYhcjWI .btn {
  margin: 0 0 .5rem 0;
}
.cid-tbtZc27HuN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/sausage-pepper-pizza-2000x768.jpg");
}
.cid-txVhGD9j23 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/osteria-interiors-1060x795.jpg");
}
.cid-txVhGD9j23 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-txVhGD9j23 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-txVhGD9j23 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-txVhGD9j23 .mbr-text {
    text-align: center;
  }
}
.cid-t81grBZiN4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/livemusic-1920x866.jpg");
}
.cid-sYxJA8DA4G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-sYxJA8DA4G P {
  color: #767676;
}
.cid-sYxJA8DA4G H1 {
  color: #ffffff;
}
.cid-sYxJA8DA4G .mbr-text,
.cid-sYxJA8DA4G .mbr-section-btn {
  color: #efefef;
}
.cid-rzpmay72cK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzpmay72cK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rzpmay72cK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzpmay72cK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzpmay72cK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rzpmay72cK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rzpmay72cK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rzpmay72cK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rzpmay72cK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rzpmay72cK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rzpskCUNiZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rzpskCUNiZ a {
  font-family: 'Abel', sans-serif;
}
#custom-html-25 {
  /* Type valid CSS here */
}
#custom-html-25 div {
  padding: 25px;
  text-align: center;
}
#custom-html-24 {
  /* Type valid CSS here */
}
#custom-html-24 div {
  padding: 25px;
  text-align: center;
}
.cid-t9p9HeKDsV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t9p9HeKDsV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9p9HeKDsV .row {
  flex-direction: row-reverse;
}
.cid-t9p9HeKDsV img {
  width: 100%;
}
.cid-rzppu9y93a {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzppu9y93a .mbr-section-subtitle {
  color: #000000;
}
.cid-rzppu9y93a H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-rzppu9y93a H3 {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-rzpsg9z8E2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rzpsg9z8E2 h2 {
  text-align: left;
}
.cid-rzpsg9z8E2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rzpsg9z8E2 p {
  color: #767676;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.cid-rzpsg9z8E2 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzpsg9z8E2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rzpsg9z8E2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzpsg9z8E2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rzpsg9z8E2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rzpsg9z8E2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rzpsg9z8E2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzpsg9z8E2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rzpsg9z8E2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rzpq2Ov1EM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rzpq2Ov1EM div.b {
  padding-top: 2rem;
}
.cid-rzpq2Ov1EM .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rzpq2Ov1EM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzpq2Ov1EM .google-map {
  height: 25rem;
  position: relative;
}
.cid-rzpq2Ov1EM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzpq2Ov1EM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rzpq2Ov1EM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzpq2Ov1EM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rzpq2Ov1EM div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rzpq2Ov1EM div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rzpq2Ov1EM H2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.cid-rzpq2Ov1EM H5 {
  color: #ffffff;
}
.cid-rzpq2Ov1EM h5 {
  font-family: 'Raleway', sans-serif;
}
.cid-rzpq2Ov1EM p {
  font-family: 'Raleway', sans-serif;
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-13 p {
  font-size: 60px;
  color: #777;
}
#custom-html-14 {
  /* Type valid CSS here */
}
#custom-html-14 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-14 p {
  font-size: 60px;
  color: #777;
}
.cid-rBnkvtawRE {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rBnkvtawRE .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-rBnkvtawRE .social-list a:focus {
  text-decoration: none;
}
.cid-rzpvyrkTUE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzpvyrkTUE .media-container-row .mbr-text {
  color: #000000;
}
.cid-rzpvyrkTUE p {
  font-family: 'Raleway', sans-serif;
}
.cid-rx2Cp48xW2 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rx2Cp48xW2 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rx2Cp48xW2 a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-rx2Cp48xW2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .nav-item:focus,
.cid-rx2Cp48xW2 .nav-link:focus {
  outline: none;
}
.cid-rx2Cp48xW2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rx2Cp48xW2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rx2Cp48xW2 .menu-logo {
  margin-right: auto;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .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-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rx2Cp48xW2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx2Cp48xW2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx2Cp48xW2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rx2Cp48xW2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rx2Cp48xW2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rx2Cp48xW2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rx2Cp48xW2 button.navbar-toggler:focus {
  outline: none;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx2Cp48xW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx2Cp48xW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx2Cp48xW2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rx2Cp48xW2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rx2Cp48xW2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rx2Cp48xW2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-rx2Cp48xW2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rx2Cp48xW2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rx2Cp48xW2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rx2Cp48xW2 .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-rx2Cp48xW2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rx2Cp48xW2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rx2Cp48xW2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rx2Cp48xW2 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rx2Cp48xW2 img {
    height: 3.8rem !important;
  }
  .cid-rx2Cp48xW2 .btn {
    display: -webkit-flex;
  }
  .cid-rx2Cp48xW2 button.navbar-toggler {
    display: block;
  }
  .cid-rx2Cp48xW2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rx2Cp48xW2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rx2Cp48xW2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing,
  .cid-rx2Cp48xW2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-nav,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rx2Cp48xW2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rx2Cp48xW2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rx2Cp48xW2 .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-rx2Cp48xW2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rx2Cp48xW2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rx2Cp48xW2 .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-rx2Cp48xW2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rx2Cp48xW2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rx2Cp48xW2 .nav-link:hover,
.cid-rx2Cp48xW2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rSnjqEHgrt {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSnjqEHgrt .mbr-section-subtitle {
  color: #767676;
}
.cid-rSnjrGea6d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSnjrGea6d .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rSnjrGea6d .section-text {
  padding: 2rem 0;
}
.cid-rSnjrGea6d .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rSnjrGea6d .inner-container {
    width: 100% !important;
  }
}
.cid-rSnjb7mAk6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rSnjb7mAk6 .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-rSnjb7mAk6 .social-list a:focus {
  text-decoration: none;
}
.cid-rzpvyrkTUE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzpvyrkTUE .media-container-row .mbr-text {
  color: #000000;
}
.cid-rzpvyrkTUE p {
  font-family: 'Raleway', sans-serif;
}
.cid-sI7SUDl9Et .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sI7SUDl9Et .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sI7SUDl9Et a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-sI7SUDl9Et .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sI7SUDl9Et .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-sI7SUDl9Et .nav-item:focus,
.cid-sI7SUDl9Et .nav-link:focus {
  outline: none;
}
.cid-sI7SUDl9Et .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sI7SUDl9Et .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sI7SUDl9Et .menu-logo {
  margin-right: auto;
}
.cid-sI7SUDl9Et .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-sI7SUDl9Et .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-sI7SUDl9Et .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sI7SUDl9Et .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sI7SUDl9Et .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sI7SUDl9Et .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sI7SUDl9Et .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sI7SUDl9Et .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sI7SUDl9Et .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sI7SUDl9Et .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sI7SUDl9Et .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sI7SUDl9Et .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sI7SUDl9Et .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sI7SUDl9Et .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sI7SUDl9Et .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sI7SUDl9Et .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sI7SUDl9Et .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-sI7SUDl9Et .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sI7SUDl9Et .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sI7SUDl9Et .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sI7SUDl9Et .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sI7SUDl9Et .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sI7SUDl9Et .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sI7SUDl9Et button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sI7SUDl9Et button.navbar-toggler:focus {
  outline: none;
}
.cid-sI7SUDl9Et button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sI7SUDl9Et button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sI7SUDl9Et button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sI7SUDl9Et button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sI7SUDl9Et button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sI7SUDl9Et nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sI7SUDl9Et nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sI7SUDl9Et nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sI7SUDl9Et nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sI7SUDl9Et .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sI7SUDl9Et .collapsed .btn {
  display: -webkit-flex;
}
.cid-sI7SUDl9Et .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sI7SUDl9Et .collapsed .navbar-collapse.collapsing,
.cid-sI7SUDl9Et .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sI7SUDl9Et .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sI7SUDl9Et .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sI7SUDl9Et .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sI7SUDl9Et .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sI7SUDl9Et .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sI7SUDl9Et .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sI7SUDl9Et .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sI7SUDl9Et .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sI7SUDl9Et .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sI7SUDl9Et .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sI7SUDl9Et .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-sI7SUDl9Et .collapsed button.navbar-toggler {
  display: block;
}
.cid-sI7SUDl9Et .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sI7SUDl9Et .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sI7SUDl9Et .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-sI7SUDl9Et .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sI7SUDl9Et .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sI7SUDl9Et .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sI7SUDl9Et .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sI7SUDl9Et img {
    height: 3.8rem !important;
  }
  .cid-sI7SUDl9Et .btn {
    display: -webkit-flex;
  }
  .cid-sI7SUDl9Et button.navbar-toggler {
    display: block;
  }
  .cid-sI7SUDl9Et .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sI7SUDl9Et .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sI7SUDl9Et .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sI7SUDl9Et .navbar-collapse.collapsing,
  .cid-sI7SUDl9Et .navbar-collapse.show {
    display: block !important;
  }
  .cid-sI7SUDl9Et .navbar-collapse.collapsing .navbar-nav,
  .cid-sI7SUDl9Et .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sI7SUDl9Et .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sI7SUDl9Et .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sI7SUDl9Et .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sI7SUDl9Et .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sI7SUDl9Et .navbar-collapse.collapsing .navbar-buttons,
  .cid-sI7SUDl9Et .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sI7SUDl9Et .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sI7SUDl9Et .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sI7SUDl9Et .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-sI7SUDl9Et .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sI7SUDl9Et .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sI7SUDl9Et .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-sI7SUDl9Et .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sI7SUDl9Et .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sI7SUDl9Et .nav-link:hover,
.cid-sI7SUDl9Et .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sI7SUDT7qw .modal-body .close {
  background: #1b1b1b;
}
.cid-sI7SUDT7qw .modal-body .close span {
  font-style: normal;
}
.cid-sI7SUDT7qw .carousel-inner > .active,
.cid-sI7SUDT7qw .carousel-inner > .next,
.cid-sI7SUDT7qw .carousel-inner > .prev {
  display: table;
}
.cid-sI7SUDT7qw .carousel-control .icon-next,
.cid-sI7SUDT7qw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sI7SUDT7qw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sI7SUDT7qw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sI7SUDT7qw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sI7SUDT7qw .boxed-slider > div {
  position: relative;
}
.cid-sI7SUDT7qw .container img {
  width: 100%;
}
.cid-sI7SUDT7qw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sI7SUDT7qw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sI7SUDT7qw .mbr-table-cell {
  padding: 0;
}
.cid-sI7SUDT7qw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sI7SUDT7qw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sI7SUDT7qw .mbr-overlay {
  z-index: 1;
}
.cid-sI7SUDT7qw .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sI7SUDT7qw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sI7SUDT7qw .carousel-item .container {
    width: 100%;
  }
}
.cid-sI7SUDT7qw .carousel-item-next.carousel-item-left,
.cid-sI7SUDT7qw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sI7SUDT7qw .active.carousel-item-right,
.cid-sI7SUDT7qw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sI7SUDT7qw .active.carousel-item-left,
.cid-sI7SUDT7qw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sI7SUDT7qw .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sI7SUDT7qw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sI7SUDT7qw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sI7SUDT7qw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sI7SUDT7qw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sI7SUDT7qw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sI7SUDT7qw .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sI7SUDT7qw .mbr-slider .carousel-indicators li.active,
.cid-sI7SUDT7qw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sI7SUDT7qw .mbr-slider .carousel-indicators li::after,
.cid-sI7SUDT7qw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sI7SUDT7qw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sI7SUDT7qw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sI7SUDT7qw .mbr-slider > .container img {
  width: 100%;
}
.cid-sI7SUDT7qw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sI7SUDT7qw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sI7SUDT7qw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sI7SUDT7qw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sI7SUDT7qw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sI7SUDT7qw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sI7SUDT7qw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sI7SUDT7qw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sI7SUDT7qw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sI7SUDT7qw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sI7SUDT7qw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sI7SUDT7qw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sI7SUDT7qw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sI7SUE9fnS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sI7SUE9fnS .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sI7SUE9fnS .modal-body .close {
  background: #1b1b1b;
}
.cid-sI7SUE9fnS .modal-body .close span {
  font-style: normal;
}
.cid-sI7SUE9fnS .carousel-inner > .active,
.cid-sI7SUE9fnS .carousel-inner > .next,
.cid-sI7SUE9fnS .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sI7SUE9fnS .carousel-control .icon-next,
.cid-sI7SUE9fnS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sI7SUE9fnS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sI7SUE9fnS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sI7SUE9fnS .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sI7SUE9fnS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sI7SUE9fnS .boxed-slider > div {
  position: relative;
}
.cid-sI7SUE9fnS .container img {
  width: 100%;
}
.cid-sI7SUE9fnS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sI7SUE9fnS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sI7SUE9fnS .mbr-table-cell {
  padding: 0;
}
.cid-sI7SUE9fnS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sI7SUE9fnS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sI7SUE9fnS .mbr-overlay {
  z-index: 1;
}
.cid-sI7SUE9fnS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sI7SUE9fnS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sI7SUE9fnS .carousel-item .container {
    width: 100%;
  }
}
.cid-sI7SUE9fnS .carousel-item-next.carousel-item-left,
.cid-sI7SUE9fnS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sI7SUE9fnS .active.carousel-item-right,
.cid-sI7SUE9fnS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sI7SUE9fnS .active.carousel-item-left,
.cid-sI7SUE9fnS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sI7SUE9fnS .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sI7SUE9fnS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sI7SUE9fnS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sI7SUE9fnS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sI7SUE9fnS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sI7SUE9fnS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sI7SUE9fnS .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sI7SUE9fnS .mbr-slider .carousel-indicators li.active,
.cid-sI7SUE9fnS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sI7SUE9fnS .mbr-slider .carousel-indicators li::after,
.cid-sI7SUE9fnS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sI7SUE9fnS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sI7SUE9fnS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sI7SUE9fnS .mbr-slider > .container img {
  width: 100%;
}
.cid-sI7SUE9fnS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sI7SUE9fnS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sI7SUE9fnS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sI7SUE9fnS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sI7SUE9fnS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sI7SUE9fnS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sI7SUE9fnS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sI7SUE9fnS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sI7SUE9fnS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sI7SUE9fnS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sI7SUE9fnS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sI7SUE9fnS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sI7SUE9fnS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sI7SUE9fnS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sI7SUE9fnS .carousel-inner {
  height: 100%;
}
.cid-sI7SUE9fnS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sI7SUE9fnS .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sI7SUE9fnS .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sI7SUE9fnS .carousel-item .container-slide {
  text-align: center;
}
.cid-sI7SUE9fnS .content-slider-wrap {
  width: 100%;
}
.cid-sI7SUEnqoe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sI7SUEnqoe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sI7SUEnqoe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sI7SUEnqoe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sI7SUEnqoe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sI7SUEnqoe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sI7SUEnqoe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sI7SUEnqoe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sI7SUEnqoe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sI7SUEnqoe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sI7SUEMbXt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sI7SUEMbXt a {
  font-family: 'Abel', sans-serif;
}
.cid-sI7SUEWIyU {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sI7SUEWIyU .mbr-section-subtitle {
  color: #000000;
}
.cid-sI7SUEWIyU H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-sI7SUEWIyU H3 {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-sI7SUF984B {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sI7SUF984B h2 {
  text-align: left;
}
.cid-sI7SUF984B h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sI7SUF984B p {
  color: #767676;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.cid-sI7SUF984B .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sI7SUF984B .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sI7SUF984B .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sI7SUF984B .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sI7SUF984B .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sI7SUF984B .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sI7SUF984B .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sI7SUF984B .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sI7SUF984B .card-img span {
    font-size: 40px !important;
  }
}
#custom-html-1m {
  /* Type valid CSS here */
}
#custom-html-1m div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-1m p {
  font-size: 60px;
  color: #777;
}
#custom-html-1m H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-1m H3 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-sI7SUFDZ8X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sI7SUFDZ8X div.b {
  padding-top: 2rem;
}
.cid-sI7SUFDZ8X .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sI7SUFDZ8X a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sI7SUFDZ8X .google-map {
  height: 25rem;
  position: relative;
}
.cid-sI7SUFDZ8X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sI7SUFDZ8X .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sI7SUFDZ8X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sI7SUFDZ8X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sI7SUFDZ8X div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sI7SUFDZ8X div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sI7SUFDZ8X H2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.cid-sI7SUFDZ8X H5 {
  color: #ffffff;
}
.cid-sI7SUFDZ8X h5 {
  font-family: 'Raleway', sans-serif;
}
.cid-sI7SUFDZ8X p {
  font-family: 'Raleway', sans-serif;
}
#custom-html-1o {
  /* Type valid CSS here */
}
#custom-html-1o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1o p {
  font-size: 60px;
  color: #777;
}
#custom-html-1p {
  /* Type valid CSS here */
}
#custom-html-1p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1p p {
  font-size: 60px;
  color: #777;
}
.cid-sI7SUG6SKo {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sI7SUG6SKo .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-sI7SUG6SKo .social-list a:focus {
  text-decoration: none;
}
.cid-sI7SUGlvbQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sI7SUGlvbQ .media-container-row .mbr-text {
  color: #000000;
}
.cid-sI7SUGlvbQ p {
  font-family: 'Raleway', sans-serif;
}
.cid-t3qKsTIwlu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-t3qKsTIwlu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t3qKsTIwlu a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-t3qKsTIwlu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t3qKsTIwlu .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-t3qKsTIwlu .nav-item:focus,
.cid-t3qKsTIwlu .nav-link:focus {
  outline: none;
}
.cid-t3qKsTIwlu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3qKsTIwlu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t3qKsTIwlu .menu-logo {
  margin-right: auto;
}
.cid-t3qKsTIwlu .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-t3qKsTIwlu .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-t3qKsTIwlu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t3qKsTIwlu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t3qKsTIwlu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t3qKsTIwlu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t3qKsTIwlu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t3qKsTIwlu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t3qKsTIwlu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t3qKsTIwlu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3qKsTIwlu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t3qKsTIwlu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t3qKsTIwlu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t3qKsTIwlu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3qKsTIwlu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t3qKsTIwlu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3qKsTIwlu .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-t3qKsTIwlu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t3qKsTIwlu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t3qKsTIwlu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t3qKsTIwlu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t3qKsTIwlu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t3qKsTIwlu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t3qKsTIwlu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t3qKsTIwlu button.navbar-toggler:focus {
  outline: none;
}
.cid-t3qKsTIwlu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t3qKsTIwlu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t3qKsTIwlu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t3qKsTIwlu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t3qKsTIwlu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t3qKsTIwlu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3qKsTIwlu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t3qKsTIwlu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t3qKsTIwlu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3qKsTIwlu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3qKsTIwlu .collapsed .btn {
  display: -webkit-flex;
}
.cid-t3qKsTIwlu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t3qKsTIwlu .collapsed .navbar-collapse.collapsing,
.cid-t3qKsTIwlu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t3qKsTIwlu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t3qKsTIwlu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t3qKsTIwlu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t3qKsTIwlu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t3qKsTIwlu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t3qKsTIwlu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t3qKsTIwlu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t3qKsTIwlu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t3qKsTIwlu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t3qKsTIwlu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3qKsTIwlu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-t3qKsTIwlu .collapsed button.navbar-toggler {
  display: block;
}
.cid-t3qKsTIwlu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t3qKsTIwlu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3qKsTIwlu .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-t3qKsTIwlu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t3qKsTIwlu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t3qKsTIwlu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t3qKsTIwlu .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3qKsTIwlu img {
    height: 3.8rem !important;
  }
  .cid-t3qKsTIwlu .btn {
    display: -webkit-flex;
  }
  .cid-t3qKsTIwlu button.navbar-toggler {
    display: block;
  }
  .cid-t3qKsTIwlu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t3qKsTIwlu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3qKsTIwlu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t3qKsTIwlu .navbar-collapse.collapsing,
  .cid-t3qKsTIwlu .navbar-collapse.show {
    display: block !important;
  }
  .cid-t3qKsTIwlu .navbar-collapse.collapsing .navbar-nav,
  .cid-t3qKsTIwlu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t3qKsTIwlu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t3qKsTIwlu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t3qKsTIwlu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t3qKsTIwlu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3qKsTIwlu .navbar-collapse.collapsing .navbar-buttons,
  .cid-t3qKsTIwlu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t3qKsTIwlu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t3qKsTIwlu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3qKsTIwlu .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-t3qKsTIwlu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t3qKsTIwlu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t3qKsTIwlu .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-t3qKsTIwlu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t3qKsTIwlu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t3qKsTIwlu .nav-link:hover,
.cid-t3qKsTIwlu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t3sUALqCHr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3sUALqCHr .mbr-section-subtitle {
  color: #767676;
}
.cid-tbuobpT6DH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/sausage-pepper-pizza-2000x768.jpg");
}
.cid-t54pPjSuBw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/livemusic-1920x866.jpg");
}
.cid-t3qKsUKMbB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-t3qKsUKMbB P {
  color: #767676;
}
.cid-t3qKsUKMbB H1 {
  color: #ffffff;
}
.cid-t3qKsUKMbB .mbr-text,
.cid-t3qKsUKMbB .mbr-section-btn {
  color: #efefef;
}
.cid-t46p0YvZP6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t46p0YvZP6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t46p0YvZP6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t46p0YvZP6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t46p0YvZP6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t46p0YvZP6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t46p0YvZP6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t46p0YvZP6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t46p0YvZP6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t46p0YvZP6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3qKsVfvR8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t3qKsVfvR8 a {
  font-family: 'Abel', sans-serif;
}
#custom-html-2i {
  /* Type valid CSS here */
}
#custom-html-2i div {
  padding: 25px;
  text-align: center;
}
#custom-html-2j {
  /* Type valid CSS here */
}
#custom-html-2j div {
  padding: 25px;
  text-align: center;
}
.cid-t9p9PSGZj2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t9p9PSGZj2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9p9PSGZj2 .row {
  flex-direction: row-reverse;
}
.cid-t9p9PSGZj2 img {
  width: 100%;
}
.cid-t3qKsVsBSv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t3qKsVsBSv .mbr-section-subtitle {
  color: #000000;
}
.cid-t3qKsVsBSv H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-t3qKsVsBSv H3 {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-t3qKsVC3VW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3qKsVC3VW h2 {
  text-align: left;
}
.cid-t3qKsVC3VW h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t3qKsVC3VW p {
  color: #767676;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.cid-t3qKsVC3VW .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t3qKsVC3VW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t3qKsVC3VW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3qKsVC3VW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t3qKsVC3VW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t3qKsVC3VW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t3qKsVC3VW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3qKsVC3VW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t3qKsVC3VW .card-img span {
    font-size: 40px !important;
  }
}
.cid-t3qKsVR7SB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t3qKsVR7SB div.b {
  padding-top: 2rem;
}
.cid-t3qKsVR7SB .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-t3qKsVR7SB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t3qKsVR7SB .google-map {
  height: 25rem;
  position: relative;
}
.cid-t3qKsVR7SB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t3qKsVR7SB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t3qKsVR7SB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t3qKsVR7SB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t3qKsVR7SB div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t3qKsVR7SB div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-t3qKsVR7SB H2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.cid-t3qKsVR7SB H5 {
  color: #ffffff;
}
.cid-t3qKsVR7SB h5 {
  font-family: 'Raleway', sans-serif;
}
.cid-t3qKsVR7SB p {
  font-family: 'Raleway', sans-serif;
}
#custom-html-2n {
  /* Type valid CSS here */
}
#custom-html-2n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2n p {
  font-size: 60px;
  color: #777;
}
#custom-html-2o {
  /* Type valid CSS here */
}
#custom-html-2o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2o p {
  font-size: 60px;
  color: #777;
}
.cid-t3qKsWd1XG {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t3qKsWd1XG .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t3qKsWd1XG .social-list a:focus {
  text-decoration: none;
}
.cid-t3qKsWqXjE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t3qKsWqXjE .media-container-row .mbr-text {
  color: #000000;
}
.cid-t3qKsWqXjE p {
  font-family: 'Raleway', sans-serif;
}
.cid-t3sGyc5aqF .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-t3sGyc5aqF .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t3sGyc5aqF a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sGyc5aqF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t3sGyc5aqF .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-t3sGyc5aqF .nav-item:focus,
.cid-t3sGyc5aqF .nav-link:focus {
  outline: none;
}
.cid-t3sGyc5aqF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3sGyc5aqF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t3sGyc5aqF .menu-logo {
  margin-right: auto;
}
.cid-t3sGyc5aqF .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-t3sGyc5aqF .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-t3sGyc5aqF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t3sGyc5aqF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t3sGyc5aqF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t3sGyc5aqF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t3sGyc5aqF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t3sGyc5aqF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t3sGyc5aqF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t3sGyc5aqF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3sGyc5aqF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t3sGyc5aqF .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t3sGyc5aqF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t3sGyc5aqF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3sGyc5aqF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t3sGyc5aqF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3sGyc5aqF .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-t3sGyc5aqF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t3sGyc5aqF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t3sGyc5aqF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t3sGyc5aqF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t3sGyc5aqF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t3sGyc5aqF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t3sGyc5aqF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t3sGyc5aqF button.navbar-toggler:focus {
  outline: none;
}
.cid-t3sGyc5aqF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t3sGyc5aqF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t3sGyc5aqF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t3sGyc5aqF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t3sGyc5aqF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t3sGyc5aqF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3sGyc5aqF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t3sGyc5aqF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t3sGyc5aqF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3sGyc5aqF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3sGyc5aqF .collapsed .btn {
  display: -webkit-flex;
}
.cid-t3sGyc5aqF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t3sGyc5aqF .collapsed .navbar-collapse.collapsing,
.cid-t3sGyc5aqF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t3sGyc5aqF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t3sGyc5aqF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t3sGyc5aqF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t3sGyc5aqF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t3sGyc5aqF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t3sGyc5aqF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t3sGyc5aqF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t3sGyc5aqF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t3sGyc5aqF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t3sGyc5aqF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3sGyc5aqF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-t3sGyc5aqF .collapsed button.navbar-toggler {
  display: block;
}
.cid-t3sGyc5aqF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t3sGyc5aqF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3sGyc5aqF .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-t3sGyc5aqF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t3sGyc5aqF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t3sGyc5aqF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t3sGyc5aqF .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3sGyc5aqF img {
    height: 3.8rem !important;
  }
  .cid-t3sGyc5aqF .btn {
    display: -webkit-flex;
  }
  .cid-t3sGyc5aqF button.navbar-toggler {
    display: block;
  }
  .cid-t3sGyc5aqF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t3sGyc5aqF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3sGyc5aqF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t3sGyc5aqF .navbar-collapse.collapsing,
  .cid-t3sGyc5aqF .navbar-collapse.show {
    display: block !important;
  }
  .cid-t3sGyc5aqF .navbar-collapse.collapsing .navbar-nav,
  .cid-t3sGyc5aqF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t3sGyc5aqF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t3sGyc5aqF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t3sGyc5aqF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t3sGyc5aqF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3sGyc5aqF .navbar-collapse.collapsing .navbar-buttons,
  .cid-t3sGyc5aqF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t3sGyc5aqF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t3sGyc5aqF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3sGyc5aqF .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-t3sGyc5aqF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t3sGyc5aqF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t3sGyc5aqF .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-t3sGyc5aqF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t3sGyc5aqF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t3sGyc5aqF .nav-link:hover,
.cid-t3sGyc5aqF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t3sGycwgUp .modal-body .close {
  background: #1b1b1b;
}
.cid-t3sGycwgUp .modal-body .close span {
  font-style: normal;
}
.cid-t3sGycwgUp .carousel-inner > .active,
.cid-t3sGycwgUp .carousel-inner > .next,
.cid-t3sGycwgUp .carousel-inner > .prev {
  display: table;
}
.cid-t3sGycwgUp .carousel-control .icon-next,
.cid-t3sGycwgUp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t3sGycwgUp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t3sGycwgUp .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t3sGycwgUp .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t3sGycwgUp .boxed-slider > div {
  position: relative;
}
.cid-t3sGycwgUp .container img {
  width: 100%;
}
.cid-t3sGycwgUp .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t3sGycwgUp .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t3sGycwgUp .mbr-table-cell {
  padding: 0;
}
.cid-t3sGycwgUp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t3sGycwgUp .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t3sGycwgUp .mbr-overlay {
  z-index: 1;
}
.cid-t3sGycwgUp .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t3sGycwgUp .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t3sGycwgUp .carousel-item .container {
    width: 100%;
  }
}
.cid-t3sGycwgUp .carousel-item-next.carousel-item-left,
.cid-t3sGycwgUp .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t3sGycwgUp .active.carousel-item-right,
.cid-t3sGycwgUp .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t3sGycwgUp .active.carousel-item-left,
.cid-t3sGycwgUp .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t3sGycwgUp .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t3sGycwgUp .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3sGycwgUp .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3sGycwgUp .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t3sGycwgUp .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t3sGycwgUp .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t3sGycwgUp .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t3sGycwgUp .mbr-slider .carousel-indicators li.active,
.cid-t3sGycwgUp .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t3sGycwgUp .mbr-slider .carousel-indicators li::after,
.cid-t3sGycwgUp .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t3sGycwgUp .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t3sGycwgUp .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t3sGycwgUp .mbr-slider > .container img {
  width: 100%;
}
.cid-t3sGycwgUp .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t3sGycwgUp .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t3sGycwgUp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t3sGycwgUp .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t3sGycwgUp .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t3sGycwgUp .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t3sGycwgUp .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t3sGycwgUp .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t3sGycwgUp .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t3sGycwgUp .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t3sGycwgUp .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t3sGycwgUp .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t3sGycwgUp .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t3sGycG9co {
  background: #d39e42;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-t3sGycG9co .image-block {
  margin: auto;
}
.cid-t3sGycG9co figcaption {
  position: relative;
}
.cid-t3sGycG9co figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3sGycG9co .image-block {
    width: 100% !important;
  }
}
.cid-t3sGycPSrt {
  background: #156195;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-t3sGycPSrt .image-block {
  margin: auto;
}
.cid-t3sGycPSrt figcaption {
  position: relative;
}
.cid-t3sGycPSrt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3sGycPSrt .image-block {
    width: 100% !important;
  }
}
.cid-t3sGyd0f9X {
  background: #4c071f;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-t3sGyd0f9X .image-block {
  margin: auto;
}
.cid-t3sGyd0f9X figcaption {
  position: relative;
}
.cid-t3sGyd0f9X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3sGyd0f9X .image-block {
    width: 100% !important;
  }
}
.cid-t3sGyd7raU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-t3sGyd7raU P {
  color: #767676;
}
.cid-t3sGyd7raU H1 {
  color: #ffffff;
}
.cid-t3sGyd7raU .mbr-text,
.cid-t3sGyd7raU .mbr-section-btn {
  color: #efefef;
}
.cid-t3sGydi46k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3sGydi46k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3sGydi46k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3sGydi46k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3sGydi46k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3sGydi46k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3sGydi46k .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3sGydi46k .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t3sGydi46k .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t3sGydi46k .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3sGydAIGV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t3sGydAIGV a {
  font-family: 'Abel', sans-serif;
}
#custom-html-2z {
  /* Type valid CSS here */
}
#custom-html-2z div {
  padding: 25px;
  text-align: center;
}
#custom-html-30 {
  /* Type valid CSS here */
}
#custom-html-30 div {
  padding: 25px;
  text-align: center;
}
.cid-t3sGydOFPN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t3sGydOFPN .mbr-section-subtitle {
  color: #000000;
}
.cid-t3sGydOFPN H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sGydOFPN H3 {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-t3sGydXLyp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3sGydXLyp h2 {
  text-align: left;
}
.cid-t3sGydXLyp h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t3sGydXLyp p {
  color: #767676;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sGydXLyp .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t3sGydXLyp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t3sGydXLyp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3sGydXLyp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t3sGydXLyp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t3sGydXLyp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t3sGydXLyp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3sGydXLyp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t3sGydXLyp .card-img span {
    font-size: 40px !important;
  }
}
.cid-t3sGyeeT5S {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t3sGyeeT5S div.b {
  padding-top: 2rem;
}
.cid-t3sGyeeT5S .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-t3sGyeeT5S a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t3sGyeeT5S .google-map {
  height: 25rem;
  position: relative;
}
.cid-t3sGyeeT5S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t3sGyeeT5S .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t3sGyeeT5S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t3sGyeeT5S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t3sGyeeT5S div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t3sGyeeT5S div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-t3sGyeeT5S H2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sGyeeT5S H5 {
  color: #ffffff;
}
.cid-t3sGyeeT5S h5 {
  font-family: 'Raleway', sans-serif;
}
.cid-t3sGyeeT5S p {
  font-family: 'Raleway', sans-serif;
}
#custom-html-34 {
  /* Type valid CSS here */
}
#custom-html-34 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-34 p {
  font-size: 60px;
  color: #777;
}
#custom-html-35 {
  /* Type valid CSS here */
}
#custom-html-35 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-35 p {
  font-size: 60px;
  color: #777;
}
.cid-t3sGyeAzrv {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t3sGyeAzrv .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t3sGyeAzrv .social-list a:focus {
  text-decoration: none;
}
.cid-t3sGyeM4Xv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t3sGyeM4Xv .media-container-row .mbr-text {
  color: #000000;
}
.cid-t3sGyeM4Xv p {
  font-family: 'Raleway', sans-serif;
}
.cid-t3sKIiEaeH .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-t3sKIiEaeH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t3sKIiEaeH a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sKIiEaeH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t3sKIiEaeH .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-t3sKIiEaeH .nav-item:focus,
.cid-t3sKIiEaeH .nav-link:focus {
  outline: none;
}
.cid-t3sKIiEaeH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3sKIiEaeH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t3sKIiEaeH .menu-logo {
  margin-right: auto;
}
.cid-t3sKIiEaeH .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-t3sKIiEaeH .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-t3sKIiEaeH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t3sKIiEaeH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t3sKIiEaeH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t3sKIiEaeH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t3sKIiEaeH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t3sKIiEaeH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t3sKIiEaeH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t3sKIiEaeH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3sKIiEaeH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t3sKIiEaeH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t3sKIiEaeH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t3sKIiEaeH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3sKIiEaeH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t3sKIiEaeH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3sKIiEaeH .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-t3sKIiEaeH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t3sKIiEaeH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t3sKIiEaeH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t3sKIiEaeH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t3sKIiEaeH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t3sKIiEaeH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t3sKIiEaeH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t3sKIiEaeH button.navbar-toggler:focus {
  outline: none;
}
.cid-t3sKIiEaeH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t3sKIiEaeH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t3sKIiEaeH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t3sKIiEaeH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t3sKIiEaeH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t3sKIiEaeH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3sKIiEaeH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t3sKIiEaeH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t3sKIiEaeH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3sKIiEaeH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3sKIiEaeH .collapsed .btn {
  display: -webkit-flex;
}
.cid-t3sKIiEaeH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t3sKIiEaeH .collapsed .navbar-collapse.collapsing,
.cid-t3sKIiEaeH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t3sKIiEaeH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t3sKIiEaeH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t3sKIiEaeH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t3sKIiEaeH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t3sKIiEaeH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t3sKIiEaeH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t3sKIiEaeH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t3sKIiEaeH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t3sKIiEaeH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t3sKIiEaeH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3sKIiEaeH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-t3sKIiEaeH .collapsed button.navbar-toggler {
  display: block;
}
.cid-t3sKIiEaeH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t3sKIiEaeH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3sKIiEaeH .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-t3sKIiEaeH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t3sKIiEaeH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t3sKIiEaeH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t3sKIiEaeH .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3sKIiEaeH img {
    height: 3.8rem !important;
  }
  .cid-t3sKIiEaeH .btn {
    display: -webkit-flex;
  }
  .cid-t3sKIiEaeH button.navbar-toggler {
    display: block;
  }
  .cid-t3sKIiEaeH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t3sKIiEaeH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3sKIiEaeH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t3sKIiEaeH .navbar-collapse.collapsing,
  .cid-t3sKIiEaeH .navbar-collapse.show {
    display: block !important;
  }
  .cid-t3sKIiEaeH .navbar-collapse.collapsing .navbar-nav,
  .cid-t3sKIiEaeH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t3sKIiEaeH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t3sKIiEaeH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t3sKIiEaeH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t3sKIiEaeH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3sKIiEaeH .navbar-collapse.collapsing .navbar-buttons,
  .cid-t3sKIiEaeH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t3sKIiEaeH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t3sKIiEaeH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3sKIiEaeH .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-t3sKIiEaeH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t3sKIiEaeH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t3sKIiEaeH .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-t3sKIiEaeH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t3sKIiEaeH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t3sKIiEaeH .nav-link:hover,
.cid-t3sKIiEaeH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t3sKIiY4z2 {
  background: #d39e42;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-t3sKIiY4z2 .image-block {
  margin: auto;
}
.cid-t3sKIiY4z2 figcaption {
  position: relative;
}
.cid-t3sKIiY4z2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3sKIiY4z2 .image-block {
    width: 100% !important;
  }
}
.cid-t3sKIj6noI {
  background: #156195;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-t3sKIj6noI .image-block {
  margin: auto;
}
.cid-t3sKIj6noI figcaption {
  position: relative;
}
.cid-t3sKIj6noI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3sKIj6noI .image-block {
    width: 100% !important;
  }
}
.cid-t3sKIjeEnX {
  background: #4c071f;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-t3sKIjeEnX .image-block {
  margin: auto;
}
.cid-t3sKIjeEnX figcaption {
  position: relative;
}
.cid-t3sKIjeEnX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3sKIjeEnX .image-block {
    width: 100% !important;
  }
}
.cid-t3sKIjmhWw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-t3sKIjmhWw P {
  color: #767676;
}
.cid-t3sKIjmhWw H1 {
  color: #ffffff;
}
.cid-t3sKIjmhWw .mbr-text,
.cid-t3sKIjmhWw .mbr-section-btn {
  color: #efefef;
}
.cid-t3sKIjvAVv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3sKIjvAVv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3sKIjvAVv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3sKIjvAVv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3sKIjvAVv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3sKIjvAVv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3sKIjvAVv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3sKIjvAVv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t3sKIjvAVv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t3sKIjvAVv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3sKIjKfBH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t3sKIjKfBH a {
  font-family: 'Abel', sans-serif;
}
#custom-html-3j {
  /* Type valid CSS here */
}
#custom-html-3j div {
  padding: 25px;
  text-align: center;
}
#custom-html-3k {
  /* Type valid CSS here */
}
#custom-html-3k div {
  padding: 25px;
  text-align: center;
}
.cid-t3sKIjWaWn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t3sKIjWaWn .mbr-section-subtitle {
  color: #000000;
}
.cid-t3sKIjWaWn H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sKIjWaWn H3 {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-t3sKIk4Mpr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3sKIk4Mpr h2 {
  text-align: left;
}
.cid-t3sKIk4Mpr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t3sKIk4Mpr p {
  color: #767676;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sKIk4Mpr .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t3sKIk4Mpr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t3sKIk4Mpr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3sKIk4Mpr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t3sKIk4Mpr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t3sKIk4Mpr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t3sKIk4Mpr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3sKIk4Mpr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t3sKIk4Mpr .card-img span {
    font-size: 40px !important;
  }
}
.cid-t3sKIkhB6e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t3sKIkhB6e div.b {
  padding-top: 2rem;
}
.cid-t3sKIkhB6e .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-t3sKIkhB6e a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t3sKIkhB6e .google-map {
  height: 25rem;
  position: relative;
}
.cid-t3sKIkhB6e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t3sKIkhB6e .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t3sKIkhB6e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t3sKIkhB6e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t3sKIkhB6e div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t3sKIkhB6e div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-t3sKIkhB6e H2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.cid-t3sKIkhB6e H5 {
  color: #ffffff;
}
.cid-t3sKIkhB6e h5 {
  font-family: 'Raleway', sans-serif;
}
.cid-t3sKIkhB6e p {
  font-family: 'Raleway', sans-serif;
}
#custom-html-3o {
  /* Type valid CSS here */
}
#custom-html-3o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3o p {
  font-size: 60px;
  color: #777;
}
#custom-html-3p {
  /* Type valid CSS here */
}
#custom-html-3p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3p p {
  font-size: 60px;
  color: #777;
}
.cid-t3sKIkB3XJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t3sKIkB3XJ .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t3sKIkB3XJ .social-list a:focus {
  text-decoration: none;
}
.cid-t3sKIkNJqe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t3sKIkNJqe .media-container-row .mbr-text {
  color: #000000;
}
.cid-t3sKIkNJqe p {
  font-family: 'Raleway', sans-serif;
}
.cid-t54hClCTWf .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-t54hClCTWf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t54hClCTWf a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-t54hClCTWf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t54hClCTWf .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-t54hClCTWf .nav-item:focus,
.cid-t54hClCTWf .nav-link:focus {
  outline: none;
}
.cid-t54hClCTWf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t54hClCTWf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t54hClCTWf .menu-logo {
  margin-right: auto;
}
.cid-t54hClCTWf .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-t54hClCTWf .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-t54hClCTWf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t54hClCTWf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t54hClCTWf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t54hClCTWf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t54hClCTWf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t54hClCTWf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t54hClCTWf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t54hClCTWf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t54hClCTWf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t54hClCTWf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t54hClCTWf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t54hClCTWf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t54hClCTWf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t54hClCTWf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t54hClCTWf .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-t54hClCTWf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t54hClCTWf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t54hClCTWf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t54hClCTWf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t54hClCTWf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t54hClCTWf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t54hClCTWf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t54hClCTWf button.navbar-toggler:focus {
  outline: none;
}
.cid-t54hClCTWf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t54hClCTWf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t54hClCTWf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t54hClCTWf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t54hClCTWf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t54hClCTWf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t54hClCTWf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t54hClCTWf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t54hClCTWf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t54hClCTWf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t54hClCTWf .collapsed .btn {
  display: -webkit-flex;
}
.cid-t54hClCTWf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t54hClCTWf .collapsed .navbar-collapse.collapsing,
.cid-t54hClCTWf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t54hClCTWf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t54hClCTWf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t54hClCTWf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t54hClCTWf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t54hClCTWf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t54hClCTWf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t54hClCTWf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t54hClCTWf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t54hClCTWf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t54hClCTWf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t54hClCTWf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-t54hClCTWf .collapsed button.navbar-toggler {
  display: block;
}
.cid-t54hClCTWf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t54hClCTWf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t54hClCTWf .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-t54hClCTWf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t54hClCTWf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t54hClCTWf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t54hClCTWf .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t54hClCTWf img {
    height: 3.8rem !important;
  }
  .cid-t54hClCTWf .btn {
    display: -webkit-flex;
  }
  .cid-t54hClCTWf button.navbar-toggler {
    display: block;
  }
  .cid-t54hClCTWf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t54hClCTWf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t54hClCTWf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t54hClCTWf .navbar-collapse.collapsing,
  .cid-t54hClCTWf .navbar-collapse.show {
    display: block !important;
  }
  .cid-t54hClCTWf .navbar-collapse.collapsing .navbar-nav,
  .cid-t54hClCTWf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t54hClCTWf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t54hClCTWf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t54hClCTWf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t54hClCTWf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t54hClCTWf .navbar-collapse.collapsing .navbar-buttons,
  .cid-t54hClCTWf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t54hClCTWf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t54hClCTWf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t54hClCTWf .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-t54hClCTWf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t54hClCTWf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t54hClCTWf .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-t54hClCTWf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t54hClCTWf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t54hClCTWf .nav-link:hover,
.cid-t54hClCTWf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t54hClS6ni {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t54hClS6ni .mbr-section-subtitle {
  color: #767676;
}
.cid-t54hClS6ni .btn {
  margin: 0 0 .5rem 0;
}
.cid-txVg5vj8y9 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txVg5vj8y9 .mbr-text,
.cid-txVg5vj8y9 blockquote {
  color: #767676;
}
.cid-t54hCnDRmq {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t54hCnDRmq .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t54hCnDRmq .social-list a:focus {
  text-decoration: none;
}
.cid-t54hCnP951 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t54hCnP951 .media-container-row .mbr-text {
  color: #000000;
}
.cid-t54hCnP951 p {
  font-family: 'Raleway', sans-serif;
}
.cid-t813RyK04F .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-t813RyK04F .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t813RyK04F a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-t813RyK04F .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t813RyK04F .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-t813RyK04F .nav-item:focus,
.cid-t813RyK04F .nav-link:focus {
  outline: none;
}
.cid-t813RyK04F .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t813RyK04F .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t813RyK04F .menu-logo {
  margin-right: auto;
}
.cid-t813RyK04F .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-t813RyK04F .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-t813RyK04F .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t813RyK04F .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t813RyK04F .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t813RyK04F .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t813RyK04F .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t813RyK04F .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t813RyK04F .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t813RyK04F .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t813RyK04F .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t813RyK04F .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t813RyK04F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t813RyK04F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t813RyK04F .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t813RyK04F .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t813RyK04F .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-t813RyK04F .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t813RyK04F .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t813RyK04F .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t813RyK04F .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t813RyK04F .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t813RyK04F .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t813RyK04F button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t813RyK04F button.navbar-toggler:focus {
  outline: none;
}
.cid-t813RyK04F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t813RyK04F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t813RyK04F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t813RyK04F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t813RyK04F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t813RyK04F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t813RyK04F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t813RyK04F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t813RyK04F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t813RyK04F .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t813RyK04F .collapsed .btn {
  display: -webkit-flex;
}
.cid-t813RyK04F .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t813RyK04F .collapsed .navbar-collapse.collapsing,
.cid-t813RyK04F .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t813RyK04F .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t813RyK04F .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t813RyK04F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t813RyK04F .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t813RyK04F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t813RyK04F .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t813RyK04F .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t813RyK04F .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t813RyK04F .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t813RyK04F .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t813RyK04F .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-t813RyK04F .collapsed button.navbar-toggler {
  display: block;
}
.cid-t813RyK04F .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t813RyK04F .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t813RyK04F .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-t813RyK04F .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t813RyK04F .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t813RyK04F .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t813RyK04F .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t813RyK04F img {
    height: 3.8rem !important;
  }
  .cid-t813RyK04F .btn {
    display: -webkit-flex;
  }
  .cid-t813RyK04F button.navbar-toggler {
    display: block;
  }
  .cid-t813RyK04F .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t813RyK04F .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t813RyK04F .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t813RyK04F .navbar-collapse.collapsing,
  .cid-t813RyK04F .navbar-collapse.show {
    display: block !important;
  }
  .cid-t813RyK04F .navbar-collapse.collapsing .navbar-nav,
  .cid-t813RyK04F .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t813RyK04F .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t813RyK04F .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t813RyK04F .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t813RyK04F .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t813RyK04F .navbar-collapse.collapsing .navbar-buttons,
  .cid-t813RyK04F .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t813RyK04F .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t813RyK04F .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t813RyK04F .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-t813RyK04F .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t813RyK04F .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t813RyK04F .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-t813RyK04F .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t813RyK04F .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t813RyK04F .nav-link:hover,
.cid-t813RyK04F .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t813Rz1oD4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t813Rz1oD4 .mbr-section-subtitle {
  color: #767676;
}
.cid-t813Rz1oD4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-t813RzaQur {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/livemusic-1920x866.jpg");
}
.cid-t813RziL3G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-t813RziL3G P {
  color: #767676;
}
.cid-t813RziL3G H1 {
  color: #ffffff;
}
.cid-t813RziL3G .mbr-text,
.cid-t813RziL3G .mbr-section-btn {
  color: #efefef;
}
.cid-t813RzqzuW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t813RzqzuW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t813RzqzuW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t813RzqzuW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t813RzqzuW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t813RzqzuW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t813RzqzuW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t813RzqzuW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t813RzqzuW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t813RzqzuW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t813RzJbKR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t813RzJbKR a {
  font-family: 'Abel', sans-serif;
}
#custom-html-4r {
  /* Type valid CSS here */
}
#custom-html-4r div {
  padding: 25px;
  text-align: center;
}
#custom-html-4s {
  /* Type valid CSS here */
}
#custom-html-4s div {
  padding: 25px;
  text-align: center;
}
.cid-t813RzXsG1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t813RzXsG1 .mbr-section-subtitle {
  color: #000000;
}
.cid-t813RzXsG1 H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-t813RzXsG1 H3 {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-t813RA6k3p {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t813RA6k3p h2 {
  text-align: left;
}
.cid-t813RA6k3p h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t813RA6k3p p {
  color: #767676;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.cid-t813RA6k3p .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t813RA6k3p .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t813RA6k3p .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t813RA6k3p .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t813RA6k3p .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t813RA6k3p .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t813RA6k3p .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t813RA6k3p .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t813RA6k3p .card-img span {
    font-size: 40px !important;
  }
}
.cid-t813RAjhNQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t813RAjhNQ div.b {
  padding-top: 2rem;
}
.cid-t813RAjhNQ .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-t813RAjhNQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t813RAjhNQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-t813RAjhNQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t813RAjhNQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t813RAjhNQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t813RAjhNQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t813RAjhNQ div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t813RAjhNQ div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-t813RAjhNQ H2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.cid-t813RAjhNQ H5 {
  color: #ffffff;
}
.cid-t813RAjhNQ h5 {
  font-family: 'Raleway', sans-serif;
}
.cid-t813RAjhNQ p {
  font-family: 'Raleway', sans-serif;
}
#custom-html-4w {
  /* Type valid CSS here */
}
#custom-html-4w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4w p {
  font-size: 60px;
  color: #777;
}
#custom-html-4x {
  /* Type valid CSS here */
}
#custom-html-4x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4x p {
  font-size: 60px;
  color: #777;
}
.cid-t813RAEi7D {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t813RAEi7D .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t813RAEi7D .social-list a:focus {
  text-decoration: none;
}
.cid-t813RARzFR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t813RARzFR .media-container-row .mbr-text {
  color: #000000;
}
.cid-t813RARzFR p {
  font-family: 'Raleway', sans-serif;
}
.cid-t83KCk1kpr .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-t83KCk1kpr .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t83KCk1kpr a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-t83KCk1kpr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t83KCk1kpr .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-t83KCk1kpr .nav-item:focus,
.cid-t83KCk1kpr .nav-link:focus {
  outline: none;
}
.cid-t83KCk1kpr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t83KCk1kpr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t83KCk1kpr .menu-logo {
  margin-right: auto;
}
.cid-t83KCk1kpr .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-t83KCk1kpr .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-t83KCk1kpr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t83KCk1kpr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t83KCk1kpr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t83KCk1kpr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t83KCk1kpr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t83KCk1kpr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t83KCk1kpr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t83KCk1kpr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t83KCk1kpr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t83KCk1kpr .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t83KCk1kpr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t83KCk1kpr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t83KCk1kpr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t83KCk1kpr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t83KCk1kpr .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-t83KCk1kpr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t83KCk1kpr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t83KCk1kpr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t83KCk1kpr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t83KCk1kpr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t83KCk1kpr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t83KCk1kpr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t83KCk1kpr button.navbar-toggler:focus {
  outline: none;
}
.cid-t83KCk1kpr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t83KCk1kpr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t83KCk1kpr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t83KCk1kpr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t83KCk1kpr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t83KCk1kpr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t83KCk1kpr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t83KCk1kpr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t83KCk1kpr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t83KCk1kpr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t83KCk1kpr .collapsed .btn {
  display: -webkit-flex;
}
.cid-t83KCk1kpr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t83KCk1kpr .collapsed .navbar-collapse.collapsing,
.cid-t83KCk1kpr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t83KCk1kpr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t83KCk1kpr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t83KCk1kpr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t83KCk1kpr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t83KCk1kpr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t83KCk1kpr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t83KCk1kpr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t83KCk1kpr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t83KCk1kpr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t83KCk1kpr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t83KCk1kpr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-t83KCk1kpr .collapsed button.navbar-toggler {
  display: block;
}
.cid-t83KCk1kpr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t83KCk1kpr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t83KCk1kpr .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-t83KCk1kpr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t83KCk1kpr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t83KCk1kpr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t83KCk1kpr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t83KCk1kpr img {
    height: 3.8rem !important;
  }
  .cid-t83KCk1kpr .btn {
    display: -webkit-flex;
  }
  .cid-t83KCk1kpr button.navbar-toggler {
    display: block;
  }
  .cid-t83KCk1kpr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t83KCk1kpr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t83KCk1kpr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t83KCk1kpr .navbar-collapse.collapsing,
  .cid-t83KCk1kpr .navbar-collapse.show {
    display: block !important;
  }
  .cid-t83KCk1kpr .navbar-collapse.collapsing .navbar-nav,
  .cid-t83KCk1kpr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t83KCk1kpr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t83KCk1kpr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t83KCk1kpr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t83KCk1kpr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t83KCk1kpr .navbar-collapse.collapsing .navbar-buttons,
  .cid-t83KCk1kpr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t83KCk1kpr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t83KCk1kpr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t83KCk1kpr .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-t83KCk1kpr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t83KCk1kpr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t83KCk1kpr .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-t83KCk1kpr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t83KCk1kpr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t83KCk1kpr .nav-link:hover,
.cid-t83KCk1kpr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t83KCkeEou {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t83KCkeEou .mbr-section-subtitle {
  color: #767676;
}
.cid-t83KCkeEou .btn {
  margin: 0 0 .5rem 0;
}
.cid-t83KCkp3yI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/sausage-pepper-pizza-2000x768.jpg");
}
.cid-t83LWGfDor {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-t83LWGfDor a {
  font-family: 'Abel', sans-serif;
}
#custom-html-5a {
  /* Type valid CSS here */
}
#custom-html-5a div {
  padding: 25px;
  text-align: center;
}
#custom-html-5b {
  /* Type valid CSS here */
}
#custom-html-5b div {
  padding: 25px;
  text-align: center;
}
.cid-t83MPp0YXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t83MPp0YXS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t83MPp0YXS .row {
  flex-direction: row-reverse;
}
.cid-t83MPp0YXS img {
  width: 100%;
}
.cid-t83KCkZS6i {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t83KCkZS6i .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t83KCkZS6i .social-list a:focus {
  text-decoration: none;
}
.cid-t83KClbZoY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t83KClbZoY .media-container-row .mbr-text {
  color: #000000;
}
.cid-t83KClbZoY p {
  font-family: 'Raleway', sans-serif;
}
.cid-t9p9uoZ1cD .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-t9p9uoZ1cD .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t9p9uoZ1cD a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-t9p9uoZ1cD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9p9uoZ1cD .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-t9p9uoZ1cD .nav-item:focus,
.cid-t9p9uoZ1cD .nav-link:focus {
  outline: none;
}
.cid-t9p9uoZ1cD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9p9uoZ1cD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9p9uoZ1cD .menu-logo {
  margin-right: auto;
}
.cid-t9p9uoZ1cD .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-t9p9uoZ1cD .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-t9p9uoZ1cD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9p9uoZ1cD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9p9uoZ1cD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9p9uoZ1cD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9p9uoZ1cD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9p9uoZ1cD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9p9uoZ1cD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9p9uoZ1cD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9p9uoZ1cD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9p9uoZ1cD .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9p9uoZ1cD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9p9uoZ1cD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9p9uoZ1cD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9p9uoZ1cD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9p9uoZ1cD .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-t9p9uoZ1cD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9p9uoZ1cD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9p9uoZ1cD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9p9uoZ1cD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9p9uoZ1cD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9p9uoZ1cD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9p9uoZ1cD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9p9uoZ1cD button.navbar-toggler:focus {
  outline: none;
}
.cid-t9p9uoZ1cD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9p9uoZ1cD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9p9uoZ1cD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9p9uoZ1cD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9p9uoZ1cD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9p9uoZ1cD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9p9uoZ1cD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9p9uoZ1cD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9p9uoZ1cD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9p9uoZ1cD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9p9uoZ1cD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9p9uoZ1cD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.collapsing,
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9p9uoZ1cD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t9p9uoZ1cD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-t9p9uoZ1cD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9p9uoZ1cD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9p9uoZ1cD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9p9uoZ1cD .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-t9p9uoZ1cD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9p9uoZ1cD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9p9uoZ1cD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t9p9uoZ1cD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9p9uoZ1cD img {
    height: 3.8rem !important;
  }
  .cid-t9p9uoZ1cD .btn {
    display: -webkit-flex;
  }
  .cid-t9p9uoZ1cD button.navbar-toggler {
    display: block;
  }
  .cid-t9p9uoZ1cD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9p9uoZ1cD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9p9uoZ1cD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9p9uoZ1cD .navbar-collapse.collapsing,
  .cid-t9p9uoZ1cD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9p9uoZ1cD .navbar-collapse.collapsing .navbar-nav,
  .cid-t9p9uoZ1cD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9p9uoZ1cD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9p9uoZ1cD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9p9uoZ1cD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t9p9uoZ1cD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9p9uoZ1cD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9p9uoZ1cD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9p9uoZ1cD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9p9uoZ1cD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9p9uoZ1cD .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-t9p9uoZ1cD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9p9uoZ1cD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9p9uoZ1cD .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-t9p9uoZ1cD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9p9uoZ1cD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9p9uoZ1cD .nav-link:hover,
.cid-t9p9uoZ1cD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t9p9updg4f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t9p9updg4f .mbr-section-subtitle {
  color: #767676;
}
.cid-t9p9updg4f .btn {
  margin: 0 0 .5rem 0;
}
.cid-t9p9uplEPD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/livemusic-1920x866.jpg");
}
.cid-t9p9uptUAh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t9p9uptUAh .card-box {
  padding: 0 2rem;
}
.cid-t9p9uptUAh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9p9uptUAh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9p9uptUAh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9p9uptUAh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9p9uptUAh .mbr-text {
  color: #767676;
}
.cid-t9p9uptUAh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9p9uptUAh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9p9upH1WE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t9p9upH1WE .card-box {
  padding: 0 2rem;
}
.cid-t9p9upH1WE .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9p9upH1WE .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9p9upH1WE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9p9upH1WE p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9p9upH1WE .mbr-text {
  color: #767676;
}
.cid-t9p9upH1WE .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9p9upH1WE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9p9upXjTd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t9p9upXjTd .card-box {
  padding: 0 2rem;
}
.cid-t9p9upXjTd .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9p9upXjTd .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9p9upXjTd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9p9upXjTd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9p9upXjTd .mbr-text {
  color: #767676;
}
.cid-t9p9upXjTd .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9p9upXjTd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9p9uqfLcj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t9p9uqfLcj .card-box {
  padding: 0 2rem;
}
.cid-t9p9uqfLcj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9p9uqfLcj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9p9uqfLcj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9p9uqfLcj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9p9uqfLcj .mbr-text {
  color: #767676;
}
.cid-t9p9uqfLcj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9p9uqfLcj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9p9uqCI0G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t9p9uqCI0G .card-box {
  padding: 0 2rem;
}
.cid-t9p9uqCI0G .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9p9uqCI0G .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9p9uqCI0G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9p9uqCI0G p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9p9uqCI0G .mbr-text {
  color: #767676;
}
.cid-t9p9uqCI0G .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9p9uqCI0G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9p9uqQEjz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t9p9uqQEjz .card-box {
  padding: 0 2rem;
}
.cid-t9p9uqQEjz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t9p9uqQEjz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t9p9uqQEjz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t9p9uqQEjz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-t9p9uqQEjz .mbr-text {
  color: #767676;
}
.cid-t9p9uqQEjz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t9p9uqQEjz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t9p9ur5jIi {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t9p9ur5jIi .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t9p9ur5jIi .social-list a:focus {
  text-decoration: none;
}
.cid-t9p9urjTP1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t9p9urjTP1 .media-container-row .mbr-text {
  color: #000000;
}
.cid-t9p9urjTP1 p {
  font-family: 'Raleway', sans-serif;
}
.cid-tgIYjSVPYn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tgIYjSVPYn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tgIYjSVPYn a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-tgIYjSVPYn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tgIYjSVPYn .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-tgIYjSVPYn .nav-item:focus,
.cid-tgIYjSVPYn .nav-link:focus {
  outline: none;
}
.cid-tgIYjSVPYn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tgIYjSVPYn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tgIYjSVPYn .menu-logo {
  margin-right: auto;
}
.cid-tgIYjSVPYn .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-tgIYjSVPYn .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-tgIYjSVPYn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tgIYjSVPYn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tgIYjSVPYn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tgIYjSVPYn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tgIYjSVPYn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tgIYjSVPYn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tgIYjSVPYn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tgIYjSVPYn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgIYjSVPYn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tgIYjSVPYn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tgIYjSVPYn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tgIYjSVPYn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgIYjSVPYn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tgIYjSVPYn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgIYjSVPYn .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-tgIYjSVPYn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tgIYjSVPYn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tgIYjSVPYn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tgIYjSVPYn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tgIYjSVPYn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tgIYjSVPYn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tgIYjSVPYn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tgIYjSVPYn button.navbar-toggler:focus {
  outline: none;
}
.cid-tgIYjSVPYn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgIYjSVPYn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgIYjSVPYn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgIYjSVPYn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgIYjSVPYn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgIYjSVPYn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgIYjSVPYn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgIYjSVPYn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgIYjSVPYn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgIYjSVPYn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgIYjSVPYn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tgIYjSVPYn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tgIYjSVPYn .collapsed .navbar-collapse.collapsing,
.cid-tgIYjSVPYn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tgIYjSVPYn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tgIYjSVPYn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tgIYjSVPYn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tgIYjSVPYn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tgIYjSVPYn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tgIYjSVPYn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tgIYjSVPYn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tgIYjSVPYn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tgIYjSVPYn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tgIYjSVPYn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgIYjSVPYn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-tgIYjSVPYn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tgIYjSVPYn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tgIYjSVPYn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgIYjSVPYn .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-tgIYjSVPYn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tgIYjSVPYn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tgIYjSVPYn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tgIYjSVPYn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgIYjSVPYn img {
    height: 3.8rem !important;
  }
  .cid-tgIYjSVPYn .btn {
    display: -webkit-flex;
  }
  .cid-tgIYjSVPYn button.navbar-toggler {
    display: block;
  }
  .cid-tgIYjSVPYn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tgIYjSVPYn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgIYjSVPYn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tgIYjSVPYn .navbar-collapse.collapsing,
  .cid-tgIYjSVPYn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tgIYjSVPYn .navbar-collapse.collapsing .navbar-nav,
  .cid-tgIYjSVPYn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tgIYjSVPYn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tgIYjSVPYn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tgIYjSVPYn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tgIYjSVPYn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgIYjSVPYn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tgIYjSVPYn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tgIYjSVPYn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tgIYjSVPYn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgIYjSVPYn .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-tgIYjSVPYn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tgIYjSVPYn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tgIYjSVPYn .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-tgIYjSVPYn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tgIYjSVPYn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tgIYjSVPYn .nav-link:hover,
.cid-tgIYjSVPYn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tgIYjTjFZe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tgIYjTjFZe .mbr-section-subtitle {
  color: #767676;
}
.cid-tgIYjTjFZe .btn {
  margin: 0 0 .5rem 0;
}
.cid-tgIYjTz8PJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgIYjTz8PJ .card-box {
  padding: 0 2rem;
}
.cid-tgIYjTz8PJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgIYjTz8PJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgIYjTz8PJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgIYjTz8PJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgIYjTz8PJ .mbr-text {
  color: #767676;
}
.cid-tgIYjTz8PJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgIYjTz8PJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIYjTQEik {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgIYjTQEik .card-box {
  padding: 0 2rem;
}
.cid-tgIYjTQEik .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgIYjTQEik .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgIYjTQEik h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgIYjTQEik p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgIYjTQEik .mbr-text {
  color: #767676;
}
.cid-tgIYjTQEik .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgIYjTQEik .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIYjU5qFa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgIYjU5qFa .card-box {
  padding: 0 2rem;
}
.cid-tgIYjU5qFa .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgIYjU5qFa .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgIYjU5qFa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgIYjU5qFa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgIYjU5qFa .mbr-text {
  color: #767676;
}
.cid-tgIYjU5qFa .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgIYjU5qFa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIYjUnod3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgIYjUnod3 .card-box {
  padding: 0 2rem;
}
.cid-tgIYjUnod3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgIYjUnod3 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgIYjUnod3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgIYjUnod3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgIYjUnod3 .mbr-text {
  color: #767676;
}
.cid-tgIYjUnod3 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgIYjUnod3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIYjUCwXs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgIYjUCwXs .card-box {
  padding: 0 2rem;
}
.cid-tgIYjUCwXs .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgIYjUCwXs .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgIYjUCwXs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgIYjUCwXs p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgIYjUCwXs .mbr-text {
  color: #767676;
}
.cid-tgIYjUCwXs .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgIYjUCwXs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIYjURCp2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgIYjURCp2 .card-box {
  padding: 0 2rem;
}
.cid-tgIYjURCp2 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgIYjURCp2 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgIYjURCp2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgIYjURCp2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgIYjURCp2 .mbr-text {
  color: #767676;
}
.cid-tgIYjURCp2 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgIYjURCp2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIYjV8dPU {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tgIYjV8dPU .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-tgIYjV8dPU .social-list a:focus {
  text-decoration: none;
}
.cid-tgIYjVkHB4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgIYjVkHB4 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tgIYjVkHB4 p {
  font-family: 'Raleway', sans-serif;
}
.cid-tgJmFvSk7m .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tgJmFvSk7m .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tgJmFvSk7m a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-tgJmFvSk7m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tgJmFvSk7m .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-tgJmFvSk7m .nav-item:focus,
.cid-tgJmFvSk7m .nav-link:focus {
  outline: none;
}
.cid-tgJmFvSk7m .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tgJmFvSk7m .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tgJmFvSk7m .menu-logo {
  margin-right: auto;
}
.cid-tgJmFvSk7m .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-tgJmFvSk7m .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-tgJmFvSk7m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tgJmFvSk7m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tgJmFvSk7m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tgJmFvSk7m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tgJmFvSk7m .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tgJmFvSk7m .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tgJmFvSk7m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tgJmFvSk7m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgJmFvSk7m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tgJmFvSk7m .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tgJmFvSk7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tgJmFvSk7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgJmFvSk7m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tgJmFvSk7m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgJmFvSk7m .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-tgJmFvSk7m .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tgJmFvSk7m .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tgJmFvSk7m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tgJmFvSk7m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tgJmFvSk7m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tgJmFvSk7m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tgJmFvSk7m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tgJmFvSk7m button.navbar-toggler:focus {
  outline: none;
}
.cid-tgJmFvSk7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgJmFvSk7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgJmFvSk7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgJmFvSk7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgJmFvSk7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgJmFvSk7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgJmFvSk7m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgJmFvSk7m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgJmFvSk7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgJmFvSk7m .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgJmFvSk7m .collapsed .btn {
  display: -webkit-flex;
}
.cid-tgJmFvSk7m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tgJmFvSk7m .collapsed .navbar-collapse.collapsing,
.cid-tgJmFvSk7m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tgJmFvSk7m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tgJmFvSk7m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tgJmFvSk7m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tgJmFvSk7m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tgJmFvSk7m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tgJmFvSk7m .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tgJmFvSk7m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tgJmFvSk7m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tgJmFvSk7m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tgJmFvSk7m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgJmFvSk7m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-tgJmFvSk7m .collapsed button.navbar-toggler {
  display: block;
}
.cid-tgJmFvSk7m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tgJmFvSk7m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgJmFvSk7m .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-tgJmFvSk7m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tgJmFvSk7m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tgJmFvSk7m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tgJmFvSk7m .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgJmFvSk7m img {
    height: 3.8rem !important;
  }
  .cid-tgJmFvSk7m .btn {
    display: -webkit-flex;
  }
  .cid-tgJmFvSk7m button.navbar-toggler {
    display: block;
  }
  .cid-tgJmFvSk7m .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tgJmFvSk7m .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgJmFvSk7m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tgJmFvSk7m .navbar-collapse.collapsing,
  .cid-tgJmFvSk7m .navbar-collapse.show {
    display: block !important;
  }
  .cid-tgJmFvSk7m .navbar-collapse.collapsing .navbar-nav,
  .cid-tgJmFvSk7m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tgJmFvSk7m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tgJmFvSk7m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tgJmFvSk7m .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tgJmFvSk7m .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgJmFvSk7m .navbar-collapse.collapsing .navbar-buttons,
  .cid-tgJmFvSk7m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tgJmFvSk7m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tgJmFvSk7m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgJmFvSk7m .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-tgJmFvSk7m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tgJmFvSk7m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tgJmFvSk7m .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-tgJmFvSk7m .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tgJmFvSk7m .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tgJmFvSk7m .nav-link:hover,
.cid-tgJmFvSk7m .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tgJmFwduZo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tgJmFwduZo .mbr-section-subtitle {
  color: #767676;
}
.cid-tgJmFwduZo .btn {
  margin: 0 0 .5rem 0;
}
.cid-tgJmFws8NV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../images/image1-gigapixel-standard-scale-2-00x-2000x1306.jpg");
}
.cid-tgJnnzBgsQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgJnnzBgsQ .mbr-text,
.cid-tgJnnzBgsQ blockquote {
  color: #767676;
}
#custom-html-7d {
  /* Type valid CSS here */
}
#custom-html-7d div {
  padding: 25px;
  text-align: center;
}
.cid-tgJnHIk4Sm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tgJnHIk4Sm .image-block {
  margin: auto;
}
.cid-tgJnHIk4Sm figcaption {
  position: relative;
}
.cid-tgJnHIk4Sm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tgJnHIk4Sm .image-block {
    width: 100% !important;
  }
}
.cid-tgJmFyeUlH {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tgJmFyeUlH .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-tgJmFyeUlH .social-list a:focus {
  text-decoration: none;
}
.cid-tgJmFys5YM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgJmFys5YM .media-container-row .mbr-text {
  color: #000000;
}
.cid-tgJmFys5YM p {
  font-family: 'Raleway', sans-serif;
}
.cid-tgIZ36rJ1H .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tgIZ36rJ1H .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tgIZ36rJ1H a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-tgIZ36rJ1H .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tgIZ36rJ1H .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-tgIZ36rJ1H .nav-item:focus,
.cid-tgIZ36rJ1H .nav-link:focus {
  outline: none;
}
.cid-tgIZ36rJ1H .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tgIZ36rJ1H .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tgIZ36rJ1H .menu-logo {
  margin-right: auto;
}
.cid-tgIZ36rJ1H .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-tgIZ36rJ1H .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-tgIZ36rJ1H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tgIZ36rJ1H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tgIZ36rJ1H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tgIZ36rJ1H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tgIZ36rJ1H .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tgIZ36rJ1H .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tgIZ36rJ1H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tgIZ36rJ1H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgIZ36rJ1H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tgIZ36rJ1H .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tgIZ36rJ1H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tgIZ36rJ1H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgIZ36rJ1H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tgIZ36rJ1H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgIZ36rJ1H .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-tgIZ36rJ1H .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tgIZ36rJ1H .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tgIZ36rJ1H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tgIZ36rJ1H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tgIZ36rJ1H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tgIZ36rJ1H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tgIZ36rJ1H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tgIZ36rJ1H button.navbar-toggler:focus {
  outline: none;
}
.cid-tgIZ36rJ1H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgIZ36rJ1H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgIZ36rJ1H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgIZ36rJ1H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgIZ36rJ1H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgIZ36rJ1H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgIZ36rJ1H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgIZ36rJ1H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgIZ36rJ1H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgIZ36rJ1H .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgIZ36rJ1H .collapsed .btn {
  display: -webkit-flex;
}
.cid-tgIZ36rJ1H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.collapsing,
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tgIZ36rJ1H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgIZ36rJ1H .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-tgIZ36rJ1H .collapsed button.navbar-toggler {
  display: block;
}
.cid-tgIZ36rJ1H .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tgIZ36rJ1H .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgIZ36rJ1H .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-tgIZ36rJ1H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tgIZ36rJ1H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tgIZ36rJ1H .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tgIZ36rJ1H .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgIZ36rJ1H img {
    height: 3.8rem !important;
  }
  .cid-tgIZ36rJ1H .btn {
    display: -webkit-flex;
  }
  .cid-tgIZ36rJ1H button.navbar-toggler {
    display: block;
  }
  .cid-tgIZ36rJ1H .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tgIZ36rJ1H .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgIZ36rJ1H .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tgIZ36rJ1H .navbar-collapse.collapsing,
  .cid-tgIZ36rJ1H .navbar-collapse.show {
    display: block !important;
  }
  .cid-tgIZ36rJ1H .navbar-collapse.collapsing .navbar-nav,
  .cid-tgIZ36rJ1H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tgIZ36rJ1H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tgIZ36rJ1H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tgIZ36rJ1H .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tgIZ36rJ1H .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgIZ36rJ1H .navbar-collapse.collapsing .navbar-buttons,
  .cid-tgIZ36rJ1H .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tgIZ36rJ1H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tgIZ36rJ1H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgIZ36rJ1H .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-tgIZ36rJ1H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tgIZ36rJ1H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tgIZ36rJ1H .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-tgIZ36rJ1H .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tgIZ36rJ1H .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tgIZ36rJ1H .nav-link:hover,
.cid-tgIZ36rJ1H .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tgIZ36PQTY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tgIZ36PQTY .mbr-section-subtitle {
  color: #767676;
}
.cid-tgIZ36PQTY .btn {
  margin: 0 0 .5rem 0;
}
.cid-tgJc60ySWZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-tgJc60ySWZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tgJc60ySWZ H2 {
  color: #ffffff;
}
.cid-tgJ2Q7S8NJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgJ2Q7S8NJ .card-box {
  padding: 0 2rem;
}
.cid-tgJ2Q7S8NJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgJ2Q7S8NJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgJ2Q7S8NJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgJ2Q7S8NJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgJ2Q7S8NJ .mbr-text {
  color: #767676;
}
.cid-tgJ2Q7S8NJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgJ2Q7S8NJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgJawwEjCO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgJawwEjCO .card-box {
  padding: 0 2rem;
}
.cid-tgJawwEjCO .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgJawwEjCO .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgJawwEjCO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgJawwEjCO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgJawwEjCO .mbr-text {
  color: #767676;
}
.cid-tgJawwEjCO .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgJawwEjCO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgJaxeaa7e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgJaxeaa7e .card-box {
  padding: 0 2rem;
}
.cid-tgJaxeaa7e .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgJaxeaa7e .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgJaxeaa7e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgJaxeaa7e p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgJaxeaa7e .mbr-text {
  color: #767676;
}
.cid-tgJaxeaa7e .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgJaxeaa7e .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgJaxCRle1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgJaxCRle1 .card-box {
  padding: 0 2rem;
}
.cid-tgJaxCRle1 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgJaxCRle1 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgJaxCRle1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgJaxCRle1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgJaxCRle1 .mbr-text {
  color: #767676;
}
.cid-tgJaxCRle1 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgJaxCRle1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgJay1Cqh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgJay1Cqh8 .card-box {
  padding: 0 2rem;
}
.cid-tgJay1Cqh8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgJay1Cqh8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgJay1Cqh8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgJay1Cqh8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgJay1Cqh8 .mbr-text {
  color: #767676;
}
.cid-tgJay1Cqh8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgJay1Cqh8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIZ38aMkM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tgIZ38aMkM .card-box {
  padding: 0 2rem;
}
.cid-tgIZ38aMkM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgIZ38aMkM .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgIZ38aMkM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgIZ38aMkM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgIZ38aMkM .mbr-text {
  color: #767676;
}
.cid-tgIZ38aMkM .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgIZ38aMkM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgIZ38I7Q2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tgIZ38I7Q2 .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-tgIZ38I7Q2 .social-list a:focus {
  text-decoration: none;
}
.cid-tgIZ38W21p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgIZ38W21p .media-container-row .mbr-text {
  color: #000000;
}
.cid-tgIZ38W21p p {
  font-family: 'Raleway', sans-serif;
}
.cid-tjEfuKS3Ri .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tjEfuKS3Ri .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tjEfuKS3Ri a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-tjEfuKS3Ri .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tjEfuKS3Ri .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-tjEfuKS3Ri .nav-item:focus,
.cid-tjEfuKS3Ri .nav-link:focus {
  outline: none;
}
.cid-tjEfuKS3Ri .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tjEfuKS3Ri .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tjEfuKS3Ri .menu-logo {
  margin-right: auto;
}
.cid-tjEfuKS3Ri .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-tjEfuKS3Ri .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-tjEfuKS3Ri .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tjEfuKS3Ri .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tjEfuKS3Ri .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tjEfuKS3Ri .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tjEfuKS3Ri .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tjEfuKS3Ri .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tjEfuKS3Ri .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tjEfuKS3Ri .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tjEfuKS3Ri .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tjEfuKS3Ri .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tjEfuKS3Ri .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tjEfuKS3Ri .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjEfuKS3Ri .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tjEfuKS3Ri .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjEfuKS3Ri .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-tjEfuKS3Ri .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tjEfuKS3Ri .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tjEfuKS3Ri .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tjEfuKS3Ri .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tjEfuKS3Ri .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tjEfuKS3Ri .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tjEfuKS3Ri button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tjEfuKS3Ri button.navbar-toggler:focus {
  outline: none;
}
.cid-tjEfuKS3Ri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tjEfuKS3Ri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tjEfuKS3Ri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tjEfuKS3Ri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tjEfuKS3Ri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tjEfuKS3Ri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjEfuKS3Ri nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tjEfuKS3Ri nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tjEfuKS3Ri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjEfuKS3Ri .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tjEfuKS3Ri .collapsed .btn {
  display: -webkit-flex;
}
.cid-tjEfuKS3Ri .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.collapsing,
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tjEfuKS3Ri .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjEfuKS3Ri .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-tjEfuKS3Ri .collapsed button.navbar-toggler {
  display: block;
}
.cid-tjEfuKS3Ri .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tjEfuKS3Ri .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tjEfuKS3Ri .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-tjEfuKS3Ri .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tjEfuKS3Ri .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tjEfuKS3Ri .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tjEfuKS3Ri .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tjEfuKS3Ri img {
    height: 3.8rem !important;
  }
  .cid-tjEfuKS3Ri .btn {
    display: -webkit-flex;
  }
  .cid-tjEfuKS3Ri button.navbar-toggler {
    display: block;
  }
  .cid-tjEfuKS3Ri .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tjEfuKS3Ri .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tjEfuKS3Ri .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tjEfuKS3Ri .navbar-collapse.collapsing,
  .cid-tjEfuKS3Ri .navbar-collapse.show {
    display: block !important;
  }
  .cid-tjEfuKS3Ri .navbar-collapse.collapsing .navbar-nav,
  .cid-tjEfuKS3Ri .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tjEfuKS3Ri .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tjEfuKS3Ri .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tjEfuKS3Ri .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tjEfuKS3Ri .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjEfuKS3Ri .navbar-collapse.collapsing .navbar-buttons,
  .cid-tjEfuKS3Ri .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tjEfuKS3Ri .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tjEfuKS3Ri .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjEfuKS3Ri .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-tjEfuKS3Ri .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tjEfuKS3Ri .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tjEfuKS3Ri .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-tjEfuKS3Ri .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tjEfuKS3Ri .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tjEfuKS3Ri .nav-link:hover,
.cid-tjEfuKS3Ri .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tjEfuLe0M1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tjEfuLe0M1 .mbr-section-subtitle {
  color: #767676;
}
.cid-tjEfuLe0M1 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tjEfuLoNTv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuLoNTv .card-box {
  padding: 0 2rem;
}
.cid-tjEfuLoNTv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuLoNTv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuLoNTv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuLoNTv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuLoNTv .mbr-text {
  color: #767676;
}
.cid-tjEfuLoNTv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuLoNTv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuLCl4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuLCl4L .card-box {
  padding: 0 2rem;
}
.cid-tjEfuLCl4L .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuLCl4L .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuLCl4L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuLCl4L p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuLCl4L .mbr-text {
  color: #767676;
}
.cid-tjEfuLCl4L .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuLCl4L .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuLCl4L .card-title {
  color: #4f4943;
}
.cid-tjEfuLQ2fb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuLQ2fb .card-box {
  padding: 0 2rem;
}
.cid-tjEfuLQ2fb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuLQ2fb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuLQ2fb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuLQ2fb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuLQ2fb .mbr-text {
  color: #767676;
}
.cid-tjEfuLQ2fb .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuLQ2fb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuM5CJd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuM5CJd .card-box {
  padding: 0 2rem;
}
.cid-tjEfuM5CJd .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuM5CJd .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuM5CJd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuM5CJd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuM5CJd .mbr-text {
  color: #767676;
}
.cid-tjEfuM5CJd .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuM5CJd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuMlMUx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuMlMUx .card-box {
  padding: 0 2rem;
}
.cid-tjEfuMlMUx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuMlMUx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuMlMUx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuMlMUx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuMlMUx .mbr-text {
  color: #767676;
}
.cid-tjEfuMlMUx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuMlMUx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuMAzSI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuMAzSI .card-box {
  padding: 0 2rem;
}
.cid-tjEfuMAzSI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuMAzSI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuMAzSI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuMAzSI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuMAzSI .mbr-text {
  color: #767676;
}
.cid-tjEfuMAzSI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuMAzSI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuMP2nS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuMP2nS .card-box {
  padding: 0 2rem;
}
.cid-tjEfuMP2nS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuMP2nS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuMP2nS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuMP2nS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuMP2nS .mbr-text {
  color: #767676;
}
.cid-tjEfuMP2nS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuMP2nS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuN6xen {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuN6xen .card-box {
  padding: 0 2rem;
}
.cid-tjEfuN6xen .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuN6xen .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuN6xen h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuN6xen p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuN6xen .mbr-text {
  color: #767676;
}
.cid-tjEfuN6xen .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuN6xen .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuNlIzG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuNlIzG .card-box {
  padding: 0 2rem;
}
.cid-tjEfuNlIzG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuNlIzG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuNlIzG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuNlIzG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuNlIzG .mbr-text {
  color: #767676;
}
.cid-tjEfuNlIzG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuNlIzG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuNAbit {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuNAbit .card-box {
  padding: 0 2rem;
}
.cid-tjEfuNAbit .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuNAbit .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuNAbit h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuNAbit p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuNAbit .mbr-text {
  color: #767676;
}
.cid-tjEfuNAbit .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuNAbit .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuNQO1B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuNQO1B .card-box {
  padding: 0 2rem;
}
.cid-tjEfuNQO1B .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuNQO1B .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuNQO1B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuNQO1B p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuNQO1B .mbr-text {
  color: #767676;
}
.cid-tjEfuNQO1B .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuNQO1B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuO7eUL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuO7eUL .card-box {
  padding: 0 2rem;
}
.cid-tjEfuO7eUL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuO7eUL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuO7eUL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuO7eUL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuO7eUL .mbr-text {
  color: #767676;
}
.cid-tjEfuO7eUL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuO7eUL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuOnQHJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuOnQHJ .card-box {
  padding: 0 2rem;
}
.cid-tjEfuOnQHJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuOnQHJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuOnQHJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuOnQHJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuOnQHJ .mbr-text {
  color: #767676;
}
.cid-tjEfuOnQHJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuOnQHJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuODJXT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuODJXT .card-box {
  padding: 0 2rem;
}
.cid-tjEfuODJXT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuODJXT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuODJXT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuODJXT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuODJXT .mbr-text {
  color: #767676;
}
.cid-tjEfuODJXT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuODJXT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuOUR2Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuOUR2Z .card-box {
  padding: 0 2rem;
}
.cid-tjEfuOUR2Z .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuOUR2Z .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuOUR2Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuOUR2Z p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuOUR2Z .mbr-text {
  color: #767676;
}
.cid-tjEfuOUR2Z .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuOUR2Z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuPdBt2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuPdBt2 .card-box {
  padding: 0 2rem;
}
.cid-tjEfuPdBt2 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuPdBt2 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuPdBt2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuPdBt2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuPdBt2 .mbr-text {
  color: #767676;
}
.cid-tjEfuPdBt2 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuPdBt2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuPu65u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuPu65u .card-box {
  padding: 0 2rem;
}
.cid-tjEfuPu65u .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuPu65u .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuPu65u h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuPu65u p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuPu65u .mbr-text {
  color: #767676;
}
.cid-tjEfuPu65u .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuPu65u .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuPLT6V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuPLT6V .card-box {
  padding: 0 2rem;
}
.cid-tjEfuPLT6V .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuPLT6V .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuPLT6V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuPLT6V p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuPLT6V .mbr-text {
  color: #767676;
}
.cid-tjEfuPLT6V .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuPLT6V .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuQ5qRO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuQ5qRO .card-box {
  padding: 0 2rem;
}
.cid-tjEfuQ5qRO .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuQ5qRO .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuQ5qRO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuQ5qRO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuQ5qRO .mbr-text {
  color: #767676;
}
.cid-tjEfuQ5qRO .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuQ5qRO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuQntdO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuQntdO .card-box {
  padding: 0 2rem;
}
.cid-tjEfuQntdO .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuQntdO .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuQntdO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuQntdO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuQntdO .mbr-text {
  color: #767676;
}
.cid-tjEfuQntdO .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuQntdO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuQFwbk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuQFwbk .card-box {
  padding: 0 2rem;
}
.cid-tjEfuQFwbk .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuQFwbk .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuQFwbk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuQFwbk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuQFwbk .mbr-text {
  color: #767676;
}
.cid-tjEfuQFwbk .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuQFwbk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuR09h1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuR09h1 .card-box {
  padding: 0 2rem;
}
.cid-tjEfuR09h1 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuR09h1 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuR09h1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuR09h1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuR09h1 .mbr-text {
  color: #767676;
}
.cid-tjEfuR09h1 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuR09h1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuRjb8e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuRjb8e .card-box {
  padding: 0 2rem;
}
.cid-tjEfuRjb8e .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuRjb8e .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuRjb8e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuRjb8e p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuRjb8e .mbr-text {
  color: #767676;
}
.cid-tjEfuRjb8e .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuRjb8e .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuRBVbT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuRBVbT .card-box {
  padding: 0 2rem;
}
.cid-tjEfuRBVbT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuRBVbT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuRBVbT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuRBVbT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuRBVbT .mbr-text {
  color: #767676;
}
.cid-tjEfuRBVbT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuRBVbT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuRUVDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuRUVDM .card-box {
  padding: 0 2rem;
}
.cid-tjEfuRUVDM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuRUVDM .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuRUVDM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuRUVDM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuRUVDM .mbr-text {
  color: #767676;
}
.cid-tjEfuRUVDM .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuRUVDM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuScQVm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuScQVm .card-box {
  padding: 0 2rem;
}
.cid-tjEfuScQVm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuScQVm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuScQVm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuScQVm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuScQVm .mbr-text {
  color: #767676;
}
.cid-tjEfuScQVm .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuScQVm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuSGmWs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuSGmWs .card-box {
  padding: 0 2rem;
}
.cid-tjEfuSGmWs .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuSGmWs .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuSGmWs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuSGmWs p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuSGmWs .mbr-text {
  color: #767676;
}
.cid-tjEfuSGmWs .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuSGmWs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuT8xsP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuT8xsP .card-box {
  padding: 0 2rem;
}
.cid-tjEfuT8xsP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuT8xsP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuT8xsP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuT8xsP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuT8xsP .mbr-text {
  color: #767676;
}
.cid-tjEfuT8xsP .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuT8xsP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuTszgL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuTszgL .card-box {
  padding: 0 2rem;
}
.cid-tjEfuTszgL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuTszgL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuTszgL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuTszgL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuTszgL .mbr-text {
  color: #767676;
}
.cid-tjEfuTszgL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuTszgL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuTLlta {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjEfuTLlta .card-box {
  padding: 0 2rem;
}
.cid-tjEfuTLlta .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tjEfuTLlta .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tjEfuTLlta h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tjEfuTLlta p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tjEfuTLlta .mbr-text {
  color: #767676;
}
.cid-tjEfuTLlta .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tjEfuTLlta .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tjEfuU7B1N {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tjEfuU7B1N .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-tjEfuU7B1N .social-list a:focus {
  text-decoration: none;
}
.cid-tjEfuUpfrc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjEfuUpfrc .media-container-row .mbr-text {
  color: #000000;
}
.cid-tjEfuUpfrc p {
  font-family: 'Raleway', sans-serif;
}
.cid-tqjuyYebbs .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tqjuyYebbs .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tqjuyYebbs a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-tqjuyYebbs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tqjuyYebbs .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-tqjuyYebbs .nav-item:focus,
.cid-tqjuyYebbs .nav-link:focus {
  outline: none;
}
.cid-tqjuyYebbs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tqjuyYebbs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tqjuyYebbs .menu-logo {
  margin-right: auto;
}
.cid-tqjuyYebbs .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-tqjuyYebbs .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-tqjuyYebbs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tqjuyYebbs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tqjuyYebbs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tqjuyYebbs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tqjuyYebbs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tqjuyYebbs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tqjuyYebbs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tqjuyYebbs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqjuyYebbs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tqjuyYebbs .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tqjuyYebbs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tqjuyYebbs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqjuyYebbs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tqjuyYebbs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqjuyYebbs .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-tqjuyYebbs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tqjuyYebbs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tqjuyYebbs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tqjuyYebbs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tqjuyYebbs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tqjuyYebbs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tqjuyYebbs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tqjuyYebbs button.navbar-toggler:focus {
  outline: none;
}
.cid-tqjuyYebbs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tqjuyYebbs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqjuyYebbs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqjuyYebbs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqjuyYebbs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqjuyYebbs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqjuyYebbs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqjuyYebbs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqjuyYebbs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqjuyYebbs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tqjuyYebbs .collapsed .btn {
  display: -webkit-flex;
}
.cid-tqjuyYebbs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tqjuyYebbs .collapsed .navbar-collapse.collapsing,
.cid-tqjuyYebbs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tqjuyYebbs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tqjuyYebbs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tqjuyYebbs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tqjuyYebbs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tqjuyYebbs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tqjuyYebbs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tqjuyYebbs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tqjuyYebbs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tqjuyYebbs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tqjuyYebbs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqjuyYebbs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-tqjuyYebbs .collapsed button.navbar-toggler {
  display: block;
}
.cid-tqjuyYebbs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tqjuyYebbs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tqjuyYebbs .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-tqjuyYebbs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tqjuyYebbs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tqjuyYebbs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tqjuyYebbs .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tqjuyYebbs img {
    height: 3.8rem !important;
  }
  .cid-tqjuyYebbs .btn {
    display: -webkit-flex;
  }
  .cid-tqjuyYebbs button.navbar-toggler {
    display: block;
  }
  .cid-tqjuyYebbs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tqjuyYebbs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tqjuyYebbs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tqjuyYebbs .navbar-collapse.collapsing,
  .cid-tqjuyYebbs .navbar-collapse.show {
    display: block !important;
  }
  .cid-tqjuyYebbs .navbar-collapse.collapsing .navbar-nav,
  .cid-tqjuyYebbs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tqjuyYebbs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tqjuyYebbs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tqjuyYebbs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tqjuyYebbs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tqjuyYebbs .navbar-collapse.collapsing .navbar-buttons,
  .cid-tqjuyYebbs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tqjuyYebbs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tqjuyYebbs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tqjuyYebbs .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-tqjuyYebbs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tqjuyYebbs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tqjuyYebbs .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-tqjuyYebbs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tqjuyYebbs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tqjuyYebbs .nav-link:hover,
.cid-tqjuyYebbs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tqjuyYDtJc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tqjuyYDtJc .mbr-section-subtitle {
  color: #767676;
}
.cid-tqjuyYDtJc .btn {
  margin: 0 0 .5rem 0;
}
.cid-tqjuyYL5aN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqjuyYL5aN img,
.cid-tqjuyYL5aN .item-img {
  width: 100%;
}
.cid-tqjuyYL5aN .item:focus,
.cid-tqjuyYL5aN span:focus {
  outline: none;
}
.cid-tqjuyYL5aN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqjuyYL5aN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqjuyYL5aN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqjuyYL5aN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqjuyYL5aN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqjuyYL5aN .mbr-section-title {
  color: #232323;
}
.cid-tqjuyYL5aN .mbr-text,
.cid-tqjuyYL5aN .mbr-section-btn {
  text-align: left;
}
.cid-tqjuyYL5aN .item-title {
  text-align: left;
}
.cid-tqjuyYL5aN .item-subtitle {
  text-align: left;
}
.cid-tqjuyYZEaE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqjuyYZEaE img,
.cid-tqjuyYZEaE .item-img {
  width: 100%;
}
.cid-tqjuyYZEaE .item:focus,
.cid-tqjuyYZEaE span:focus {
  outline: none;
}
.cid-tqjuyYZEaE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqjuyYZEaE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqjuyYZEaE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqjuyYZEaE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqjuyYZEaE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqjuyYZEaE .mbr-section-title {
  color: #232323;
}
.cid-tqjuyYZEaE .mbr-text,
.cid-tqjuyYZEaE .mbr-section-btn {
  text-align: left;
}
.cid-tqjuyYZEaE .item-title {
  text-align: left;
}
.cid-tqjuyYZEaE .item-subtitle {
  text-align: left;
}
.cid-tqjuyZe6w0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqjuyZe6w0 img,
.cid-tqjuyZe6w0 .item-img {
  width: 100%;
}
.cid-tqjuyZe6w0 .item:focus,
.cid-tqjuyZe6w0 span:focus {
  outline: none;
}
.cid-tqjuyZe6w0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqjuyZe6w0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqjuyZe6w0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqjuyZe6w0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqjuyZe6w0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqjuyZe6w0 .mbr-section-title {
  color: #232323;
}
.cid-tqjuyZe6w0 .mbr-text,
.cid-tqjuyZe6w0 .mbr-section-btn {
  text-align: left;
}
.cid-tqjuyZe6w0 .item-title {
  text-align: left;
}
.cid-tqjuyZe6w0 .item-subtitle {
  text-align: left;
}
.cid-tqjuyZwCx7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tqjuyZwCx7 .card-box {
  padding: 0 2rem;
}
.cid-tqjuyZwCx7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tqjuyZwCx7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tqjuyZwCx7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tqjuyZwCx7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tqjuyZwCx7 .mbr-text {
  color: #767676;
}
.cid-tqjuyZwCx7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tqjuyZwCx7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tqjuyZMULB {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tqjuyZMULB .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-tqjuyZMULB .social-list a:focus {
  text-decoration: none;
}
.cid-tqjuyZXGCt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqjuyZXGCt .media-container-row .mbr-text {
  color: #000000;
}
.cid-tqjuyZXGCt p {
  font-family: 'Raleway', sans-serif;
}
.cid-txVgWdqIvE .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-txVgWdqIvE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-txVgWdqIvE a {
  font-style: normal;
  font-family: 'Raleway', sans-serif;
}
.cid-txVgWdqIvE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-txVgWdqIvE .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-txVgWdqIvE .nav-item:focus,
.cid-txVgWdqIvE .nav-link:focus {
  outline: none;
}
.cid-txVgWdqIvE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-txVgWdqIvE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-txVgWdqIvE .menu-logo {
  margin-right: auto;
}
.cid-txVgWdqIvE .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-txVgWdqIvE .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-txVgWdqIvE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txVgWdqIvE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-txVgWdqIvE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-txVgWdqIvE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-txVgWdqIvE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-txVgWdqIvE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-txVgWdqIvE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-txVgWdqIvE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-txVgWdqIvE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txVgWdqIvE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-txVgWdqIvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-txVgWdqIvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txVgWdqIvE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txVgWdqIvE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txVgWdqIvE .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-txVgWdqIvE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-txVgWdqIvE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-txVgWdqIvE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-txVgWdqIvE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txVgWdqIvE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txVgWdqIvE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txVgWdqIvE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-txVgWdqIvE button.navbar-toggler:focus {
  outline: none;
}
.cid-txVgWdqIvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txVgWdqIvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txVgWdqIvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txVgWdqIvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txVgWdqIvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txVgWdqIvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txVgWdqIvE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txVgWdqIvE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txVgWdqIvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txVgWdqIvE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-txVgWdqIvE .collapsed .btn {
  display: -webkit-flex;
}
.cid-txVgWdqIvE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txVgWdqIvE .collapsed .navbar-collapse.collapsing,
.cid-txVgWdqIvE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txVgWdqIvE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txVgWdqIvE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txVgWdqIvE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txVgWdqIvE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txVgWdqIvE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-txVgWdqIvE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-txVgWdqIvE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txVgWdqIvE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-txVgWdqIvE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txVgWdqIvE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txVgWdqIvE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-txVgWdqIvE .collapsed button.navbar-toggler {
  display: block;
}
.cid-txVgWdqIvE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-txVgWdqIvE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-txVgWdqIvE .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-txVgWdqIvE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txVgWdqIvE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txVgWdqIvE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-txVgWdqIvE .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-txVgWdqIvE img {
    height: 3.8rem !important;
  }
  .cid-txVgWdqIvE .btn {
    display: -webkit-flex;
  }
  .cid-txVgWdqIvE button.navbar-toggler {
    display: block;
  }
  .cid-txVgWdqIvE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-txVgWdqIvE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-txVgWdqIvE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txVgWdqIvE .navbar-collapse.collapsing,
  .cid-txVgWdqIvE .navbar-collapse.show {
    display: block !important;
  }
  .cid-txVgWdqIvE .navbar-collapse.collapsing .navbar-nav,
  .cid-txVgWdqIvE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txVgWdqIvE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txVgWdqIvE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-txVgWdqIvE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-txVgWdqIvE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-txVgWdqIvE .navbar-collapse.collapsing .navbar-buttons,
  .cid-txVgWdqIvE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-txVgWdqIvE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txVgWdqIvE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txVgWdqIvE .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-txVgWdqIvE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txVgWdqIvE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txVgWdqIvE .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-txVgWdqIvE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-txVgWdqIvE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-txVgWdqIvE .nav-link:hover,
.cid-txVgWdqIvE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-txVgWdH3Q1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-txVgWdH3Q1 .mbr-section-subtitle {
  color: #767676;
}
.cid-txVgWdH3Q1 .btn {
  margin: 0 0 .5rem 0;
}
.cid-txVgWdRCd7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/sausage-pepper-pizza-2000x768.jpg");
}
.cid-txVgWe9qaG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/livemusic-1920x866.jpg");
}
.cid-txVgWeijvF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-txVgWeijvF P {
  color: #767676;
}
.cid-txVgWeijvF H1 {
  color: #ffffff;
}
.cid-txVgWeijvF .mbr-text,
.cid-txVgWeijvF .mbr-section-btn {
  color: #efefef;
}
.cid-txVgWeq7vE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txVgWeq7vE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-txVgWeq7vE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txVgWeq7vE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txVgWeq7vE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-txVgWeq7vE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-txVgWeq7vE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-txVgWeq7vE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-txVgWeq7vE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-txVgWeq7vE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-txVgWeI1gs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-txVgWeI1gs a {
  font-family: 'Abel', sans-serif;
}
#custom-html-9s {
  /* Type valid CSS here */
}
#custom-html-9s div {
  padding: 25px;
  text-align: center;
}
#custom-html-9t {
  /* Type valid CSS here */
}
#custom-html-9t div {
  padding: 25px;
  text-align: center;
}
.cid-txVgWeWQgz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txVgWeWQgz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txVgWeWQgz .row {
  flex-direction: row-reverse;
}
.cid-txVgWeWQgz img {
  width: 100%;
}
.cid-txVgWf55tZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txVgWf55tZ .mbr-section-subtitle {
  color: #000000;
}
.cid-txVgWf55tZ H2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-txVgWf55tZ H3 {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-txVgWfdTc3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txVgWfdTc3 h2 {
  text-align: left;
}
.cid-txVgWfdTc3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-txVgWfdTc3 p {
  color: #767676;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
.cid-txVgWfdTc3 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-txVgWfdTc3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-txVgWfdTc3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-txVgWfdTc3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-txVgWfdTc3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-txVgWfdTc3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-txVgWfdTc3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-txVgWfdTc3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-txVgWfdTc3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-txVgWfqSCy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-txVgWfqSCy div.b {
  padding-top: 2rem;
}
.cid-txVgWfqSCy .mbr-text {
  color: #cccccc;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-txVgWfqSCy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-txVgWfqSCy .google-map {
  height: 25rem;
  position: relative;
}
.cid-txVgWfqSCy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txVgWfqSCy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txVgWfqSCy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txVgWfqSCy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVgWfqSCy div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-txVgWfqSCy div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-txVgWfqSCy H2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.cid-txVgWfqSCy H5 {
  color: #ffffff;
}
.cid-txVgWfqSCy h5 {
  font-family: 'Raleway', sans-serif;
}
.cid-txVgWfqSCy p {
  font-family: 'Raleway', sans-serif;
}
#custom-html-9y {
  /* Type valid CSS here */
}
#custom-html-9y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9y p {
  font-size: 60px;
  color: #777;
}
#custom-html-9z {
  /* Type valid CSS here */
}
#custom-html-9z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9z p {
  font-size: 60px;
  color: #777;
}
.cid-txVgWfLp3n {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-txVgWfLp3n .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-txVgWfLp3n .social-list a:focus {
  text-decoration: none;
}
.cid-txVgWg0Fu9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txVgWg0Fu9 .media-container-row .mbr-text {
  color: #000000;
}
.cid-txVgWg0Fu9 p {
  font-family: 'Raleway', sans-serif;
}
