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



body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Atilla Normal';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Atilla Normal';
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #ff7bac !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: #ff7bac !important;
  border-color: #ff7bac !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff2f7c !important;
  border-color: #ff2f7c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff2f7c !important;
  border-color: #ff2f7c !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: #ff156c;
  color: #ff156c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff7bac;
  border-color: #ff7bac;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7bac !important;
  border-color: #ff7bac !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: #ff7bac !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: #ff156c !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: #ff7bac;
  border-color: #ff7bac;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff7bac;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff7bac;
}
/* 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: #ff7bac;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff7bac;
}
.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: #ff7bac;
  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: #ff7bac;
  border-bottom-color: #ff7bac;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff7bac !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='%23ff7bac' %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-sncZ79b37m .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sncZ79b37m .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sncZ79b37m a {
  font-style: normal;
}
.cid-sncZ79b37m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sncZ79b37m .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-sncZ79b37m .nav-item:focus,
.cid-sncZ79b37m .nav-link:focus {
  outline: none;
}
.cid-sncZ79b37m .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sncZ79b37m .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sncZ79b37m .menu-logo {
  margin-right: auto;
}
.cid-sncZ79b37m .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-sncZ79b37m .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-sncZ79b37m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sncZ79b37m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sncZ79b37m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sncZ79b37m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sncZ79b37m .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sncZ79b37m .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sncZ79b37m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sncZ79b37m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sncZ79b37m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sncZ79b37m .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sncZ79b37m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sncZ79b37m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sncZ79b37m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sncZ79b37m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sncZ79b37m .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-sncZ79b37m .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sncZ79b37m .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sncZ79b37m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sncZ79b37m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sncZ79b37m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sncZ79b37m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sncZ79b37m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sncZ79b37m button.navbar-toggler:focus {
  outline: none;
}
.cid-sncZ79b37m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sncZ79b37m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sncZ79b37m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sncZ79b37m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sncZ79b37m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sncZ79b37m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sncZ79b37m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sncZ79b37m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sncZ79b37m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sncZ79b37m .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sncZ79b37m .collapsed .btn {
  display: -webkit-flex;
}
.cid-sncZ79b37m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sncZ79b37m .collapsed .navbar-collapse.collapsing,
.cid-sncZ79b37m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sncZ79b37m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sncZ79b37m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sncZ79b37m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sncZ79b37m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sncZ79b37m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sncZ79b37m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sncZ79b37m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sncZ79b37m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sncZ79b37m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sncZ79b37m .collapsed button.navbar-toggler {
  display: block;
}
.cid-sncZ79b37m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sncZ79b37m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sncZ79b37m .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-sncZ79b37m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sncZ79b37m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sncZ79b37m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sncZ79b37m .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sncZ79b37m img {
    height: 3.8rem !important;
  }
  .cid-sncZ79b37m .btn {
    display: -webkit-flex;
  }
  .cid-sncZ79b37m button.navbar-toggler {
    display: block;
  }
  .cid-sncZ79b37m .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sncZ79b37m .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sncZ79b37m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sncZ79b37m .navbar-collapse.collapsing,
  .cid-sncZ79b37m .navbar-collapse.show {
    display: block !important;
  }
  .cid-sncZ79b37m .navbar-collapse.collapsing .navbar-nav,
  .cid-sncZ79b37m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sncZ79b37m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sncZ79b37m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sncZ79b37m .navbar-collapse.collapsing .navbar-buttons,
  .cid-sncZ79b37m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sncZ79b37m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sncZ79b37m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sncZ79b37m .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-sncZ79b37m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sncZ79b37m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sncZ79b37m .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-sncZ79b37m .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sncZ79b37m .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sncZ79b37m .nav-link:hover,
.cid-sncZ79b37m .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-snd2hRm5jJ {
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-snd8VVvRjM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-snd8VVvRjM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snd8VVvRjM H2 {
  color: #ff7bac;
}
.cid-snd7VguNmE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main2-j-1-1196x440.jpg");
}
@media (min-width: 992px) {
  .cid-snd7VguNmE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-snd7VguNmE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-snd7VguNmE .mbr-text {
    text-align: center;
  }
}
.cid-snd7VguNmE H1 {
  color: #ffffff;
}
.cid-snddjN0zOY {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-snddjN0zOY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snddjN0zOY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snddjN0zOY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snddjN0zOY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snddjN0zOY .row > .row {
  display: block;
}
.cid-snddjN0zOY .mbr-gallery-item {
  width: 100%;
}
.cid-snddjN0zOY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff7bac;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-snddjN0zOY .mbr-gallery-item > div {
  position: relative;
}
.cid-snddjN0zOY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snddjN0zOY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-snddjN0zOY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-snddjN0zOY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff7bac !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-sndhtvdlaF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sndhtvdlaF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sndhtvdlaF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sndhtvdlaF .mbr-text {
    text-align: center;
  }
}
.cid-sndhtvdlaF H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sndhtvdlaF .mbr-text,
.cid-sndhtvdlaF .mbr-section-btn {
  text-align: center;
}
.cid-sUuM7UlM0F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sUuM7UlM0F P {
  color: #767676;
}
.cid-sUuM7UlM0F .mbr-text,
.cid-sUuM7UlM0F .mbr-section-btn {
  color: #ffffff;
}
.cid-sUuM7UlM0F H1 {
  color: #ff7bac;
}
.cid-szEUgY4jsa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-szEUgY4jsa .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-szEUgY4jsa H2 {
  color: #ff7bac;
}
.cid-sndkA0V5bQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sndkA0V5bQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sndkA0V5bQ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sndkA0V5bQ .media-wrap img {
  height: 6rem;
}
.cid-sndkA0V5bQ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sndkA0V5bQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sndkA0V5bQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sndkA0V5bQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sndkA0V5bQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sndkA0V5bQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sndkA0V5bQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sndkA0V5bQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sndkA0V5bQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sndkA0V5bQ .copyright > p {
  color: #ffffff;
}
.cid-sndkA0V5bQ .links {
  color: #ffffff;
}
.cid-spKCnPB4h6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spKCnPB4h6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spKCnPB4h6 a {
  font-style: normal;
}
.cid-spKCnPB4h6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spKCnPB4h6 .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-spKCnPB4h6 .nav-item:focus,
.cid-spKCnPB4h6 .nav-link:focus {
  outline: none;
}
.cid-spKCnPB4h6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spKCnPB4h6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spKCnPB4h6 .menu-logo {
  margin-right: auto;
}
.cid-spKCnPB4h6 .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-spKCnPB4h6 .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-spKCnPB4h6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spKCnPB4h6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spKCnPB4h6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spKCnPB4h6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spKCnPB4h6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spKCnPB4h6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spKCnPB4h6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spKCnPB4h6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spKCnPB4h6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spKCnPB4h6 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spKCnPB4h6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spKCnPB4h6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spKCnPB4h6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spKCnPB4h6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spKCnPB4h6 .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-spKCnPB4h6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spKCnPB4h6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spKCnPB4h6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spKCnPB4h6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spKCnPB4h6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spKCnPB4h6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spKCnPB4h6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spKCnPB4h6 button.navbar-toggler:focus {
  outline: none;
}
.cid-spKCnPB4h6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spKCnPB4h6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spKCnPB4h6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spKCnPB4h6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spKCnPB4h6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spKCnPB4h6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spKCnPB4h6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spKCnPB4h6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spKCnPB4h6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spKCnPB4h6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spKCnPB4h6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-spKCnPB4h6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spKCnPB4h6 .collapsed .navbar-collapse.collapsing,
.cid-spKCnPB4h6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spKCnPB4h6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spKCnPB4h6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spKCnPB4h6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spKCnPB4h6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spKCnPB4h6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spKCnPB4h6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spKCnPB4h6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spKCnPB4h6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spKCnPB4h6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spKCnPB4h6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-spKCnPB4h6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spKCnPB4h6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spKCnPB4h6 .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-spKCnPB4h6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spKCnPB4h6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spKCnPB4h6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spKCnPB4h6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spKCnPB4h6 img {
    height: 3.8rem !important;
  }
  .cid-spKCnPB4h6 .btn {
    display: -webkit-flex;
  }
  .cid-spKCnPB4h6 button.navbar-toggler {
    display: block;
  }
  .cid-spKCnPB4h6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spKCnPB4h6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spKCnPB4h6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spKCnPB4h6 .navbar-collapse.collapsing,
  .cid-spKCnPB4h6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-spKCnPB4h6 .navbar-collapse.collapsing .navbar-nav,
  .cid-spKCnPB4h6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spKCnPB4h6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spKCnPB4h6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spKCnPB4h6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-spKCnPB4h6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spKCnPB4h6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spKCnPB4h6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spKCnPB4h6 .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-spKCnPB4h6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spKCnPB4h6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spKCnPB4h6 .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-spKCnPB4h6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spKCnPB4h6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spKCnPB4h6 .nav-link:hover,
.cid-spKCnPB4h6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spKCnR4c32 {
  background-image: url("../../../assets/images/ecf-wedding-djs-2000x1037.png");
}
.cid-spKDdQzGji {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spKDdQzGji .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKDdQzGji .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spKDdQzGji .mbr-section-title {
  color: #ff7bac;
}
.cid-spKDYZX1JT {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #202020, #202020);
}
@media (min-width: 992px) {
  .cid-spKDYZX1JT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKDYZX1JT .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spKDYZX1JT .mbr-section-title {
  color: #ff7bac;
}
.cid-spKEGfCXN9 {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spKEGfCXN9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKEGfCXN9 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spKEGfCXN9 .mbr-section-title {
  color: #ff7bac;
}
.cid-spKESCgY9Q {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #202020, #202020);
}
@media (min-width: 992px) {
  .cid-spKESCgY9Q .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKESCgY9Q .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spKESCgY9Q .mbr-section-title {
  color: #ff7bac;
}
.cid-spKF9dWH3g {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spKF9dWH3g .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKF9dWH3g .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spKF9dWH3g .mbr-section-title {
  color: #ff7bac;
}
.cid-spKFmK6pWU {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #202020, #202020);
}
@media (min-width: 992px) {
  .cid-spKFmK6pWU .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKFmK6pWU .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spKFmK6pWU .mbr-section-title {
  color: #ff7bac;
}
.cid-tyU0qO2xDw {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-tyU0qO2xDw .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tyU0qO2xDw .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tyU0qO2xDw .mbr-section-title {
  color: #ff7bac;
}
.cid-spKCnSmdiX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spKCnSmdiX .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spKCnSmdiX H2 {
  color: #ffffff;
}
.cid-sObkIaTL4N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sObkIaTL4N .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sObkIaTL4N H2 {
  color: #ff7bac;
}
.cid-spMUKmMnD2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMUKmMnD2 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUKmMnD2 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMUKmMnD2 .media-wrap img {
  height: 6rem;
}
.cid-spMUKmMnD2 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMUKmMnD2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUKmMnD2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMUKmMnD2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMUKmMnD2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMUKmMnD2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMUKmMnD2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMUKmMnD2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMUKmMnD2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMUKmMnD2 .copyright > p {
  color: #ffffff;
}
.cid-spMUKmMnD2 .links {
  color: #ffffff;
}
.cid-spKXNk6Nrx .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spKXNk6Nrx .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spKXNk6Nrx a {
  font-style: normal;
}
.cid-spKXNk6Nrx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spKXNk6Nrx .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-spKXNk6Nrx .nav-item:focus,
.cid-spKXNk6Nrx .nav-link:focus {
  outline: none;
}
.cid-spKXNk6Nrx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spKXNk6Nrx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spKXNk6Nrx .menu-logo {
  margin-right: auto;
}
.cid-spKXNk6Nrx .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-spKXNk6Nrx .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-spKXNk6Nrx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spKXNk6Nrx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spKXNk6Nrx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spKXNk6Nrx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spKXNk6Nrx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spKXNk6Nrx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spKXNk6Nrx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spKXNk6Nrx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spKXNk6Nrx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spKXNk6Nrx .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spKXNk6Nrx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spKXNk6Nrx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spKXNk6Nrx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spKXNk6Nrx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spKXNk6Nrx .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-spKXNk6Nrx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spKXNk6Nrx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spKXNk6Nrx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spKXNk6Nrx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spKXNk6Nrx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spKXNk6Nrx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spKXNk6Nrx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spKXNk6Nrx button.navbar-toggler:focus {
  outline: none;
}
.cid-spKXNk6Nrx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spKXNk6Nrx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spKXNk6Nrx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spKXNk6Nrx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spKXNk6Nrx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spKXNk6Nrx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spKXNk6Nrx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spKXNk6Nrx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spKXNk6Nrx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spKXNk6Nrx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spKXNk6Nrx .collapsed .btn {
  display: -webkit-flex;
}
.cid-spKXNk6Nrx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spKXNk6Nrx .collapsed .navbar-collapse.collapsing,
.cid-spKXNk6Nrx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spKXNk6Nrx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spKXNk6Nrx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spKXNk6Nrx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spKXNk6Nrx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spKXNk6Nrx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spKXNk6Nrx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spKXNk6Nrx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spKXNk6Nrx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spKXNk6Nrx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spKXNk6Nrx .collapsed button.navbar-toggler {
  display: block;
}
.cid-spKXNk6Nrx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spKXNk6Nrx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spKXNk6Nrx .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-spKXNk6Nrx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spKXNk6Nrx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spKXNk6Nrx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spKXNk6Nrx .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spKXNk6Nrx img {
    height: 3.8rem !important;
  }
  .cid-spKXNk6Nrx .btn {
    display: -webkit-flex;
  }
  .cid-spKXNk6Nrx button.navbar-toggler {
    display: block;
  }
  .cid-spKXNk6Nrx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spKXNk6Nrx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spKXNk6Nrx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spKXNk6Nrx .navbar-collapse.collapsing,
  .cid-spKXNk6Nrx .navbar-collapse.show {
    display: block !important;
  }
  .cid-spKXNk6Nrx .navbar-collapse.collapsing .navbar-nav,
  .cid-spKXNk6Nrx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spKXNk6Nrx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spKXNk6Nrx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spKXNk6Nrx .navbar-collapse.collapsing .navbar-buttons,
  .cid-spKXNk6Nrx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spKXNk6Nrx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spKXNk6Nrx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spKXNk6Nrx .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-spKXNk6Nrx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spKXNk6Nrx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spKXNk6Nrx .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-spKXNk6Nrx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spKXNk6Nrx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spKXNk6Nrx .nav-link:hover,
.cid-spKXNk6Nrx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spKXNlEJF3 {
  background-image: url("../../../assets/images/wedding-videography-1920x1079.jpg");
}
.cid-spKYQ7166n {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-spKYQ7166n .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKYQ7166n .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-spKYQ7166n .mbr-section-title {
  color: #ff7bac;
}
.cid-t2lBxLMags {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t2lBxLMags .mbr-section-subtitle {
  color: #767676;
}
.cid-t2lBxLMags H2 {
  color: #ff7bac;
}
.cid-t2lByknZBW {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-t2lByknZBW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-t2lByknZBW .video-block {
    width: 100% !important;
  }
}
.cid-t2lBQuvulW {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-t2lBQuvulW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-t2lBQuvulW .video-block {
    width: 100% !important;
  }
}
.cid-t2lBRatvdO {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 90px;
}
.cid-t2lBRatvdO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-t2lBRatvdO .video-block {
    width: 100% !important;
  }
}
.cid-spKXNrv4fa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #202020;
}
@media (min-width: 992px) {
  .cid-spKXNrv4fa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKXNrv4fa .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spKXNrv4fa .mbr-text {
    text-align: center;
  }
}
.cid-spKXNrv4fa H1 {
  color: #ff7bac;
}
.cid-sYL9VFTVl2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sYL9VFTVl2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sYL9VFTVl2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sYL9VFTVl2 .mbr-text {
    text-align: center;
  }
}
.cid-sYL9VFTVl2 H1 {
  color: #ff7bac;
}
.cid-spKXNurcZb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spKXNurcZb .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spKXNurcZb H2 {
  color: #ffffff;
}
.cid-spMV6fhq4w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMV6fhq4w .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMV6fhq4w .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMV6fhq4w .media-wrap img {
  height: 6rem;
}
.cid-spMV6fhq4w .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMV6fhq4w .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMV6fhq4w .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMV6fhq4w .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMV6fhq4w .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMV6fhq4w .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMV6fhq4w .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMV6fhq4w .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMV6fhq4w .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMV6fhq4w .copyright > p {
  color: #ffffff;
}
.cid-spMV6fhq4w .links {
  color: #ffffff;
}
.cid-spL0qw1vPS .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spL0qw1vPS .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spL0qw1vPS a {
  font-style: normal;
}
.cid-spL0qw1vPS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spL0qw1vPS .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-spL0qw1vPS .nav-item:focus,
.cid-spL0qw1vPS .nav-link:focus {
  outline: none;
}
.cid-spL0qw1vPS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spL0qw1vPS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spL0qw1vPS .menu-logo {
  margin-right: auto;
}
.cid-spL0qw1vPS .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-spL0qw1vPS .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-spL0qw1vPS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spL0qw1vPS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spL0qw1vPS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spL0qw1vPS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spL0qw1vPS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spL0qw1vPS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spL0qw1vPS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spL0qw1vPS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spL0qw1vPS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spL0qw1vPS .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spL0qw1vPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spL0qw1vPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spL0qw1vPS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spL0qw1vPS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spL0qw1vPS .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-spL0qw1vPS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spL0qw1vPS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spL0qw1vPS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spL0qw1vPS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spL0qw1vPS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spL0qw1vPS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spL0qw1vPS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spL0qw1vPS button.navbar-toggler:focus {
  outline: none;
}
.cid-spL0qw1vPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spL0qw1vPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spL0qw1vPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spL0qw1vPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spL0qw1vPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spL0qw1vPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spL0qw1vPS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spL0qw1vPS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spL0qw1vPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spL0qw1vPS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spL0qw1vPS .collapsed .btn {
  display: -webkit-flex;
}
.cid-spL0qw1vPS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spL0qw1vPS .collapsed .navbar-collapse.collapsing,
.cid-spL0qw1vPS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spL0qw1vPS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spL0qw1vPS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spL0qw1vPS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spL0qw1vPS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spL0qw1vPS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spL0qw1vPS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spL0qw1vPS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spL0qw1vPS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spL0qw1vPS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spL0qw1vPS .collapsed button.navbar-toggler {
  display: block;
}
.cid-spL0qw1vPS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spL0qw1vPS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spL0qw1vPS .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-spL0qw1vPS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spL0qw1vPS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spL0qw1vPS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spL0qw1vPS .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spL0qw1vPS img {
    height: 3.8rem !important;
  }
  .cid-spL0qw1vPS .btn {
    display: -webkit-flex;
  }
  .cid-spL0qw1vPS button.navbar-toggler {
    display: block;
  }
  .cid-spL0qw1vPS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spL0qw1vPS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spL0qw1vPS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spL0qw1vPS .navbar-collapse.collapsing,
  .cid-spL0qw1vPS .navbar-collapse.show {
    display: block !important;
  }
  .cid-spL0qw1vPS .navbar-collapse.collapsing .navbar-nav,
  .cid-spL0qw1vPS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spL0qw1vPS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spL0qw1vPS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spL0qw1vPS .navbar-collapse.collapsing .navbar-buttons,
  .cid-spL0qw1vPS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spL0qw1vPS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spL0qw1vPS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spL0qw1vPS .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-spL0qw1vPS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spL0qw1vPS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spL0qw1vPS .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-spL0qw1vPS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spL0qw1vPS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spL0qw1vPS .nav-link:hover,
.cid-spL0qw1vPS .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spL0qxFZqU {
  background-image: url("../../../assets/images/wedding-lighting-1912x1205.jpg");
}
.cid-spL2jWHA7b {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spL2jWHA7b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spL2jWHA7b H2 {
  color: #ff7bac;
}
.cid-spL0qz7hJV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-spL0qz7hJV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spL0qz7hJV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spL0qz7hJV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spL0qz7hJV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spL0qz7hJV .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-spL0qz7hJV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-spL0qz7hJV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-spL0qz7hJV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-spL0qz7hJV .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-spL0qIwVwX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spL0qIwVwX .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spL0qIwVwX H2 {
  color: #ffffff;
}
.cid-spMV9dN9B0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMV9dN9B0 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMV9dN9B0 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMV9dN9B0 .media-wrap img {
  height: 6rem;
}
.cid-spMV9dN9B0 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMV9dN9B0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMV9dN9B0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMV9dN9B0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMV9dN9B0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMV9dN9B0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMV9dN9B0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMV9dN9B0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMV9dN9B0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMV9dN9B0 .copyright > p {
  color: #ffffff;
}
.cid-spMV9dN9B0 .links {
  color: #ffffff;
}
.cid-spL5aRcO1Y .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spL5aRcO1Y .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spL5aRcO1Y a {
  font-style: normal;
}
.cid-spL5aRcO1Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spL5aRcO1Y .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-spL5aRcO1Y .nav-item:focus,
.cid-spL5aRcO1Y .nav-link:focus {
  outline: none;
}
.cid-spL5aRcO1Y .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spL5aRcO1Y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spL5aRcO1Y .menu-logo {
  margin-right: auto;
}
.cid-spL5aRcO1Y .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-spL5aRcO1Y .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-spL5aRcO1Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spL5aRcO1Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spL5aRcO1Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spL5aRcO1Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spL5aRcO1Y .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spL5aRcO1Y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spL5aRcO1Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spL5aRcO1Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spL5aRcO1Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spL5aRcO1Y .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spL5aRcO1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spL5aRcO1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spL5aRcO1Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spL5aRcO1Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spL5aRcO1Y .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-spL5aRcO1Y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spL5aRcO1Y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spL5aRcO1Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spL5aRcO1Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spL5aRcO1Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spL5aRcO1Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spL5aRcO1Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spL5aRcO1Y button.navbar-toggler:focus {
  outline: none;
}
.cid-spL5aRcO1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spL5aRcO1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spL5aRcO1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spL5aRcO1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spL5aRcO1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spL5aRcO1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spL5aRcO1Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spL5aRcO1Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spL5aRcO1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spL5aRcO1Y .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spL5aRcO1Y .collapsed .btn {
  display: -webkit-flex;
}
.cid-spL5aRcO1Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spL5aRcO1Y .collapsed .navbar-collapse.collapsing,
.cid-spL5aRcO1Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spL5aRcO1Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spL5aRcO1Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spL5aRcO1Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spL5aRcO1Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spL5aRcO1Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spL5aRcO1Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spL5aRcO1Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spL5aRcO1Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spL5aRcO1Y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spL5aRcO1Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-spL5aRcO1Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spL5aRcO1Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spL5aRcO1Y .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-spL5aRcO1Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spL5aRcO1Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spL5aRcO1Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spL5aRcO1Y .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spL5aRcO1Y img {
    height: 3.8rem !important;
  }
  .cid-spL5aRcO1Y .btn {
    display: -webkit-flex;
  }
  .cid-spL5aRcO1Y button.navbar-toggler {
    display: block;
  }
  .cid-spL5aRcO1Y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spL5aRcO1Y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spL5aRcO1Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spL5aRcO1Y .navbar-collapse.collapsing,
  .cid-spL5aRcO1Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-spL5aRcO1Y .navbar-collapse.collapsing .navbar-nav,
  .cid-spL5aRcO1Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spL5aRcO1Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spL5aRcO1Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spL5aRcO1Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-spL5aRcO1Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spL5aRcO1Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spL5aRcO1Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spL5aRcO1Y .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-spL5aRcO1Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spL5aRcO1Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spL5aRcO1Y .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-spL5aRcO1Y .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spL5aRcO1Y .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spL5aRcO1Y .nav-link:hover,
.cid-spL5aRcO1Y .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spL5aStv1I {
  background-image: url("../../../assets/images/snap-1814x2419.jpg");
}
.cid-spL5QXlu4E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spL5QXlu4E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spL5QXlu4E H2 {
  color: #ff7bac;
}
.cid-spL6dhZjwN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-spL6dhZjwN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spL6dhZjwN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spL6dhZjwN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spL6dhZjwN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spL6dhZjwN .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-spL6dhZjwN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-spL6dhZjwN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-spL6dhZjwN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-spL6dhZjwN .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-spL5aZKZ4l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #202020;
}
.cid-spL5aZKZ4l .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-spL5aZKZ4l h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spL5aZKZ4l p {
  color: #767676;
  text-align: left;
}
.cid-spL5aZKZ4l .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spL5aZKZ4l .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-spL5aZKZ4l .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-spL5aZKZ4l .card-title {
  text-align: center;
  color: #ff7bac;
}
.cid-spL5aZKZ4l P {
  text-align: center;
  color: #ffffff;
}
.cid-toAB4Mjg5x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-toAB4Mjg5x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toAB4Mjg5x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toAB4Mjg5x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toAB4Mjg5x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toAB4Mjg5x .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-toAB4Mjg5x .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-toAB4Mjg5x .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-toAB4Mjg5x .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-toAB4Mjg5x .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-spL5b1wThq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spL5b1wThq .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spL5b1wThq H2 {
  color: #ffffff;
}
.cid-sObkVHzuIW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sObkVHzuIW .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sObkVHzuIW H2 {
  color: #ff7bac;
}
.cid-spMUTlthVC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMUTlthVC .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUTlthVC .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMUTlthVC .media-wrap img {
  height: 6rem;
}
.cid-spMUTlthVC .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMUTlthVC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUTlthVC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMUTlthVC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMUTlthVC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMUTlthVC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMUTlthVC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMUTlthVC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMUTlthVC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMUTlthVC .copyright > p {
  color: #ffffff;
}
.cid-spMUTlthVC .links {
  color: #ffffff;
}
.cid-spKGMv5pzy .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spKGMv5pzy .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spKGMv5pzy a {
  font-style: normal;
}
.cid-spKGMv5pzy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spKGMv5pzy .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-spKGMv5pzy .nav-item:focus,
.cid-spKGMv5pzy .nav-link:focus {
  outline: none;
}
.cid-spKGMv5pzy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spKGMv5pzy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spKGMv5pzy .menu-logo {
  margin-right: auto;
}
.cid-spKGMv5pzy .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-spKGMv5pzy .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-spKGMv5pzy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spKGMv5pzy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spKGMv5pzy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spKGMv5pzy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spKGMv5pzy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spKGMv5pzy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spKGMv5pzy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spKGMv5pzy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spKGMv5pzy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spKGMv5pzy .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spKGMv5pzy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spKGMv5pzy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spKGMv5pzy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spKGMv5pzy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spKGMv5pzy .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-spKGMv5pzy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spKGMv5pzy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spKGMv5pzy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spKGMv5pzy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spKGMv5pzy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spKGMv5pzy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spKGMv5pzy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spKGMv5pzy button.navbar-toggler:focus {
  outline: none;
}
.cid-spKGMv5pzy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spKGMv5pzy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spKGMv5pzy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spKGMv5pzy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spKGMv5pzy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spKGMv5pzy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spKGMv5pzy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spKGMv5pzy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spKGMv5pzy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spKGMv5pzy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spKGMv5pzy .collapsed .btn {
  display: -webkit-flex;
}
.cid-spKGMv5pzy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spKGMv5pzy .collapsed .navbar-collapse.collapsing,
.cid-spKGMv5pzy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spKGMv5pzy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spKGMv5pzy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spKGMv5pzy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spKGMv5pzy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spKGMv5pzy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spKGMv5pzy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spKGMv5pzy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spKGMv5pzy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spKGMv5pzy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spKGMv5pzy .collapsed button.navbar-toggler {
  display: block;
}
.cid-spKGMv5pzy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spKGMv5pzy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spKGMv5pzy .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-spKGMv5pzy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spKGMv5pzy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spKGMv5pzy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spKGMv5pzy .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spKGMv5pzy img {
    height: 3.8rem !important;
  }
  .cid-spKGMv5pzy .btn {
    display: -webkit-flex;
  }
  .cid-spKGMv5pzy button.navbar-toggler {
    display: block;
  }
  .cid-spKGMv5pzy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spKGMv5pzy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spKGMv5pzy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spKGMv5pzy .navbar-collapse.collapsing,
  .cid-spKGMv5pzy .navbar-collapse.show {
    display: block !important;
  }
  .cid-spKGMv5pzy .navbar-collapse.collapsing .navbar-nav,
  .cid-spKGMv5pzy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spKGMv5pzy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spKGMv5pzy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spKGMv5pzy .navbar-collapse.collapsing .navbar-buttons,
  .cid-spKGMv5pzy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spKGMv5pzy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spKGMv5pzy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spKGMv5pzy .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-spKGMv5pzy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spKGMv5pzy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spKGMv5pzy .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-spKGMv5pzy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spKGMv5pzy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spKGMv5pzy .nav-link:hover,
.cid-spKGMv5pzy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spKGMwBCTJ {
  background-image: url("../../../assets/images/wedding-photography-1920x1281.jpg");
}
.cid-spKSvjJg05 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-spKSvjJg05 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spKSvjJg05 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spKSvjJg05 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spKSvjJg05 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spKSvjJg05 .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-spKSvjJg05 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-spKSvjJg05 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-spKSvjJg05 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-spKSvjJg05 .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-spKWPQNB6a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-spKWPQNB6a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spKWPQNB6a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spKWPQNB6a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spKWPQNB6a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spKWPQNB6a .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-spKWPQNB6a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-spKWPQNB6a .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-spKWPQNB6a .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-spKWPQNB6a .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-spKJukc6jn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-spKJukc6jn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spKJukc6jn .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spKJukc6jn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spKJukc6jn .mbr-text {
    text-align: center;
  }
}
.cid-spKJukc6jn H1 {
  color: #ff7bac;
}
.cid-spKHFzrIP6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #202020;
}
.cid-spKHFzrIP6 .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-spKHFzrIP6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spKHFzrIP6 p {
  color: #767676;
  text-align: left;
}
.cid-spKHFzrIP6 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spKHFzrIP6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-spKHFzrIP6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-spKHFzrIP6 .card-title {
  text-align: center;
  color: #ff7bac;
}
.cid-spKHFzrIP6 P {
  text-align: center;
  color: #ffffff;
}
.cid-spKGMF23Uk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spKGMF23Uk .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spKGMF23Uk H2 {
  color: #ffffff;
}
.cid-sObkMJH0it {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sObkMJH0it .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sObkMJH0it H2 {
  color: #ff7bac;
}
.cid-spMUOWDDLS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMUOWDDLS .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUOWDDLS .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMUOWDDLS .media-wrap img {
  height: 6rem;
}
.cid-spMUOWDDLS .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMUOWDDLS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUOWDDLS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMUOWDDLS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMUOWDDLS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMUOWDDLS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMUOWDDLS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMUOWDDLS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMUOWDDLS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMUOWDDLS .copyright > p {
  color: #ffffff;
}
.cid-spMUOWDDLS .links {
  color: #ffffff;
}
.cid-spMm6hRmpi .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spMm6hRmpi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spMm6hRmpi a {
  font-style: normal;
}
.cid-spMm6hRmpi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spMm6hRmpi .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-spMm6hRmpi .nav-item:focus,
.cid-spMm6hRmpi .nav-link:focus {
  outline: none;
}
.cid-spMm6hRmpi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spMm6hRmpi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spMm6hRmpi .menu-logo {
  margin-right: auto;
}
.cid-spMm6hRmpi .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-spMm6hRmpi .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-spMm6hRmpi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spMm6hRmpi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spMm6hRmpi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spMm6hRmpi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spMm6hRmpi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spMm6hRmpi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spMm6hRmpi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spMm6hRmpi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spMm6hRmpi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spMm6hRmpi .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spMm6hRmpi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spMm6hRmpi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spMm6hRmpi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spMm6hRmpi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spMm6hRmpi .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-spMm6hRmpi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spMm6hRmpi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spMm6hRmpi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spMm6hRmpi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spMm6hRmpi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spMm6hRmpi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spMm6hRmpi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spMm6hRmpi button.navbar-toggler:focus {
  outline: none;
}
.cid-spMm6hRmpi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spMm6hRmpi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spMm6hRmpi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spMm6hRmpi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spMm6hRmpi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spMm6hRmpi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMm6hRmpi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spMm6hRmpi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spMm6hRmpi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMm6hRmpi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMm6hRmpi .collapsed .btn {
  display: -webkit-flex;
}
.cid-spMm6hRmpi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spMm6hRmpi .collapsed .navbar-collapse.collapsing,
.cid-spMm6hRmpi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spMm6hRmpi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spMm6hRmpi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spMm6hRmpi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spMm6hRmpi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spMm6hRmpi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spMm6hRmpi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spMm6hRmpi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spMm6hRmpi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spMm6hRmpi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spMm6hRmpi .collapsed button.navbar-toggler {
  display: block;
}
.cid-spMm6hRmpi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spMm6hRmpi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMm6hRmpi .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-spMm6hRmpi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spMm6hRmpi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spMm6hRmpi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spMm6hRmpi .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMm6hRmpi img {
    height: 3.8rem !important;
  }
  .cid-spMm6hRmpi .btn {
    display: -webkit-flex;
  }
  .cid-spMm6hRmpi button.navbar-toggler {
    display: block;
  }
  .cid-spMm6hRmpi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spMm6hRmpi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMm6hRmpi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spMm6hRmpi .navbar-collapse.collapsing,
  .cid-spMm6hRmpi .navbar-collapse.show {
    display: block !important;
  }
  .cid-spMm6hRmpi .navbar-collapse.collapsing .navbar-nav,
  .cid-spMm6hRmpi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spMm6hRmpi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spMm6hRmpi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spMm6hRmpi .navbar-collapse.collapsing .navbar-buttons,
  .cid-spMm6hRmpi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spMm6hRmpi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spMm6hRmpi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spMm6hRmpi .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-spMm6hRmpi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spMm6hRmpi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spMm6hRmpi .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-spMm6hRmpi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spMm6hRmpi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spMm6hRmpi .nav-link:hover,
.cid-spMm6hRmpi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spMm6j3ytZ {
  background-image: url("../../../assets/images/wedding-industy-awards-1920x1280.jpg");
}
.cid-spMoROoayk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-spMoROoayk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spMoROoayk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spMoROoayk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spMoROoayk .mbr-text {
    text-align: center;
  }
}
.cid-spMoROoayk H1 {
  color: #ff7bac;
}
.cid-spMpogRd1Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #202020;
}
.cid-spMpogRd1Q .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spMpogRd1Q .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spMpogRd1Q .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spMpogRd1Q .mbr-text {
    text-align: center;
  }
}
.cid-spMpogRd1Q H1 {
  color: #ff7bac;
}
.cid-spMm6pCuTt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spMm6pCuTt .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spMm6pCuTt H2 {
  color: #ffffff;
}
.cid-sObkZnDqB1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sObkZnDqB1 .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sObkZnDqB1 H2 {
  color: #ff7bac;
}
.cid-spMUXiaEEE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMUXiaEEE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUXiaEEE .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMUXiaEEE .media-wrap img {
  height: 6rem;
}
.cid-spMUXiaEEE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMUXiaEEE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMUXiaEEE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMUXiaEEE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMUXiaEEE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMUXiaEEE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMUXiaEEE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMUXiaEEE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMUXiaEEE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMUXiaEEE .copyright > p {
  color: #ffffff;
}
.cid-spMUXiaEEE .links {
  color: #ffffff;
}
.cid-spMqyqMyiV .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spMqyqMyiV .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spMqyqMyiV a {
  font-style: normal;
}
.cid-spMqyqMyiV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spMqyqMyiV .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-spMqyqMyiV .nav-item:focus,
.cid-spMqyqMyiV .nav-link:focus {
  outline: none;
}
.cid-spMqyqMyiV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spMqyqMyiV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spMqyqMyiV .menu-logo {
  margin-right: auto;
}
.cid-spMqyqMyiV .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-spMqyqMyiV .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-spMqyqMyiV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spMqyqMyiV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spMqyqMyiV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spMqyqMyiV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spMqyqMyiV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spMqyqMyiV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spMqyqMyiV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spMqyqMyiV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spMqyqMyiV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spMqyqMyiV .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spMqyqMyiV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spMqyqMyiV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spMqyqMyiV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spMqyqMyiV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spMqyqMyiV .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-spMqyqMyiV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spMqyqMyiV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spMqyqMyiV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spMqyqMyiV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spMqyqMyiV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spMqyqMyiV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spMqyqMyiV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spMqyqMyiV button.navbar-toggler:focus {
  outline: none;
}
.cid-spMqyqMyiV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spMqyqMyiV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spMqyqMyiV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spMqyqMyiV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spMqyqMyiV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spMqyqMyiV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMqyqMyiV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spMqyqMyiV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spMqyqMyiV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMqyqMyiV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMqyqMyiV .collapsed .btn {
  display: -webkit-flex;
}
.cid-spMqyqMyiV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spMqyqMyiV .collapsed .navbar-collapse.collapsing,
.cid-spMqyqMyiV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spMqyqMyiV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spMqyqMyiV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spMqyqMyiV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spMqyqMyiV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spMqyqMyiV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spMqyqMyiV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spMqyqMyiV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spMqyqMyiV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spMqyqMyiV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spMqyqMyiV .collapsed button.navbar-toggler {
  display: block;
}
.cid-spMqyqMyiV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spMqyqMyiV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMqyqMyiV .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-spMqyqMyiV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spMqyqMyiV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spMqyqMyiV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spMqyqMyiV .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMqyqMyiV img {
    height: 3.8rem !important;
  }
  .cid-spMqyqMyiV .btn {
    display: -webkit-flex;
  }
  .cid-spMqyqMyiV button.navbar-toggler {
    display: block;
  }
  .cid-spMqyqMyiV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spMqyqMyiV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMqyqMyiV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spMqyqMyiV .navbar-collapse.collapsing,
  .cid-spMqyqMyiV .navbar-collapse.show {
    display: block !important;
  }
  .cid-spMqyqMyiV .navbar-collapse.collapsing .navbar-nav,
  .cid-spMqyqMyiV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spMqyqMyiV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spMqyqMyiV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spMqyqMyiV .navbar-collapse.collapsing .navbar-buttons,
  .cid-spMqyqMyiV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spMqyqMyiV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spMqyqMyiV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spMqyqMyiV .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-spMqyqMyiV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spMqyqMyiV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spMqyqMyiV .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-spMqyqMyiV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spMqyqMyiV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spMqyqMyiV .nav-link:hover,
.cid-spMqyqMyiV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spMqysvdps {
  background-image: url("../../../assets/images/wedding-testimonials-1920x1016.jpg");
}
.cid-spMsbnnVXJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spMsbnnVXJ .mbr-section-subtitle {
  color: #767676;
}
.cid-spMsbnnVXJ H2 {
  color: #ff7bac;
}
.cid-spMrLKpnZJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-spMrLKpnZJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spMrLKpnZJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spMrLKpnZJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spMrLKpnZJ .mbr-text {
    text-align: center;
  }
}
.cid-spMrLKpnZJ H1 {
  color: #ff7bac;
}
.cid-spMsEJqRQy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #202020;
}
.cid-spMsEJqRQy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spMsEJqRQy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spMsEJqRQy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spMsEJqRQy .mbr-text {
    text-align: center;
  }
}
.cid-spMsEJqRQy H1 {
  color: #ff7bac;
}
.cid-spMsVyYAoI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-spMsVyYAoI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spMsVyYAoI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spMsVyYAoI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spMsVyYAoI .mbr-text {
    text-align: center;
  }
}
.cid-spMsVyYAoI H1 {
  color: #ff7bac;
}
.cid-sOblcGxqqN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #202020;
}
.cid-sOblcGxqqN .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sOblcGxqqN .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sOblcGxqqN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sOblcGxqqN .mbr-text {
    text-align: center;
  }
}
.cid-sOblcGxqqN H1 {
  color: #ff7bac;
}
.cid-spMqytLjWk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-spMqytLjWk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spMqytLjWk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spMqytLjWk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spMqytLjWk .mbr-text {
    text-align: center;
  }
}
.cid-spMqytLjWk H1 {
  color: #ff7bac;
}
.cid-spMqywiI5p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spMqywiI5p .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spMqywiI5p H2 {
  color: #ffffff;
}
.cid-sObl58kj6o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sObl58kj6o .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sObl58kj6o H2 {
  color: #ff7bac;
}
.cid-spMV2PrTeP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMV2PrTeP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMV2PrTeP .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMV2PrTeP .media-wrap img {
  height: 6rem;
}
.cid-spMV2PrTeP .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMV2PrTeP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMV2PrTeP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMV2PrTeP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMV2PrTeP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMV2PrTeP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMV2PrTeP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMV2PrTeP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMV2PrTeP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMV2PrTeP .copyright > p {
  color: #ffffff;
}
.cid-spMV2PrTeP .links {
  color: #ffffff;
}
.cid-spMufLunrr .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spMufLunrr .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spMufLunrr a {
  font-style: normal;
}
.cid-spMufLunrr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spMufLunrr .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-spMufLunrr .nav-item:focus,
.cid-spMufLunrr .nav-link:focus {
  outline: none;
}
.cid-spMufLunrr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spMufLunrr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spMufLunrr .menu-logo {
  margin-right: auto;
}
.cid-spMufLunrr .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-spMufLunrr .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-spMufLunrr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spMufLunrr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spMufLunrr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spMufLunrr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spMufLunrr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spMufLunrr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spMufLunrr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spMufLunrr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spMufLunrr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spMufLunrr .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spMufLunrr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spMufLunrr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spMufLunrr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spMufLunrr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spMufLunrr .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-spMufLunrr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spMufLunrr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spMufLunrr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spMufLunrr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spMufLunrr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spMufLunrr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spMufLunrr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spMufLunrr button.navbar-toggler:focus {
  outline: none;
}
.cid-spMufLunrr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spMufLunrr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spMufLunrr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spMufLunrr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spMufLunrr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spMufLunrr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMufLunrr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spMufLunrr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spMufLunrr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMufLunrr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMufLunrr .collapsed .btn {
  display: -webkit-flex;
}
.cid-spMufLunrr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spMufLunrr .collapsed .navbar-collapse.collapsing,
.cid-spMufLunrr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spMufLunrr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spMufLunrr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spMufLunrr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spMufLunrr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spMufLunrr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spMufLunrr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spMufLunrr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spMufLunrr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spMufLunrr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spMufLunrr .collapsed button.navbar-toggler {
  display: block;
}
.cid-spMufLunrr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spMufLunrr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMufLunrr .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-spMufLunrr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spMufLunrr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spMufLunrr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spMufLunrr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMufLunrr img {
    height: 3.8rem !important;
  }
  .cid-spMufLunrr .btn {
    display: -webkit-flex;
  }
  .cid-spMufLunrr button.navbar-toggler {
    display: block;
  }
  .cid-spMufLunrr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spMufLunrr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMufLunrr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spMufLunrr .navbar-collapse.collapsing,
  .cid-spMufLunrr .navbar-collapse.show {
    display: block !important;
  }
  .cid-spMufLunrr .navbar-collapse.collapsing .navbar-nav,
  .cid-spMufLunrr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spMufLunrr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spMufLunrr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spMufLunrr .navbar-collapse.collapsing .navbar-buttons,
  .cid-spMufLunrr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spMufLunrr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spMufLunrr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spMufLunrr .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-spMufLunrr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spMufLunrr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spMufLunrr .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-spMufLunrr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spMufLunrr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spMufLunrr .nav-link:hover,
.cid-spMufLunrr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spMufMr91y {
  background-image: url("../../../assets/images/communities-691x637.png");
}
.cid-spMufNHHhr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spMufNHHhr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMufNHHhr H2 {
  color: #ff7bac;
}
.cid-spMufQDHwI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spMufQDHwI .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spMufQDHwI H2 {
  color: #ffffff;
}
.cid-spMVcM8UG3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMVcM8UG3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVcM8UG3 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMVcM8UG3 .media-wrap img {
  height: 6rem;
}
.cid-spMVcM8UG3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMVcM8UG3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVcM8UG3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMVcM8UG3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMVcM8UG3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMVcM8UG3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMVcM8UG3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMVcM8UG3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMVcM8UG3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMVcM8UG3 .copyright > p {
  color: #ffffff;
}
.cid-spMVcM8UG3 .links {
  color: #ffffff;
}
.cid-spMvjHm7xz .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spMvjHm7xz .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spMvjHm7xz a {
  font-style: normal;
}
.cid-spMvjHm7xz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spMvjHm7xz .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-spMvjHm7xz .nav-item:focus,
.cid-spMvjHm7xz .nav-link:focus {
  outline: none;
}
.cid-spMvjHm7xz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spMvjHm7xz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spMvjHm7xz .menu-logo {
  margin-right: auto;
}
.cid-spMvjHm7xz .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-spMvjHm7xz .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-spMvjHm7xz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spMvjHm7xz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spMvjHm7xz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spMvjHm7xz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spMvjHm7xz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spMvjHm7xz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spMvjHm7xz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spMvjHm7xz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spMvjHm7xz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spMvjHm7xz .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spMvjHm7xz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spMvjHm7xz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spMvjHm7xz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spMvjHm7xz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spMvjHm7xz .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-spMvjHm7xz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spMvjHm7xz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spMvjHm7xz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spMvjHm7xz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spMvjHm7xz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spMvjHm7xz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spMvjHm7xz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spMvjHm7xz button.navbar-toggler:focus {
  outline: none;
}
.cid-spMvjHm7xz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spMvjHm7xz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spMvjHm7xz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spMvjHm7xz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spMvjHm7xz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spMvjHm7xz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMvjHm7xz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spMvjHm7xz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spMvjHm7xz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMvjHm7xz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMvjHm7xz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spMvjHm7xz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spMvjHm7xz .collapsed .navbar-collapse.collapsing,
.cid-spMvjHm7xz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spMvjHm7xz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spMvjHm7xz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spMvjHm7xz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spMvjHm7xz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spMvjHm7xz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spMvjHm7xz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spMvjHm7xz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spMvjHm7xz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spMvjHm7xz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spMvjHm7xz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spMvjHm7xz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spMvjHm7xz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMvjHm7xz .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-spMvjHm7xz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spMvjHm7xz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spMvjHm7xz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spMvjHm7xz .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMvjHm7xz img {
    height: 3.8rem !important;
  }
  .cid-spMvjHm7xz .btn {
    display: -webkit-flex;
  }
  .cid-spMvjHm7xz button.navbar-toggler {
    display: block;
  }
  .cid-spMvjHm7xz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spMvjHm7xz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMvjHm7xz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spMvjHm7xz .navbar-collapse.collapsing,
  .cid-spMvjHm7xz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spMvjHm7xz .navbar-collapse.collapsing .navbar-nav,
  .cid-spMvjHm7xz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spMvjHm7xz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spMvjHm7xz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spMvjHm7xz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spMvjHm7xz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spMvjHm7xz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spMvjHm7xz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spMvjHm7xz .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-spMvjHm7xz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spMvjHm7xz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spMvjHm7xz .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-spMvjHm7xz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spMvjHm7xz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spMvjHm7xz .nav-link:hover,
.cid-spMvjHm7xz .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spMvjIXUtH {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-spMw1lDLot {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spMw1lDLot .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMw1lDLot H2 {
  color: #ff7bac;
}
.cid-spMw22UqK9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #202020;
}
.cid-spMw22UqK9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMw22UqK9 H2 {
  color: #ff7bac;
}
.cid-spMw1FuQNl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spMw1FuQNl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMw1FuQNl H2 {
  color: #ff7bac;
}
.cid-spMw0T7q7m {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #202020;
}
.cid-spMw0T7q7m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMw0T7q7m H2 {
  color: #ff7bac;
}
.cid-spMw0frMsT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spMw0frMsT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMw0frMsT H2 {
  color: #ff7bac;
}
.cid-spMwpc3cmJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #202020;
}
.cid-spMwpc3cmJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMwpc3cmJ H2 {
  color: #ff7bac;
}
.cid-spMvjL6MKJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spMvjL6MKJ .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spMvjL6MKJ H2 {
  color: #ffffff;
}
.cid-spMVnwZrcL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMVnwZrcL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVnwZrcL .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMVnwZrcL .media-wrap img {
  height: 6rem;
}
.cid-spMVnwZrcL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMVnwZrcL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVnwZrcL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMVnwZrcL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMVnwZrcL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMVnwZrcL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMVnwZrcL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMVnwZrcL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMVnwZrcL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMVnwZrcL .copyright > p {
  color: #ffffff;
}
.cid-spMVnwZrcL .links {
  color: #ffffff;
}
.cid-spMxu94HfO .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spMxu94HfO .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spMxu94HfO a {
  font-style: normal;
}
.cid-spMxu94HfO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spMxu94HfO .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-spMxu94HfO .nav-item:focus,
.cid-spMxu94HfO .nav-link:focus {
  outline: none;
}
.cid-spMxu94HfO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spMxu94HfO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spMxu94HfO .menu-logo {
  margin-right: auto;
}
.cid-spMxu94HfO .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-spMxu94HfO .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-spMxu94HfO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spMxu94HfO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spMxu94HfO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spMxu94HfO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spMxu94HfO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spMxu94HfO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spMxu94HfO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spMxu94HfO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spMxu94HfO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spMxu94HfO .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spMxu94HfO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spMxu94HfO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spMxu94HfO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spMxu94HfO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spMxu94HfO .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-spMxu94HfO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spMxu94HfO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spMxu94HfO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spMxu94HfO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spMxu94HfO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spMxu94HfO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spMxu94HfO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spMxu94HfO button.navbar-toggler:focus {
  outline: none;
}
.cid-spMxu94HfO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spMxu94HfO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spMxu94HfO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spMxu94HfO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spMxu94HfO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spMxu94HfO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMxu94HfO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spMxu94HfO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spMxu94HfO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMxu94HfO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMxu94HfO .collapsed .btn {
  display: -webkit-flex;
}
.cid-spMxu94HfO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spMxu94HfO .collapsed .navbar-collapse.collapsing,
.cid-spMxu94HfO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spMxu94HfO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spMxu94HfO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spMxu94HfO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spMxu94HfO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spMxu94HfO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spMxu94HfO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spMxu94HfO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spMxu94HfO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spMxu94HfO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spMxu94HfO .collapsed button.navbar-toggler {
  display: block;
}
.cid-spMxu94HfO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spMxu94HfO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMxu94HfO .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-spMxu94HfO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spMxu94HfO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spMxu94HfO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spMxu94HfO .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMxu94HfO img {
    height: 3.8rem !important;
  }
  .cid-spMxu94HfO .btn {
    display: -webkit-flex;
  }
  .cid-spMxu94HfO button.navbar-toggler {
    display: block;
  }
  .cid-spMxu94HfO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spMxu94HfO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMxu94HfO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spMxu94HfO .navbar-collapse.collapsing,
  .cid-spMxu94HfO .navbar-collapse.show {
    display: block !important;
  }
  .cid-spMxu94HfO .navbar-collapse.collapsing .navbar-nav,
  .cid-spMxu94HfO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spMxu94HfO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spMxu94HfO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spMxu94HfO .navbar-collapse.collapsing .navbar-buttons,
  .cid-spMxu94HfO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spMxu94HfO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spMxu94HfO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spMxu94HfO .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-spMxu94HfO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spMxu94HfO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spMxu94HfO .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-spMxu94HfO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spMxu94HfO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spMxu94HfO .nav-link:hover,
.cid-spMxu94HfO .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spMyDuW8Wl {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spMyDuW8Wl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spMyDuW8Wl H2 {
  color: #ff7bac;
}
#custom-html-2t {
  /* Type valid CSS here */
}
#custom-html-2t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2t p {
  font-size: 60px;
  color: #777;
}
.cid-spMVqt75lf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMVqt75lf .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVqt75lf .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMVqt75lf .media-wrap img {
  height: 6rem;
}
.cid-spMVqt75lf .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMVqt75lf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVqt75lf .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMVqt75lf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMVqt75lf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMVqt75lf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMVqt75lf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMVqt75lf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMVqt75lf .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMVqt75lf .copyright > p {
  color: #ffffff;
}
.cid-spMVqt75lf .links {
  color: #ffffff;
}
.cid-spMz75C55o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spMz75C55o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spMz75C55o a {
  font-style: normal;
}
.cid-spMz75C55o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spMz75C55o .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-spMz75C55o .nav-item:focus,
.cid-spMz75C55o .nav-link:focus {
  outline: none;
}
.cid-spMz75C55o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spMz75C55o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spMz75C55o .menu-logo {
  margin-right: auto;
}
.cid-spMz75C55o .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-spMz75C55o .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-spMz75C55o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spMz75C55o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spMz75C55o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spMz75C55o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spMz75C55o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spMz75C55o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spMz75C55o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spMz75C55o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spMz75C55o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spMz75C55o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spMz75C55o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spMz75C55o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spMz75C55o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spMz75C55o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spMz75C55o .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-spMz75C55o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spMz75C55o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spMz75C55o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spMz75C55o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spMz75C55o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spMz75C55o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spMz75C55o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spMz75C55o button.navbar-toggler:focus {
  outline: none;
}
.cid-spMz75C55o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spMz75C55o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spMz75C55o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spMz75C55o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spMz75C55o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spMz75C55o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMz75C55o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spMz75C55o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spMz75C55o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMz75C55o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMz75C55o .collapsed .btn {
  display: -webkit-flex;
}
.cid-spMz75C55o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spMz75C55o .collapsed .navbar-collapse.collapsing,
.cid-spMz75C55o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spMz75C55o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spMz75C55o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spMz75C55o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spMz75C55o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spMz75C55o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spMz75C55o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spMz75C55o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spMz75C55o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spMz75C55o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spMz75C55o .collapsed button.navbar-toggler {
  display: block;
}
.cid-spMz75C55o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spMz75C55o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMz75C55o .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-spMz75C55o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spMz75C55o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spMz75C55o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spMz75C55o .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMz75C55o img {
    height: 3.8rem !important;
  }
  .cid-spMz75C55o .btn {
    display: -webkit-flex;
  }
  .cid-spMz75C55o button.navbar-toggler {
    display: block;
  }
  .cid-spMz75C55o .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spMz75C55o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMz75C55o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spMz75C55o .navbar-collapse.collapsing,
  .cid-spMz75C55o .navbar-collapse.show {
    display: block !important;
  }
  .cid-spMz75C55o .navbar-collapse.collapsing .navbar-nav,
  .cid-spMz75C55o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spMz75C55o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spMz75C55o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spMz75C55o .navbar-collapse.collapsing .navbar-buttons,
  .cid-spMz75C55o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spMz75C55o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spMz75C55o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spMz75C55o .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-spMz75C55o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spMz75C55o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spMz75C55o .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-spMz75C55o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spMz75C55o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spMz75C55o .nav-link:hover,
.cid-spMz75C55o .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spMz772OYF {
  background-image: url("../../../assets/images/contact-ecf-1920x1280.jpg");
}
.cid-spMz79AiGV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spMz79AiGV .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spMz79AiGV H2 {
  color: #ffffff;
}
.cid-spMVfMgHVk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMVfMgHVk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVfMgHVk .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMVfMgHVk .media-wrap img {
  height: 6rem;
}
.cid-spMVfMgHVk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMVfMgHVk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVfMgHVk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMVfMgHVk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMVfMgHVk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMVfMgHVk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMVfMgHVk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMVfMgHVk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMVfMgHVk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMVfMgHVk .copyright > p {
  color: #ffffff;
}
.cid-spMVfMgHVk .links {
  color: #ffffff;
}
.cid-spMzCk8I0a .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spMzCk8I0a .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spMzCk8I0a a {
  font-style: normal;
}
.cid-spMzCk8I0a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spMzCk8I0a .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-spMzCk8I0a .nav-item:focus,
.cid-spMzCk8I0a .nav-link:focus {
  outline: none;
}
.cid-spMzCk8I0a .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spMzCk8I0a .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spMzCk8I0a .menu-logo {
  margin-right: auto;
}
.cid-spMzCk8I0a .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-spMzCk8I0a .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-spMzCk8I0a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spMzCk8I0a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spMzCk8I0a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spMzCk8I0a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spMzCk8I0a .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spMzCk8I0a .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spMzCk8I0a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spMzCk8I0a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spMzCk8I0a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spMzCk8I0a .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spMzCk8I0a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spMzCk8I0a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spMzCk8I0a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spMzCk8I0a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spMzCk8I0a .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-spMzCk8I0a .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spMzCk8I0a .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spMzCk8I0a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spMzCk8I0a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spMzCk8I0a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spMzCk8I0a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spMzCk8I0a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spMzCk8I0a button.navbar-toggler:focus {
  outline: none;
}
.cid-spMzCk8I0a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spMzCk8I0a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spMzCk8I0a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spMzCk8I0a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spMzCk8I0a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spMzCk8I0a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMzCk8I0a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spMzCk8I0a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spMzCk8I0a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spMzCk8I0a .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMzCk8I0a .collapsed .btn {
  display: -webkit-flex;
}
.cid-spMzCk8I0a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spMzCk8I0a .collapsed .navbar-collapse.collapsing,
.cid-spMzCk8I0a .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spMzCk8I0a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spMzCk8I0a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spMzCk8I0a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spMzCk8I0a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spMzCk8I0a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spMzCk8I0a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spMzCk8I0a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spMzCk8I0a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spMzCk8I0a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spMzCk8I0a .collapsed button.navbar-toggler {
  display: block;
}
.cid-spMzCk8I0a .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spMzCk8I0a .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spMzCk8I0a .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-spMzCk8I0a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spMzCk8I0a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spMzCk8I0a .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spMzCk8I0a .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMzCk8I0a img {
    height: 3.8rem !important;
  }
  .cid-spMzCk8I0a .btn {
    display: -webkit-flex;
  }
  .cid-spMzCk8I0a button.navbar-toggler {
    display: block;
  }
  .cid-spMzCk8I0a .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spMzCk8I0a .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spMzCk8I0a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spMzCk8I0a .navbar-collapse.collapsing,
  .cid-spMzCk8I0a .navbar-collapse.show {
    display: block !important;
  }
  .cid-spMzCk8I0a .navbar-collapse.collapsing .navbar-nav,
  .cid-spMzCk8I0a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spMzCk8I0a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spMzCk8I0a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spMzCk8I0a .navbar-collapse.collapsing .navbar-buttons,
  .cid-spMzCk8I0a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spMzCk8I0a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spMzCk8I0a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spMzCk8I0a .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-spMzCk8I0a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spMzCk8I0a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spMzCk8I0a .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-spMzCk8I0a .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spMzCk8I0a .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spMzCk8I0a .nav-link:hover,
.cid-spMzCk8I0a .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spMzClRwM8 {
  background-image: url("../../../assets/images/availability-1920x1271.jpg");
}
#custom-html-33 {
  /* Type valid CSS here */
}
#custom-html-33 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-33 p {
  font-size: 15px;
  color: #777;
}
.cid-spMzCnO2c0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spMzCnO2c0 .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spMzCnO2c0 H2 {
  color: #ffffff;
}
.cid-spMVjAuwPt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spMVjAuwPt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVjAuwPt .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spMVjAuwPt .media-wrap img {
  height: 6rem;
}
.cid-spMVjAuwPt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spMVjAuwPt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spMVjAuwPt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spMVjAuwPt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spMVjAuwPt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spMVjAuwPt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spMVjAuwPt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spMVjAuwPt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spMVjAuwPt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spMVjAuwPt .copyright > p {
  color: #ffffff;
}
.cid-spMVjAuwPt .links {
  color: #ffffff;
}
.cid-spRq1e2H13 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spRq1e2H13 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spRq1e2H13 a {
  font-style: normal;
}
.cid-spRq1e2H13 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spRq1e2H13 .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-spRq1e2H13 .nav-item:focus,
.cid-spRq1e2H13 .nav-link:focus {
  outline: none;
}
.cid-spRq1e2H13 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spRq1e2H13 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spRq1e2H13 .menu-logo {
  margin-right: auto;
}
.cid-spRq1e2H13 .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-spRq1e2H13 .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-spRq1e2H13 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spRq1e2H13 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spRq1e2H13 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spRq1e2H13 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spRq1e2H13 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spRq1e2H13 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spRq1e2H13 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spRq1e2H13 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spRq1e2H13 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spRq1e2H13 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spRq1e2H13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spRq1e2H13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spRq1e2H13 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spRq1e2H13 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spRq1e2H13 .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-spRq1e2H13 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spRq1e2H13 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spRq1e2H13 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spRq1e2H13 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spRq1e2H13 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spRq1e2H13 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spRq1e2H13 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spRq1e2H13 button.navbar-toggler:focus {
  outline: none;
}
.cid-spRq1e2H13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spRq1e2H13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spRq1e2H13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spRq1e2H13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spRq1e2H13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spRq1e2H13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spRq1e2H13 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spRq1e2H13 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spRq1e2H13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spRq1e2H13 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spRq1e2H13 .collapsed .btn {
  display: -webkit-flex;
}
.cid-spRq1e2H13 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spRq1e2H13 .collapsed .navbar-collapse.collapsing,
.cid-spRq1e2H13 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spRq1e2H13 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spRq1e2H13 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spRq1e2H13 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spRq1e2H13 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spRq1e2H13 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spRq1e2H13 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spRq1e2H13 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spRq1e2H13 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spRq1e2H13 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spRq1e2H13 .collapsed button.navbar-toggler {
  display: block;
}
.cid-spRq1e2H13 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spRq1e2H13 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spRq1e2H13 .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-spRq1e2H13 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spRq1e2H13 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spRq1e2H13 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spRq1e2H13 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spRq1e2H13 img {
    height: 3.8rem !important;
  }
  .cid-spRq1e2H13 .btn {
    display: -webkit-flex;
  }
  .cid-spRq1e2H13 button.navbar-toggler {
    display: block;
  }
  .cid-spRq1e2H13 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spRq1e2H13 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spRq1e2H13 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spRq1e2H13 .navbar-collapse.collapsing,
  .cid-spRq1e2H13 .navbar-collapse.show {
    display: block !important;
  }
  .cid-spRq1e2H13 .navbar-collapse.collapsing .navbar-nav,
  .cid-spRq1e2H13 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spRq1e2H13 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spRq1e2H13 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spRq1e2H13 .navbar-collapse.collapsing .navbar-buttons,
  .cid-spRq1e2H13 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spRq1e2H13 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spRq1e2H13 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spRq1e2H13 .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-spRq1e2H13 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spRq1e2H13 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spRq1e2H13 .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-spRq1e2H13 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spRq1e2H13 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spRq1e2H13 .nav-link:hover,
.cid-spRq1e2H13 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spRq1f2hI1 {
  background-image: url("../../../assets/images/live-wedding-music-1166x1321.jpg");
}
.cid-spRqKgGBs1 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRqKgGBs1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRqKgGBs1 .video-block {
    width: 100% !important;
  }
}
.cid-spRr0XqLgU {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRr0XqLgU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRr0XqLgU .video-block {
    width: 100% !important;
  }
}
.cid-spRr1L2S8S {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRr1L2S8S .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRr1L2S8S .video-block {
    width: 100% !important;
  }
}
.cid-spRr2g6LvS {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRr2g6LvS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRr2g6LvS .video-block {
    width: 100% !important;
  }
}
.cid-spRr2OIjP7 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRr2OIjP7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRr2OIjP7 .video-block {
    width: 100% !important;
  }
}
.cid-spRr3eRO5j {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRr3eRO5j .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRr3eRO5j .video-block {
    width: 100% !important;
  }
}
.cid-spRrtD0bS3 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRrtD0bS3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRrtD0bS3 .video-block {
    width: 100% !important;
  }
}
.cid-spRru80JNI {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRru80JNI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRru80JNI .video-block {
    width: 100% !important;
  }
}
.cid-spRrt9oOux {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRrt9oOux .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRrt9oOux .video-block {
    width: 100% !important;
  }
}
.cid-spRrMuCwlm {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-spRrMuCwlm .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-spRrMuCwlm .video-block {
    width: 100% !important;
  }
}
.cid-spRq1nbsKJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spRq1nbsKJ .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-spRq1nbsKJ H2 {
  color: #ffffff;
}
.cid-sObkRxNP0x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sObkRxNP0x .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sObkRxNP0x H2 {
  color: #ff7bac;
}
.cid-spRq1oc2Xm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spRq1oc2Xm .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spRq1oc2Xm .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spRq1oc2Xm .media-wrap img {
  height: 6rem;
}
.cid-spRq1oc2Xm .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spRq1oc2Xm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spRq1oc2Xm .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spRq1oc2Xm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spRq1oc2Xm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spRq1oc2Xm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spRq1oc2Xm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spRq1oc2Xm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spRq1oc2Xm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spRq1oc2Xm .copyright > p {
  color: #ffffff;
}
.cid-spRq1oc2Xm .links {
  color: #ffffff;
}
.cid-spSaJSM3QH .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spSaJSM3QH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spSaJSM3QH a {
  font-style: normal;
}
.cid-spSaJSM3QH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spSaJSM3QH .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-spSaJSM3QH .nav-item:focus,
.cid-spSaJSM3QH .nav-link:focus {
  outline: none;
}
.cid-spSaJSM3QH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spSaJSM3QH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spSaJSM3QH .menu-logo {
  margin-right: auto;
}
.cid-spSaJSM3QH .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-spSaJSM3QH .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-spSaJSM3QH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spSaJSM3QH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spSaJSM3QH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spSaJSM3QH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spSaJSM3QH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spSaJSM3QH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spSaJSM3QH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spSaJSM3QH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spSaJSM3QH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spSaJSM3QH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spSaJSM3QH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spSaJSM3QH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spSaJSM3QH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spSaJSM3QH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spSaJSM3QH .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-spSaJSM3QH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spSaJSM3QH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spSaJSM3QH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spSaJSM3QH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spSaJSM3QH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spSaJSM3QH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spSaJSM3QH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spSaJSM3QH button.navbar-toggler:focus {
  outline: none;
}
.cid-spSaJSM3QH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spSaJSM3QH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spSaJSM3QH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spSaJSM3QH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spSaJSM3QH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spSaJSM3QH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSaJSM3QH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spSaJSM3QH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spSaJSM3QH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSaJSM3QH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSaJSM3QH .collapsed .btn {
  display: -webkit-flex;
}
.cid-spSaJSM3QH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spSaJSM3QH .collapsed .navbar-collapse.collapsing,
.cid-spSaJSM3QH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spSaJSM3QH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spSaJSM3QH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spSaJSM3QH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spSaJSM3QH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spSaJSM3QH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spSaJSM3QH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spSaJSM3QH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spSaJSM3QH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spSaJSM3QH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spSaJSM3QH .collapsed button.navbar-toggler {
  display: block;
}
.cid-spSaJSM3QH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spSaJSM3QH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSaJSM3QH .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-spSaJSM3QH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spSaJSM3QH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spSaJSM3QH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spSaJSM3QH .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSaJSM3QH img {
    height: 3.8rem !important;
  }
  .cid-spSaJSM3QH .btn {
    display: -webkit-flex;
  }
  .cid-spSaJSM3QH button.navbar-toggler {
    display: block;
  }
  .cid-spSaJSM3QH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spSaJSM3QH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSaJSM3QH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spSaJSM3QH .navbar-collapse.collapsing,
  .cid-spSaJSM3QH .navbar-collapse.show {
    display: block !important;
  }
  .cid-spSaJSM3QH .navbar-collapse.collapsing .navbar-nav,
  .cid-spSaJSM3QH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spSaJSM3QH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spSaJSM3QH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spSaJSM3QH .navbar-collapse.collapsing .navbar-buttons,
  .cid-spSaJSM3QH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spSaJSM3QH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spSaJSM3QH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spSaJSM3QH .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-spSaJSM3QH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spSaJSM3QH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spSaJSM3QH .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-spSaJSM3QH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spSaJSM3QH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spSaJSM3QH .nav-link:hover,
.cid-spSaJSM3QH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spSaJTYReG {
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-spSaJVchSt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spSaJVchSt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spSaJVchSt H2 {
  color: #ff7bac;
}
.cid-spSaJW4JQF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main2-j-1-1196x440.jpg");
}
@media (min-width: 992px) {
  .cid-spSaJW4JQF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spSaJW4JQF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spSaJW4JQF .mbr-text {
    text-align: center;
  }
}
.cid-spSaJW4JQF H1 {
  color: #ffffff;
}
.cid-spSaJXjTPb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-spSaJXjTPb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spSaJXjTPb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spSaJXjTPb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spSaJXjTPb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spSaJXjTPb .row > .row {
  display: block;
}
.cid-spSaJXjTPb .mbr-gallery-item {
  width: 100%;
}
.cid-spSaJXjTPb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff7bac;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-spSaJXjTPb .mbr-gallery-item > div {
  position: relative;
}
.cid-spSaJXjTPb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-spSaJXjTPb .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-spSaJXjTPb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-spSaJXjTPb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff7bac !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-spSaJZZFhm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-spSaJZZFhm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spSaJZZFhm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spSaJZZFhm .mbr-text {
    text-align: center;
  }
}
.cid-spSaJZZFhm H1 {
  color: #ffffff;
  text-align: center;
}
.cid-spSaJZZFhm .mbr-text,
.cid-spSaJZZFhm .mbr-section-btn {
  text-align: center;
}
.cid-spSaK1amQi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spSaK1amQi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSaK1amQi .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spSaK1amQi .media-wrap img {
  height: 6rem;
}
.cid-spSaK1amQi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spSaK1amQi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSaK1amQi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spSaK1amQi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spSaK1amQi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spSaK1amQi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spSaK1amQi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spSaK1amQi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spSaK1amQi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spSaK1amQi .copyright > p {
  color: #ffffff;
}
.cid-spSaK1amQi .links {
  color: #ffffff;
}
.cid-spScgyIu93 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spScgyIu93 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spScgyIu93 a {
  font-style: normal;
}
.cid-spScgyIu93 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spScgyIu93 .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-spScgyIu93 .nav-item:focus,
.cid-spScgyIu93 .nav-link:focus {
  outline: none;
}
.cid-spScgyIu93 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spScgyIu93 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spScgyIu93 .menu-logo {
  margin-right: auto;
}
.cid-spScgyIu93 .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-spScgyIu93 .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-spScgyIu93 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spScgyIu93 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spScgyIu93 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spScgyIu93 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spScgyIu93 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spScgyIu93 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spScgyIu93 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spScgyIu93 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spScgyIu93 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spScgyIu93 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spScgyIu93 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spScgyIu93 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spScgyIu93 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spScgyIu93 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spScgyIu93 .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-spScgyIu93 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spScgyIu93 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spScgyIu93 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spScgyIu93 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spScgyIu93 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spScgyIu93 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spScgyIu93 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spScgyIu93 button.navbar-toggler:focus {
  outline: none;
}
.cid-spScgyIu93 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spScgyIu93 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spScgyIu93 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spScgyIu93 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spScgyIu93 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spScgyIu93 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spScgyIu93 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spScgyIu93 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spScgyIu93 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spScgyIu93 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spScgyIu93 .collapsed .btn {
  display: -webkit-flex;
}
.cid-spScgyIu93 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spScgyIu93 .collapsed .navbar-collapse.collapsing,
.cid-spScgyIu93 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spScgyIu93 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spScgyIu93 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spScgyIu93 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spScgyIu93 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spScgyIu93 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spScgyIu93 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spScgyIu93 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spScgyIu93 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spScgyIu93 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spScgyIu93 .collapsed button.navbar-toggler {
  display: block;
}
.cid-spScgyIu93 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spScgyIu93 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spScgyIu93 .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-spScgyIu93 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spScgyIu93 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spScgyIu93 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spScgyIu93 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spScgyIu93 img {
    height: 3.8rem !important;
  }
  .cid-spScgyIu93 .btn {
    display: -webkit-flex;
  }
  .cid-spScgyIu93 button.navbar-toggler {
    display: block;
  }
  .cid-spScgyIu93 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spScgyIu93 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spScgyIu93 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spScgyIu93 .navbar-collapse.collapsing,
  .cid-spScgyIu93 .navbar-collapse.show {
    display: block !important;
  }
  .cid-spScgyIu93 .navbar-collapse.collapsing .navbar-nav,
  .cid-spScgyIu93 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spScgyIu93 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spScgyIu93 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spScgyIu93 .navbar-collapse.collapsing .navbar-buttons,
  .cid-spScgyIu93 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spScgyIu93 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spScgyIu93 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spScgyIu93 .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-spScgyIu93 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spScgyIu93 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spScgyIu93 .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-spScgyIu93 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spScgyIu93 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spScgyIu93 .nav-link:hover,
.cid-spScgyIu93 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spScgzVPyn {
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-spScgGMCTN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spScgGMCTN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spScgGMCTN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spScgGMCTN .media-wrap img {
  height: 6rem;
}
.cid-spScgGMCTN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spScgGMCTN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spScgGMCTN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spScgGMCTN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spScgGMCTN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spScgGMCTN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spScgGMCTN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spScgGMCTN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spScgGMCTN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spScgGMCTN .copyright > p {
  color: #ffffff;
}
.cid-spScgGMCTN .links {
  color: #ffffff;
}
.cid-spScQ3POxH .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spScQ3POxH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spScQ3POxH a {
  font-style: normal;
}
.cid-spScQ3POxH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spScQ3POxH .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-spScQ3POxH .nav-item:focus,
.cid-spScQ3POxH .nav-link:focus {
  outline: none;
}
.cid-spScQ3POxH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spScQ3POxH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spScQ3POxH .menu-logo {
  margin-right: auto;
}
.cid-spScQ3POxH .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-spScQ3POxH .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-spScQ3POxH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spScQ3POxH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spScQ3POxH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spScQ3POxH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spScQ3POxH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spScQ3POxH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spScQ3POxH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spScQ3POxH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spScQ3POxH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spScQ3POxH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spScQ3POxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spScQ3POxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spScQ3POxH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spScQ3POxH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spScQ3POxH .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-spScQ3POxH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spScQ3POxH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spScQ3POxH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spScQ3POxH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spScQ3POxH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spScQ3POxH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spScQ3POxH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spScQ3POxH button.navbar-toggler:focus {
  outline: none;
}
.cid-spScQ3POxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spScQ3POxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spScQ3POxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spScQ3POxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spScQ3POxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spScQ3POxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spScQ3POxH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spScQ3POxH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spScQ3POxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spScQ3POxH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spScQ3POxH .collapsed .btn {
  display: -webkit-flex;
}
.cid-spScQ3POxH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spScQ3POxH .collapsed .navbar-collapse.collapsing,
.cid-spScQ3POxH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spScQ3POxH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spScQ3POxH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spScQ3POxH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spScQ3POxH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spScQ3POxH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spScQ3POxH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spScQ3POxH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spScQ3POxH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spScQ3POxH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spScQ3POxH .collapsed button.navbar-toggler {
  display: block;
}
.cid-spScQ3POxH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spScQ3POxH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spScQ3POxH .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-spScQ3POxH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spScQ3POxH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spScQ3POxH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spScQ3POxH .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spScQ3POxH img {
    height: 3.8rem !important;
  }
  .cid-spScQ3POxH .btn {
    display: -webkit-flex;
  }
  .cid-spScQ3POxH button.navbar-toggler {
    display: block;
  }
  .cid-spScQ3POxH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spScQ3POxH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spScQ3POxH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spScQ3POxH .navbar-collapse.collapsing,
  .cid-spScQ3POxH .navbar-collapse.show {
    display: block !important;
  }
  .cid-spScQ3POxH .navbar-collapse.collapsing .navbar-nav,
  .cid-spScQ3POxH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spScQ3POxH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spScQ3POxH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spScQ3POxH .navbar-collapse.collapsing .navbar-buttons,
  .cid-spScQ3POxH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spScQ3POxH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spScQ3POxH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spScQ3POxH .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-spScQ3POxH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spScQ3POxH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spScQ3POxH .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-spScQ3POxH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spScQ3POxH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spScQ3POxH .nav-link:hover,
.cid-spScQ3POxH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spScQ5eKaa {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-spScQ6vVSV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spScQ6vVSV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spScQ6vVSV H2 {
  color: #ff7bac;
}
.cid-spScQ7nF7u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main2-j-1-1196x440.jpg");
}
@media (min-width: 992px) {
  .cid-spScQ7nF7u .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spScQ7nF7u .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spScQ7nF7u .mbr-text {
    text-align: center;
  }
}
.cid-spScQ7nF7u H1 {
  color: #ffffff;
}
.cid-spScQctyxZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spScQctyxZ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spScQctyxZ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spScQctyxZ .media-wrap img {
  height: 6rem;
}
.cid-spScQctyxZ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spScQctyxZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spScQctyxZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spScQctyxZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spScQctyxZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spScQctyxZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spScQctyxZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spScQctyxZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spScQctyxZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spScQctyxZ .copyright > p {
  color: #ffffff;
}
.cid-spScQctyxZ .links {
  color: #ffffff;
}
.cid-spSdX6qUt6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spSdX6qUt6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spSdX6qUt6 a {
  font-style: normal;
}
.cid-spSdX6qUt6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spSdX6qUt6 .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-spSdX6qUt6 .nav-item:focus,
.cid-spSdX6qUt6 .nav-link:focus {
  outline: none;
}
.cid-spSdX6qUt6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spSdX6qUt6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spSdX6qUt6 .menu-logo {
  margin-right: auto;
}
.cid-spSdX6qUt6 .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-spSdX6qUt6 .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-spSdX6qUt6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spSdX6qUt6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spSdX6qUt6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spSdX6qUt6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spSdX6qUt6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spSdX6qUt6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spSdX6qUt6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spSdX6qUt6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spSdX6qUt6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spSdX6qUt6 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spSdX6qUt6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spSdX6qUt6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spSdX6qUt6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spSdX6qUt6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spSdX6qUt6 .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-spSdX6qUt6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spSdX6qUt6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spSdX6qUt6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spSdX6qUt6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spSdX6qUt6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spSdX6qUt6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spSdX6qUt6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spSdX6qUt6 button.navbar-toggler:focus {
  outline: none;
}
.cid-spSdX6qUt6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spSdX6qUt6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spSdX6qUt6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spSdX6qUt6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spSdX6qUt6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spSdX6qUt6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSdX6qUt6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spSdX6qUt6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spSdX6qUt6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSdX6qUt6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSdX6qUt6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-spSdX6qUt6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spSdX6qUt6 .collapsed .navbar-collapse.collapsing,
.cid-spSdX6qUt6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spSdX6qUt6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spSdX6qUt6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spSdX6qUt6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spSdX6qUt6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spSdX6qUt6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spSdX6qUt6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spSdX6qUt6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spSdX6qUt6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spSdX6qUt6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spSdX6qUt6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-spSdX6qUt6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spSdX6qUt6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSdX6qUt6 .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-spSdX6qUt6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spSdX6qUt6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spSdX6qUt6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spSdX6qUt6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSdX6qUt6 img {
    height: 3.8rem !important;
  }
  .cid-spSdX6qUt6 .btn {
    display: -webkit-flex;
  }
  .cid-spSdX6qUt6 button.navbar-toggler {
    display: block;
  }
  .cid-spSdX6qUt6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spSdX6qUt6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSdX6qUt6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spSdX6qUt6 .navbar-collapse.collapsing,
  .cid-spSdX6qUt6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-spSdX6qUt6 .navbar-collapse.collapsing .navbar-nav,
  .cid-spSdX6qUt6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spSdX6qUt6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spSdX6qUt6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spSdX6qUt6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-spSdX6qUt6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spSdX6qUt6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spSdX6qUt6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spSdX6qUt6 .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-spSdX6qUt6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spSdX6qUt6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spSdX6qUt6 .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-spSdX6qUt6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spSdX6qUt6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spSdX6qUt6 .nav-link:hover,
.cid-spSdX6qUt6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spSdX7BfGL {
  background-image: url("../../../assets/images/ri-wedding-dj-1920x1280.jpg");
}
.cid-spSdX8MZF1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spSdX8MZF1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spSdX8MZF1 H2 {
  color: #ff7bac;
}
.cid-spSev7kGtB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-spSev7kGtB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spSev7kGtB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spSev7kGtB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spSev7kGtB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spSev7kGtB .row > .row {
  display: block;
}
.cid-spSev7kGtB .mbr-gallery-item {
  width: 100%;
}
.cid-spSev7kGtB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff7bac;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-spSev7kGtB .mbr-gallery-item > div {
  position: relative;
}
.cid-spSev7kGtB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-spSev7kGtB .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-spSev7kGtB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-spSev7kGtB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff7bac !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-spSdX9K0cj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main2-j-1-1196x440.jpg");
}
@media (min-width: 992px) {
  .cid-spSdX9K0cj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spSdX9K0cj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spSdX9K0cj .mbr-text {
    text-align: center;
  }
}
.cid-spSdX9K0cj H1 {
  color: #ffffff;
}
.cid-spSdXeRgiE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spSdXeRgiE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSdXeRgiE .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spSdXeRgiE .media-wrap img {
  height: 6rem;
}
.cid-spSdXeRgiE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spSdXeRgiE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSdXeRgiE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spSdXeRgiE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spSdXeRgiE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spSdXeRgiE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spSdXeRgiE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spSdXeRgiE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spSdXeRgiE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spSdXeRgiE .copyright > p {
  color: #ffffff;
}
.cid-spSdXeRgiE .links {
  color: #ffffff;
}
.cid-spSfsJobVk .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spSfsJobVk .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spSfsJobVk a {
  font-style: normal;
}
.cid-spSfsJobVk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spSfsJobVk .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-spSfsJobVk .nav-item:focus,
.cid-spSfsJobVk .nav-link:focus {
  outline: none;
}
.cid-spSfsJobVk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spSfsJobVk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spSfsJobVk .menu-logo {
  margin-right: auto;
}
.cid-spSfsJobVk .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-spSfsJobVk .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-spSfsJobVk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spSfsJobVk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spSfsJobVk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spSfsJobVk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spSfsJobVk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spSfsJobVk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spSfsJobVk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spSfsJobVk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spSfsJobVk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spSfsJobVk .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spSfsJobVk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spSfsJobVk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spSfsJobVk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spSfsJobVk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spSfsJobVk .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-spSfsJobVk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spSfsJobVk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spSfsJobVk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spSfsJobVk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spSfsJobVk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spSfsJobVk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spSfsJobVk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spSfsJobVk button.navbar-toggler:focus {
  outline: none;
}
.cid-spSfsJobVk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spSfsJobVk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spSfsJobVk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spSfsJobVk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spSfsJobVk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spSfsJobVk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSfsJobVk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spSfsJobVk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spSfsJobVk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSfsJobVk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSfsJobVk .collapsed .btn {
  display: -webkit-flex;
}
.cid-spSfsJobVk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spSfsJobVk .collapsed .navbar-collapse.collapsing,
.cid-spSfsJobVk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spSfsJobVk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spSfsJobVk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spSfsJobVk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spSfsJobVk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spSfsJobVk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spSfsJobVk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spSfsJobVk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spSfsJobVk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spSfsJobVk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spSfsJobVk .collapsed button.navbar-toggler {
  display: block;
}
.cid-spSfsJobVk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spSfsJobVk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSfsJobVk .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-spSfsJobVk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spSfsJobVk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spSfsJobVk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spSfsJobVk .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSfsJobVk img {
    height: 3.8rem !important;
  }
  .cid-spSfsJobVk .btn {
    display: -webkit-flex;
  }
  .cid-spSfsJobVk button.navbar-toggler {
    display: block;
  }
  .cid-spSfsJobVk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spSfsJobVk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSfsJobVk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spSfsJobVk .navbar-collapse.collapsing,
  .cid-spSfsJobVk .navbar-collapse.show {
    display: block !important;
  }
  .cid-spSfsJobVk .navbar-collapse.collapsing .navbar-nav,
  .cid-spSfsJobVk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spSfsJobVk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spSfsJobVk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spSfsJobVk .navbar-collapse.collapsing .navbar-buttons,
  .cid-spSfsJobVk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spSfsJobVk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spSfsJobVk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spSfsJobVk .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-spSfsJobVk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spSfsJobVk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spSfsJobVk .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-spSfsJobVk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spSfsJobVk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spSfsJobVk .nav-link:hover,
.cid-spSfsJobVk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spSfsKwppH {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-spSfsLMf1f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spSfsLMf1f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spSfsLMf1f H2 {
  color: #ff7bac;
}
.cid-spSfsMHTY0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main2-j-1-1196x440.jpg");
}
@media (min-width: 992px) {
  .cid-spSfsMHTY0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spSfsMHTY0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spSfsMHTY0 .mbr-text {
    text-align: center;
  }
}
.cid-spSfsMHTY0 H1 {
  color: #ffffff;
}
.cid-spSfsNNfCv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spSfsNNfCv .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSfsNNfCv .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spSfsNNfCv .media-wrap img {
  height: 6rem;
}
.cid-spSfsNNfCv .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spSfsNNfCv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSfsNNfCv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spSfsNNfCv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spSfsNNfCv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spSfsNNfCv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spSfsNNfCv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spSfsNNfCv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spSfsNNfCv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spSfsNNfCv .copyright > p {
  color: #ffffff;
}
.cid-spSfsNNfCv .links {
  color: #ffffff;
}
.cid-spSfRJzev3 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-spSfRJzev3 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-spSfRJzev3 a {
  font-style: normal;
}
.cid-spSfRJzev3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spSfRJzev3 .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-spSfRJzev3 .nav-item:focus,
.cid-spSfRJzev3 .nav-link:focus {
  outline: none;
}
.cid-spSfRJzev3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spSfRJzev3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spSfRJzev3 .menu-logo {
  margin-right: auto;
}
.cid-spSfRJzev3 .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-spSfRJzev3 .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-spSfRJzev3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spSfRJzev3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spSfRJzev3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spSfRJzev3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spSfRJzev3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spSfRJzev3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spSfRJzev3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spSfRJzev3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spSfRJzev3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spSfRJzev3 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spSfRJzev3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spSfRJzev3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spSfRJzev3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spSfRJzev3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spSfRJzev3 .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-spSfRJzev3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spSfRJzev3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spSfRJzev3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spSfRJzev3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spSfRJzev3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spSfRJzev3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spSfRJzev3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spSfRJzev3 button.navbar-toggler:focus {
  outline: none;
}
.cid-spSfRJzev3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spSfRJzev3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spSfRJzev3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spSfRJzev3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spSfRJzev3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spSfRJzev3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSfRJzev3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spSfRJzev3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spSfRJzev3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spSfRJzev3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSfRJzev3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-spSfRJzev3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spSfRJzev3 .collapsed .navbar-collapse.collapsing,
.cid-spSfRJzev3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spSfRJzev3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spSfRJzev3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spSfRJzev3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spSfRJzev3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spSfRJzev3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spSfRJzev3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spSfRJzev3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spSfRJzev3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spSfRJzev3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spSfRJzev3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-spSfRJzev3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spSfRJzev3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spSfRJzev3 .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-spSfRJzev3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spSfRJzev3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spSfRJzev3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spSfRJzev3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSfRJzev3 img {
    height: 3.8rem !important;
  }
  .cid-spSfRJzev3 .btn {
    display: -webkit-flex;
  }
  .cid-spSfRJzev3 button.navbar-toggler {
    display: block;
  }
  .cid-spSfRJzev3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spSfRJzev3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spSfRJzev3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spSfRJzev3 .navbar-collapse.collapsing,
  .cid-spSfRJzev3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-spSfRJzev3 .navbar-collapse.collapsing .navbar-nav,
  .cid-spSfRJzev3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spSfRJzev3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spSfRJzev3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spSfRJzev3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-spSfRJzev3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spSfRJzev3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spSfRJzev3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spSfRJzev3 .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-spSfRJzev3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spSfRJzev3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spSfRJzev3 .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-spSfRJzev3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spSfRJzev3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spSfRJzev3 .nav-link:hover,
.cid-spSfRJzev3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spSfRKSLkw {
  background-image: url("../../../assets/images/mbr-1920x1256.jpg");
}
.cid-spSfRMhxbD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-spSfRMhxbD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spSfRMhxbD H2 {
  color: #ff7bac;
}
.cid-spSfRN7avM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main2-j-1-1196x440.jpg");
}
@media (min-width: 992px) {
  .cid-spSfRN7avM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spSfRN7avM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spSfRN7avM .mbr-text {
    text-align: center;
  }
}
.cid-spSfRN7avM H1 {
  color: #ffffff;
}
.cid-spSfROlvjQ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-spSfROlvjQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spSfROlvjQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spSfROlvjQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spSfROlvjQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spSfROlvjQ .row > .row {
  display: block;
}
.cid-spSfROlvjQ .mbr-gallery-item {
  width: 100%;
}
.cid-spSfROlvjQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff7bac;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-spSfROlvjQ .mbr-gallery-item > div {
  position: relative;
}
.cid-spSfROlvjQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-spSfROlvjQ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-spSfROlvjQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-spSfROlvjQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff7bac !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff7bac, #000000) !important;
}
.cid-spSfRQSmcL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-spSfRQSmcL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spSfRQSmcL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spSfRQSmcL .mbr-text {
    text-align: center;
  }
}
.cid-spSfRQSmcL H1 {
  color: #ffffff;
  text-align: center;
}
.cid-spSfRQSmcL .mbr-text,
.cid-spSfRQSmcL .mbr-section-btn {
  text-align: center;
}
.cid-spSfRS2MKD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-spSfRS2MKD .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSfRS2MKD .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spSfRS2MKD .media-wrap img {
  height: 6rem;
}
.cid-spSfRS2MKD .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spSfRS2MKD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSfRS2MKD .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spSfRS2MKD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spSfRS2MKD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spSfRS2MKD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spSfRS2MKD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spSfRS2MKD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spSfRS2MKD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spSfRS2MKD .copyright > p {
  color: #ffffff;
}
.cid-spSfRS2MKD .links {
  color: #ffffff;
}
.cid-sTGMbuRKIn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTGMbuRKIn .mbr-section-subtitle {
  color: #767676;
}
.cid-sTGMbuRKIn H2 {
  color: #ff7bac;
}
.cid-sTGNaQ8ZYo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sTGNaQ8ZYo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sTGNaQ8ZYo .video-block {
    width: 100% !important;
  }
}
#custom-html-5w {
  /* Type valid CSS here */
}
#custom-html-5w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5w p {
  font-size: 60px;
  color: #777;
}
.cid-sTQ5MDvE5f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTQ5MDvE5f .mbr-section-subtitle {
  color: #767676;
}
.cid-sTQ5MDvE5f H2 {
  color: #ff7bac;
}
.cid-sTQ5ME66Do {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sTQ5ME66Do .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sTQ5ME66Do .video-block {
    width: 100% !important;
  }
}
#custom-html-5z {
  /* Type valid CSS here */
}
#custom-html-5z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5z p {
  font-size: 60px;
  color: #777;
}
.cid-sTQ6ddmnBO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTQ6ddmnBO .mbr-section-subtitle {
  color: #767676;
}
.cid-sTQ6ddmnBO H2 {
  color: #ff7bac;
}
.cid-sTQ6ddTSJo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sTQ6ddTSJo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sTQ6ddTSJo .video-block {
    width: 100% !important;
  }
}
#custom-html-62 {
  /* Type valid CSS here */
}
#custom-html-62 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-62 p {
  font-size: 60px;
  color: #777;
}
.cid-sTW9oplO7H .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sTW9oplO7H .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sTW9oplO7H a {
  font-style: normal;
}
.cid-sTW9oplO7H .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sTW9oplO7H .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-sTW9oplO7H .nav-item:focus,
.cid-sTW9oplO7H .nav-link:focus {
  outline: none;
}
.cid-sTW9oplO7H .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sTW9oplO7H .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sTW9oplO7H .menu-logo {
  margin-right: auto;
}
.cid-sTW9oplO7H .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-sTW9oplO7H .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-sTW9oplO7H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sTW9oplO7H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sTW9oplO7H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sTW9oplO7H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sTW9oplO7H .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sTW9oplO7H .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sTW9oplO7H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sTW9oplO7H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTW9oplO7H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sTW9oplO7H .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sTW9oplO7H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sTW9oplO7H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTW9oplO7H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sTW9oplO7H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTW9oplO7H .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-sTW9oplO7H .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sTW9oplO7H .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sTW9oplO7H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sTW9oplO7H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sTW9oplO7H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sTW9oplO7H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sTW9oplO7H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sTW9oplO7H button.navbar-toggler:focus {
  outline: none;
}
.cid-sTW9oplO7H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTW9oplO7H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTW9oplO7H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTW9oplO7H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTW9oplO7H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTW9oplO7H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTW9oplO7H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTW9oplO7H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTW9oplO7H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTW9oplO7H .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTW9oplO7H .collapsed .btn {
  display: -webkit-flex;
}
.cid-sTW9oplO7H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sTW9oplO7H .collapsed .navbar-collapse.collapsing,
.cid-sTW9oplO7H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sTW9oplO7H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sTW9oplO7H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sTW9oplO7H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sTW9oplO7H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sTW9oplO7H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sTW9oplO7H .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sTW9oplO7H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sTW9oplO7H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sTW9oplO7H .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sTW9oplO7H .collapsed button.navbar-toggler {
  display: block;
}
.cid-sTW9oplO7H .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sTW9oplO7H .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTW9oplO7H .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-sTW9oplO7H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sTW9oplO7H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sTW9oplO7H .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sTW9oplO7H .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTW9oplO7H img {
    height: 3.8rem !important;
  }
  .cid-sTW9oplO7H .btn {
    display: -webkit-flex;
  }
  .cid-sTW9oplO7H button.navbar-toggler {
    display: block;
  }
  .cid-sTW9oplO7H .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sTW9oplO7H .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTW9oplO7H .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sTW9oplO7H .navbar-collapse.collapsing,
  .cid-sTW9oplO7H .navbar-collapse.show {
    display: block !important;
  }
  .cid-sTW9oplO7H .navbar-collapse.collapsing .navbar-nav,
  .cid-sTW9oplO7H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sTW9oplO7H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sTW9oplO7H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sTW9oplO7H .navbar-collapse.collapsing .navbar-buttons,
  .cid-sTW9oplO7H .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sTW9oplO7H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sTW9oplO7H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sTW9oplO7H .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-sTW9oplO7H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sTW9oplO7H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sTW9oplO7H .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-sTW9oplO7H .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sTW9oplO7H .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sTW9oplO7H .nav-link:hover,
.cid-sTW9oplO7H .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sTW9opIce3 {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sTW9TELf1O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sTW9TELf1O .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sTW9TELf1O H2 {
  color: #ff7bac;
}
.cid-sTW9oq8YAO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sTW9oq8YAO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sTW9oq8YAO .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sTW9oq8YAO .media-wrap img {
  height: 6rem;
}
.cid-sTW9oq8YAO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sTW9oq8YAO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sTW9oq8YAO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sTW9oq8YAO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sTW9oq8YAO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sTW9oq8YAO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sTW9oq8YAO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sTW9oq8YAO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTW9oq8YAO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTW9oq8YAO .copyright > p {
  color: #ffffff;
}
.cid-sTW9oq8YAO .links {
  color: #ffffff;
}
.cid-sVyuovX8L4 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sVyuovX8L4 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sVyuovX8L4 a {
  font-style: normal;
}
.cid-sVyuovX8L4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVyuovX8L4 .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-sVyuovX8L4 .nav-item:focus,
.cid-sVyuovX8L4 .nav-link:focus {
  outline: none;
}
.cid-sVyuovX8L4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVyuovX8L4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVyuovX8L4 .menu-logo {
  margin-right: auto;
}
.cid-sVyuovX8L4 .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-sVyuovX8L4 .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-sVyuovX8L4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVyuovX8L4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVyuovX8L4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVyuovX8L4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVyuovX8L4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVyuovX8L4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVyuovX8L4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVyuovX8L4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVyuovX8L4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVyuovX8L4 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVyuovX8L4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVyuovX8L4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVyuovX8L4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVyuovX8L4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVyuovX8L4 .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-sVyuovX8L4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVyuovX8L4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVyuovX8L4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVyuovX8L4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVyuovX8L4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVyuovX8L4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVyuovX8L4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVyuovX8L4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sVyuovX8L4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVyuovX8L4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVyuovX8L4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVyuovX8L4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVyuovX8L4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVyuovX8L4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVyuovX8L4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVyuovX8L4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVyuovX8L4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVyuovX8L4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVyuovX8L4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVyuovX8L4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVyuovX8L4 .collapsed .navbar-collapse.collapsing,
.cid-sVyuovX8L4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVyuovX8L4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVyuovX8L4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVyuovX8L4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVyuovX8L4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVyuovX8L4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVyuovX8L4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVyuovX8L4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVyuovX8L4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVyuovX8L4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVyuovX8L4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVyuovX8L4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVyuovX8L4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVyuovX8L4 .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-sVyuovX8L4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVyuovX8L4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVyuovX8L4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVyuovX8L4 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVyuovX8L4 img {
    height: 3.8rem !important;
  }
  .cid-sVyuovX8L4 .btn {
    display: -webkit-flex;
  }
  .cid-sVyuovX8L4 button.navbar-toggler {
    display: block;
  }
  .cid-sVyuovX8L4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVyuovX8L4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVyuovX8L4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVyuovX8L4 .navbar-collapse.collapsing,
  .cid-sVyuovX8L4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVyuovX8L4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sVyuovX8L4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVyuovX8L4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVyuovX8L4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVyuovX8L4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVyuovX8L4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVyuovX8L4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVyuovX8L4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVyuovX8L4 .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-sVyuovX8L4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVyuovX8L4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVyuovX8L4 .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-sVyuovX8L4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVyuovX8L4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVyuovX8L4 .nav-link:hover,
.cid-sVyuovX8L4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sVyuowPTx8 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sVyAJ5XIqV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sVyAJ5XIqV .mbr-text,
.cid-sVyAJ5XIqV blockquote {
  color: #767676;
}
.cid-sVyAJ5XIqV .mbr-text DIV {
  text-align: center;
}
.cid-sVyAJ5XIqV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sVyuoEEsKp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sVyuoEEsKp .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sVyuoEEsKp H2 {
  color: #ffffff;
}
.cid-sVyuoFnO4c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sVyuoFnO4c .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sVyuoFnO4c H2 {
  color: #ff7bac;
}
.cid-sVyuoGekcH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sVyuoGekcH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVyuoGekcH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sVyuoGekcH .media-wrap img {
  height: 6rem;
}
.cid-sVyuoGekcH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sVyuoGekcH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVyuoGekcH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sVyuoGekcH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVyuoGekcH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sVyuoGekcH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sVyuoGekcH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sVyuoGekcH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVyuoGekcH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVyuoGekcH .copyright > p {
  color: #ffffff;
}
.cid-sVyuoGekcH .links {
  color: #ffffff;
}
.cid-sVyCervhTE .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sVyCervhTE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sVyCervhTE a {
  font-style: normal;
}
.cid-sVyCervhTE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sVyCervhTE .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-sVyCervhTE .nav-item:focus,
.cid-sVyCervhTE .nav-link:focus {
  outline: none;
}
.cid-sVyCervhTE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sVyCervhTE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sVyCervhTE .menu-logo {
  margin-right: auto;
}
.cid-sVyCervhTE .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-sVyCervhTE .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-sVyCervhTE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVyCervhTE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVyCervhTE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVyCervhTE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVyCervhTE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sVyCervhTE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sVyCervhTE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVyCervhTE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVyCervhTE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVyCervhTE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sVyCervhTE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sVyCervhTE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVyCervhTE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVyCervhTE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVyCervhTE .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-sVyCervhTE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sVyCervhTE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sVyCervhTE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVyCervhTE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVyCervhTE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVyCervhTE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVyCervhTE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sVyCervhTE button.navbar-toggler:focus {
  outline: none;
}
.cid-sVyCervhTE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVyCervhTE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVyCervhTE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVyCervhTE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVyCervhTE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVyCervhTE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVyCervhTE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVyCervhTE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVyCervhTE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVyCervhTE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVyCervhTE .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVyCervhTE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVyCervhTE .collapsed .navbar-collapse.collapsing,
.cid-sVyCervhTE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVyCervhTE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVyCervhTE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVyCervhTE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVyCervhTE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVyCervhTE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVyCervhTE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sVyCervhTE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVyCervhTE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sVyCervhTE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVyCervhTE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVyCervhTE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sVyCervhTE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sVyCervhTE .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-sVyCervhTE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVyCervhTE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVyCervhTE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sVyCervhTE .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVyCervhTE img {
    height: 3.8rem !important;
  }
  .cid-sVyCervhTE .btn {
    display: -webkit-flex;
  }
  .cid-sVyCervhTE button.navbar-toggler {
    display: block;
  }
  .cid-sVyCervhTE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sVyCervhTE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sVyCervhTE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVyCervhTE .navbar-collapse.collapsing,
  .cid-sVyCervhTE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVyCervhTE .navbar-collapse.collapsing .navbar-nav,
  .cid-sVyCervhTE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVyCervhTE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVyCervhTE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVyCervhTE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVyCervhTE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sVyCervhTE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVyCervhTE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVyCervhTE .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-sVyCervhTE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVyCervhTE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVyCervhTE .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-sVyCervhTE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sVyCervhTE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sVyCervhTE .nav-link:hover,
.cid-sVyCervhTE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sVyCet8dvA {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sVyCeuqZ56 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sVyCeuqZ56 .mbr-text,
.cid-sVyCeuqZ56 blockquote {
  color: #767676;
}
.cid-sVyCeuqZ56 .mbr-text DIV {
  text-align: center;
}
.cid-sVyCeuqZ56 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sVyCevZfOZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sVyCevZfOZ .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sVyCevZfOZ H2 {
  color: #ffffff;
}
.cid-sVyCewQTH2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sVyCewQTH2 .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sVyCewQTH2 H2 {
  color: #ff7bac;
}
.cid-sVyCexExAa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sVyCexExAa .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVyCexExAa .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sVyCexExAa .media-wrap img {
  height: 6rem;
}
.cid-sVyCexExAa .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sVyCexExAa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVyCexExAa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sVyCexExAa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVyCexExAa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sVyCexExAa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sVyCexExAa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sVyCexExAa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVyCexExAa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVyCexExAa .copyright > p {
  color: #ffffff;
}
.cid-sVyCexExAa .links {
  color: #ffffff;
}
.cid-sWc3jPqqWD {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sWc3jPqqWD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sWc3jPqqWD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sWc3jPqqWD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sWc41M1vOT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sWc41M1vOT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc41M1vOT H2 {
  color: #ff7bac;
}
.cid-sWc4m1beVz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sWc4m1beVz .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sWc4m1beVz H2 {
  color: #ff7bac;
  text-align: left;
}
.cid-sWc4kUm6mg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sWc4kUm6mg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sWc4kUm6mg H2 {
  color: #ff7bac;
  text-align: left;
}
.cid-sWc4kUm6mg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sWc4lqBDZ2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sWc4lqBDZ2 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sWc4lqBDZ2 H2 {
  color: #ff7bac;
  text-align: left;
}
.cid-sWc5gIFPoQ {
  background-image: url("../../../assets/images/ecf1-1345x872.png");
}
.cid-sWc5CysoTE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc5CysoTE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc5CysoTE H2 {
  color: #ff7bac;
}
.cid-sWc5T6BCWw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sWc5T6BCWw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc5T6BCWw H2 {
  color: #ff7bac;
}
.cid-sWc67rm4WE {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sWc67rm4WE .mbr-section-subtitle {
  color: #767676;
}
.cid-sWc67rm4WE H2 {
  color: #ffffff;
}
.cid-sWc6o4tphC {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sWc6o4tphC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc6o4tphC H2 {
  color: #ff7bac;
}
.cid-sWc5U5B0CQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc5U5B0CQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sWc5U5B0CQ H2 {
  color: #ffffff;
}
.cid-sWc6Y1xJBx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc6Y1xJBx .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sWc7hoJR9x {
  background-image: url("../../../assets/images/ecf2-1361x858.png");
}
.cid-sWc7vuOn95 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc7vuOn95 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc7vuOn95 H2 {
  color: #ff7bac;
}
.cid-sWc7IJSI4j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc7IJSI4j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc7IJSI4j H2 {
  color: #ff7bac;
}
.cid-sWc7U2NphV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc7U2NphV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc7U2NphV H2 {
  color: #ff7bac;
}
.cid-sWc8cZNKmI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc8cZNKmI .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-sWc8vIGWOA {
  background-image: url("../../../assets/images/ecf3-1379x827.png");
}
.cid-sWc8HS1p6t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWc8HS1p6t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc8HS1p6t H2 {
  color: #ff7bac;
}
.cid-sWc99gYD4h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sWc99gYD4h .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sWc99gYD4h .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sWc99gYD4h .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sWc99gYD4h H1 {
  color: #ff7bac;
}
.cid-sWc9DapTtf {
  background-image: url("../../../assets/images/ecf5-1385x867.png");
}
.cid-sWc9ReufrN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sWc9ReufrN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWc9ReufrN H2 {
  color: #ff7bac;
}
.cid-sWcapSsJSR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sWcapSsJSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWcapSsJSR H2 {
  color: #ff7bac;
}
.cid-sWcdN8ZTWA {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-sWcdN8ZTWA .image-block {
  margin: auto;
}
.cid-sWcdN8ZTWA figcaption {
  position: relative;
}
.cid-sWcdN8ZTWA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sWcdN8ZTWA .image-block {
    width: 100% !important;
  }
}
.cid-sWcedEUHM6 {
  background-image: url("../../../assets/images/ecf7-1382x855.png");
}
.cid-sWcewqDZbV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sWcewqDZbV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWcewqDZbV H2 {
  color: #ff7bac;
}
.cid-sWceXe56tJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sWceXe56tJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWcfpF4YJA {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sWcfpF4YJA .mbr-section-subtitle {
  color: #767676;
}
.cid-sWcfpF4YJA H2 {
  color: #ff7bac;
}
.cid-sWcfIiF0Q5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sWcfIiF0Q5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWcfG6CO92 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sWcfG6CO92 .counter-container {
  color: #767676;
}
.cid-sWcfG6CO92 .counter-container ul {
  margin-bottom: 0;
}
.cid-sWcfG6CO92 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sWcfG6CO92 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff7bac;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-sWcfG6CO92 .mbr-text {
  color: #ffffff;
}
.cid-sWcfG6CO92 .mbr-text UL {
  text-align: left;
}
.cid-sWcgq5pewC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sWcgq5pewC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWcijFW8Ji {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sWcijFW8Ji P {
  color: #767676;
}
.cid-sWcijFW8Ji .mbr-text,
.cid-sWcijFW8Ji .mbr-section-btn {
  color: #ff7bac;
}
.cid-sYi7bwfBor {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sYi7bwfBor .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sYi7bwfBor .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sYi7bwfBor .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sYi7bxBZda {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sYi7bxBZda .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bxBZda H2 {
  color: #ff7bac;
}
.cid-sYi7byHgNI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYi7byHgNI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sYi7byHgNI H2 {
  color: #ff7bac;
  text-align: center;
}
.cid-sYi7bzCpJZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYi7bzCpJZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sYi7bzCpJZ H2 {
  color: #ff7bac;
  text-align: center;
}
.cid-sYi7bzCpJZ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sYi7bAMswp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYi7bAMswp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sYi7bAMswp H2 {
  color: #ff7bac;
  text-align: center;
}
.cid-sYi7bAMswp .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sYi7bD7jD6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bD7jD6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bD7jD6 H2 {
  color: #ff7bac;
}
.cid-sYi7bDZ7eS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sYi7bDZ7eS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bDZ7eS H2 {
  color: #ff7bac;
}
.cid-sYi7bERJCN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bERJCN .mbr-section-subtitle {
  color: #767676;
}
.cid-sYi7bERJCN H2 {
  color: #ffffff;
}
.cid-sYi7bFYMhw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bFYMhw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bFYMhw H2 {
  color: #ff7bac;
}
.cid-sYi7bH0Et4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sYi7bH0Et4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sYi7bH0Et4 H2 {
  color: #ffffff;
}
.cid-sYi7bI4hQF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bI4hQF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bLGvFb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bLGvFb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bLGvFb H2 {
  color: #ff7bac;
}
.cid-sYi7bMJRn9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bMJRn9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bMJRn9 H2 {
  color: #ff7bac;
}
.cid-sYi7bNHaHk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bNHaHk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bNHaHk H2 {
  color: #ff7bac;
}
.cid-sYi7bOFRkt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bOFRkt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bR0MKy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bR0MKy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bR0MKy H2 {
  color: #ff7bac;
}
.cid-sYi7bS9iYx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bS9iYx .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sYi7bS9iYx .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sYi7bS9iYx .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sYi7bS9iYx H1 {
  color: #ff7bac;
}
.cid-sZMxCufSlt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sZMxCufSlt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sZMxCufSlt H2 {
  color: #ff7bac;
}
.cid-sYi7bYdZvM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bYdZvM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7bYdZvM H2 {
  color: #ff7bac;
}
.cid-sYi7bZ5Kin {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7bZ5Kin .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7c038eu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sYi7c038eu .mbr-section-subtitle {
  color: #767676;
}
.cid-sYi7c038eu H2 {
  color: #ff7bac;
}
.cid-sYi7c0XeqZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7c0XeqZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7c3aoku {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYi7c3aoku .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYi7c45wbe {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sYi7c45wbe P {
  color: #767676;
}
.cid-sYi7c45wbe .mbr-text,
.cid-sYi7c45wbe .mbr-section-btn {
  color: #ff7bac;
}
.cid-tm92utXE0h .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tm92utXE0h .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tm92utXE0h a {
  font-style: normal;
}
.cid-tm92utXE0h .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tm92utXE0h .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-tm92utXE0h .nav-item:focus,
.cid-tm92utXE0h .nav-link:focus {
  outline: none;
}
.cid-tm92utXE0h .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tm92utXE0h .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tm92utXE0h .menu-logo {
  margin-right: auto;
}
.cid-tm92utXE0h .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-tm92utXE0h .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-tm92utXE0h .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tm92utXE0h .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tm92utXE0h .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tm92utXE0h .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tm92utXE0h .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tm92utXE0h .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tm92utXE0h .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tm92utXE0h .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tm92utXE0h .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tm92utXE0h .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tm92utXE0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tm92utXE0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm92utXE0h .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tm92utXE0h .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm92utXE0h .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-tm92utXE0h .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tm92utXE0h .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tm92utXE0h .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tm92utXE0h .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tm92utXE0h .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tm92utXE0h .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tm92utXE0h button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tm92utXE0h button.navbar-toggler:focus {
  outline: none;
}
.cid-tm92utXE0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tm92utXE0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tm92utXE0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tm92utXE0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tm92utXE0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tm92utXE0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm92utXE0h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tm92utXE0h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tm92utXE0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm92utXE0h .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tm92utXE0h .collapsed .btn {
  display: -webkit-flex;
}
.cid-tm92utXE0h .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tm92utXE0h .collapsed .navbar-collapse.collapsing,
.cid-tm92utXE0h .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tm92utXE0h .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tm92utXE0h .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tm92utXE0h .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tm92utXE0h .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tm92utXE0h .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tm92utXE0h .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tm92utXE0h .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tm92utXE0h .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tm92utXE0h .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tm92utXE0h .collapsed button.navbar-toggler {
  display: block;
}
.cid-tm92utXE0h .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tm92utXE0h .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tm92utXE0h .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-tm92utXE0h .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tm92utXE0h .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tm92utXE0h .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tm92utXE0h .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tm92utXE0h img {
    height: 3.8rem !important;
  }
  .cid-tm92utXE0h .btn {
    display: -webkit-flex;
  }
  .cid-tm92utXE0h button.navbar-toggler {
    display: block;
  }
  .cid-tm92utXE0h .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tm92utXE0h .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tm92utXE0h .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tm92utXE0h .navbar-collapse.collapsing,
  .cid-tm92utXE0h .navbar-collapse.show {
    display: block !important;
  }
  .cid-tm92utXE0h .navbar-collapse.collapsing .navbar-nav,
  .cid-tm92utXE0h .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tm92utXE0h .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tm92utXE0h .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tm92utXE0h .navbar-collapse.collapsing .navbar-buttons,
  .cid-tm92utXE0h .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tm92utXE0h .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tm92utXE0h .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tm92utXE0h .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-tm92utXE0h .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tm92utXE0h .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tm92utXE0h .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-tm92utXE0h .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tm92utXE0h .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tm92utXE0h .nav-link:hover,
.cid-tm92utXE0h .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tm92uuY0yc {
  background-image: url("../../../assets/images/n-main-1308x871.jpg");
}
.cid-tmP0b7CBjG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tmP0b7CBjG .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tmP0b7CBjG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmP0b7CBjG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmP0b7CBjG .mbr-text {
    text-align: center;
  }
}
.cid-tmP0b7CBjG H1 {
  color: #ff7bac;
  text-align: center;
}
.cid-tmP0b7CBjG .mbr-text,
.cid-tmP0b7CBjG .mbr-section-btn {
  text-align: center;
}
.cid-tm92uwVZ8g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tm92uwVZ8g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm92uwVZ8g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm92uwVZ8g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm92uwVZ8g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm92uwVZ8g .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-tm92uwVZ8g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm92uwVZ8g .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tm92uwVZ8g .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tm92uwVZ8g .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-tm95UwJiX1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tm95UwJiX1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm95UwJiX1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm95UwJiX1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm95UwJiX1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm95UwJiX1 .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-tm95UwJiX1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm95UwJiX1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tm95UwJiX1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tm95UwJiX1 .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-tnnRYaPi2V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tnnRYaPi2V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tnnRYaPi2V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnnRYaPi2V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnnRYaPi2V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnnRYaPi2V .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-tnnRYaPi2V .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnnRYaPi2V .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tnnRYaPi2V .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tnnRYaPi2V .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-tm92uyfM7z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tm92uyfM7z .mbr-section-subtitle {
  color: #ff7bac;
}
.cid-tm92uyfM7z H2 {
  color: #ffffff;
}
.cid-tm92uyVSuX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tm92uyVSuX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm92uyVSuX .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tm92uyVSuX .media-wrap img {
  height: 6rem;
}
.cid-tm92uyVSuX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tm92uyVSuX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tm92uyVSuX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tm92uyVSuX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm92uyVSuX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tm92uyVSuX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tm92uyVSuX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tm92uyVSuX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tm92uyVSuX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm92uyVSuX .copyright > p {
  color: #ffffff;
}
.cid-tm92uyVSuX .links {
  color: #ffffff;
}
.cid-tT3eReGhsH .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tT3eReGhsH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tT3eReGhsH a {
  font-style: normal;
}
.cid-tT3eReGhsH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tT3eReGhsH .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-tT3eReGhsH .nav-item:focus,
.cid-tT3eReGhsH .nav-link:focus {
  outline: none;
}
.cid-tT3eReGhsH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tT3eReGhsH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tT3eReGhsH .menu-logo {
  margin-right: auto;
}
.cid-tT3eReGhsH .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-tT3eReGhsH .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-tT3eReGhsH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tT3eReGhsH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tT3eReGhsH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tT3eReGhsH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tT3eReGhsH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tT3eReGhsH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tT3eReGhsH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tT3eReGhsH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tT3eReGhsH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tT3eReGhsH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tT3eReGhsH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tT3eReGhsH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT3eReGhsH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tT3eReGhsH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT3eReGhsH .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-tT3eReGhsH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tT3eReGhsH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tT3eReGhsH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tT3eReGhsH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tT3eReGhsH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tT3eReGhsH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tT3eReGhsH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tT3eReGhsH button.navbar-toggler:focus {
  outline: none;
}
.cid-tT3eReGhsH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tT3eReGhsH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tT3eReGhsH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tT3eReGhsH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tT3eReGhsH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tT3eReGhsH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT3eReGhsH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tT3eReGhsH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tT3eReGhsH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT3eReGhsH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tT3eReGhsH .collapsed .btn {
  display: -webkit-flex;
}
.cid-tT3eReGhsH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tT3eReGhsH .collapsed .navbar-collapse.collapsing,
.cid-tT3eReGhsH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tT3eReGhsH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tT3eReGhsH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tT3eReGhsH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tT3eReGhsH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tT3eReGhsH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tT3eReGhsH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tT3eReGhsH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tT3eReGhsH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tT3eReGhsH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tT3eReGhsH .collapsed button.navbar-toggler {
  display: block;
}
.cid-tT3eReGhsH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tT3eReGhsH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tT3eReGhsH .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-tT3eReGhsH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tT3eReGhsH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tT3eReGhsH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tT3eReGhsH .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tT3eReGhsH img {
    height: 3.8rem !important;
  }
  .cid-tT3eReGhsH .btn {
    display: -webkit-flex;
  }
  .cid-tT3eReGhsH button.navbar-toggler {
    display: block;
  }
  .cid-tT3eReGhsH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tT3eReGhsH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tT3eReGhsH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tT3eReGhsH .navbar-collapse.collapsing,
  .cid-tT3eReGhsH .navbar-collapse.show {
    display: block !important;
  }
  .cid-tT3eReGhsH .navbar-collapse.collapsing .navbar-nav,
  .cid-tT3eReGhsH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tT3eReGhsH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tT3eReGhsH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tT3eReGhsH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tT3eReGhsH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tT3eReGhsH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tT3eReGhsH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tT3eReGhsH .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-tT3eReGhsH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tT3eReGhsH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tT3eReGhsH .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-tT3eReGhsH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tT3eReGhsH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tT3eReGhsH .nav-link:hover,
.cid-tT3eReGhsH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tT3eRfpMMW {
  background-image: url("../../../assets/images/wedding-lighting-1912x1205.jpg");
}
.cid-tT3eRfYdZr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tT3eRfYdZr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tT3eRfYdZr H2 {
  color: #ff7bac;
}
.cid-tT3eRgiqm1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tT3eRgiqm1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tT3eRgiqm1 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tT3eRgiqm1 .media-wrap img {
  height: 6rem;
}
.cid-tT3eRgiqm1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tT3eRgiqm1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tT3eRgiqm1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tT3eRgiqm1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tT3eRgiqm1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tT3eRgiqm1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tT3eRgiqm1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tT3eRgiqm1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tT3eRgiqm1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tT3eRgiqm1 .copyright > p {
  color: #ffffff;
}
.cid-tT3eRgiqm1 .links {
  color: #ffffff;
}
