body {
  font-family: 'Lexend', sans-serif;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e6c63b !important;
}
.bg-success {
  background-color: #263d5a !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #e6c63b !important;
  background: linear-gradient(90deg, #e6c63b 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6c63b;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b39617;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b39617;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #ff6f45 !important;
  background: linear-gradient(90deg, #ff6f45 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6f45;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #263d5a !important;
  background: linear-gradient(90deg, #263d5a 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #263d5a;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6f45;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ed3600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6f45 !important;
  border-color: #ff6f45 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #263d5a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c141d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #263d5a !important;
  border-color: #263d5a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e6c63b !important;
}
.text-secondary {
  color: #ff6f45 !important;
}
.text-success {
  color: #263d5a !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a68b15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #de3200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #080c12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e6c63b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6c63b;
  border-color: #e6c63b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e6c63b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4c7ab3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e6c63b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e6c63b;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6c63b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e6c63b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e6c63b;
  border-bottom-color: #e6c63b;
}
.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: #e6c63b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6f45 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%23e6c63b' %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.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-uhDcnmkeTX .navbar-dropdown {
  background-color: #3d4045 !important;
  padding: 0;
}
.cid-uhDcnmkeTX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3d4045 !important;
  background: #ffffff;
  background-color: #ffffff !important;
}
.cid-uhDcnmkeTX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .menu_box .navbar.opened,
  .cid-uhDcnmkeTX .menu_box .navbar-collapse {
    background-color: #3d4045 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhDcnmkeTX .navbar-dropdown {
  position: relative !important;
}
.cid-uhDcnmkeTX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhDcnmkeTX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhDcnmkeTX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .cid-uhDcnmkeTX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhDcnmkeTX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhDcnmkeTX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhDcnmkeTX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhDcnmkeTX .offcanvas-body .mbr-text,
  .cid-uhDcnmkeTX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhDcnmkeTX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed9b82;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhDcnmkeTX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhDcnmkeTX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhDcnmkeTX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhDcnmkeTX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhDcnmkeTX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhDcnmkeTX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .nav-item {
    margin: 0 !important;
  }
}
.cid-uhDcnmkeTX .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhDcnmkeTX .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-uhDcnmkeTX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhDcnmkeTX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhDcnmkeTX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhDcnmkeTX .offcanvas_box {
    display: none;
  }
}
.cid-uhDcnmkeTX .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.cid-uhDcnmkeTX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhDcnmkeTX .container {
  display: flex;
  margin: auto;
}
.cid-uhDcnmkeTX .container,
.cid-uhDcnmkeTX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .container,
  .cid-uhDcnmkeTX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhDcnmkeTX .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhDcnmkeTX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhDcnmkeTX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhDcnmkeTX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .navbar-nav {
    margin: 0;
  }
}
.cid-uhDcnmkeTX .dropdown-menu,
.cid-uhDcnmkeTX .navbar.opened {
  background-color: false !important;
}
.cid-uhDcnmkeTX .nav-item:focus,
.cid-uhDcnmkeTX .nav-link:focus {
  outline: none;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDcnmkeTX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDcnmkeTX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDcnmkeTX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhDcnmkeTX .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDcnmkeTX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhDcnmkeTX .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.cid-uhDcnmkeTX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhDcnmkeTX .navbar.collapsed {
  justify-content: center;
}
.cid-uhDcnmkeTX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDcnmkeTX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDcnmkeTX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhDcnmkeTX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhDcnmkeTX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhDcnmkeTX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDcnmkeTX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhDcnmkeTX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDcnmkeTX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhDcnmkeTX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhDcnmkeTX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDcnmkeTX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDcnmkeTX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhDcnmkeTX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDcnmkeTX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDcnmkeTX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDcnmkeTX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhDcnmkeTX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhDcnmkeTX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhDcnmkeTX .dropdown-item.active,
.cid-uhDcnmkeTX .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDcnmkeTX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDcnmkeTX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhDcnmkeTX ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX ul.navbar-nav {
    padding: 8px;
  }
}
.cid-uhDcnmkeTX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDcnmkeTX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3d4045;
  background: #ffffff;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed9b82;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhDcnmkeTX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhDcnmkeTX .navbar {
    height: 70px;
  }
  .cid-uhDcnmkeTX .navbar.opened {
    height: auto;
  }
  .cid-uhDcnmkeTX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDcnmkeTX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhDcnmkeTX .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhDcnmkeTX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhDcnmkeTX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uhDcnmkeTX .navbar-caption:hover {
  color: #ff6f45;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhDcnmkeTX .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uhDcnmkeTX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhDcnmkeTX .text_widget a:hover {
  color: #ff6f45 !important;
}
.cid-uhDcnmkeTX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhDcnmkeTX .navbar-caption {
  color: #ffffff;
}
.cid-uhDcnmkeTX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhDcnmkeTX .mbr-section-subtitle,
.cid-uhDcnmkeTX .text_widget,
.cid-uhDcnmkeTX .mbr-section-btn {
  text-align: left;
}
.cid-uhDcnmkeTX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhDdiZyJfx {
  background-image: url("../../../assets/images/bounce-house-rentals-1240x992.jpg");
}
.cid-uhDdiZyJfx .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDdiZyJfx .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDdiZyJfx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDdiZyJfx .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDdiZyJfx .col-12 {
  position: relative;
}
.cid-uhDdiZyJfx .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhDdiZyJfx .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhDdiZyJfx .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhDdiZyJfx .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhDdiZyJfx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDdiZyJfx .mbr-text,
.cid-uhDdiZyJfx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhDdmq30zJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhDdmq30zJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhDdmq30zJ .row {
  justify-content: center;
}
.cid-uhDdmq30zJ .card-text {
  color: #263d5a;
}
.cid-uhDdmq30zJ .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-uhDdmq30zJ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDdmq30zJ .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-uhDdmq30zJ .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uhDdmq30zJ .card {
    padding-bottom: 2rem;
  }
}
.cid-uhDdmq30zJ .card-title,
.cid-uhDdmq30zJ .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhDdmq30zJ .card-subtitle {
  color: #263d5a;
}
.cid-uhDdmq30zJ .mbr-section-title {
  text-align: right;
}
.cid-uhCMypj9gE {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhCMypj9gE .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCMypj9gE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCMypj9gE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhCMypj9gE .mbr-text,
.cid-uhCMypj9gE .mbr-section-btn {
  color: #ffffff;
}
.cid-uhCMypj9gE .mbr-section-title {
  color: #263d5a;
}
.cid-sz51Oyfrn1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sz51Oyfrn1 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-sz51Oyfrn1 .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz51Oyfrn1 .row {
    padding: 2rem 1rem;
  }
}
.cid-sz51Oyfrn1 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz51Oyfrn1 .card-wrapper {
  overflow: visible;
}
.cid-sz51Oyfrn1 .card-text {
  color: #263d5a;
}
.cid-sz51Oyfrn1 .card-title,
.cid-sz51Oyfrn1 .iconfont-wrapper {
  color: #000000;
}
.cid-sz51Oyfrn1 .mbr-section-subtitle {
  color: #000000;
}
.cid-sz51Oyfrn1 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz51Oyfrn1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhCMAcnZdM {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhCMAcnZdM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCMAcnZdM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCMAcnZdM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhCMAcnZdM .mbr-text,
.cid-uhCMAcnZdM .mbr-section-btn {
  color: #ffffff;
}
.cid-uhCMAcnZdM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sz528Lv0MU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sz528Lv0MU img {
  border-radius: 30px;
}
.cid-sz528Lv0MU .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz528Lv0MU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz528Lv0MU .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sz528Lv0MU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz528Lv0MU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sz528Lv0MU .mbr-text,
.cid-sz528Lv0MU .mbr-section-btn {
  color: #000000;
}
.cid-sz528Lv0MU .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDr7OkrH2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDr7OkrH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDr7OkrH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhDr7OkrH2 .container {
    padding: 0 16px;
  }
}
.cid-uhDr7OkrH2 .row {
  position: relative;
  z-index: 1;
}
.cid-uhDr7OkrH2 .card {
  justify-content: flex-end;
}
.cid-uhDr7OkrH2 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uhDr7OkrH2 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhDr7OkrH2 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDr7OkrH2 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uhDr7OkrH2 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uhDr7OkrH2 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uhDr7OkrH2 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uhDr7OkrH2 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhDr7OkrH2 .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uhDr7OkrH2 .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhDr7OkrH2 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uhDr7OkrH2 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uhDr7OkrH2 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhDr7OkrH2 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhDr7OkrH2 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhDr7OkrH2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDr7OkrH2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uhDr7OkrH2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhDr7OkrH2 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uhDr7OkrH2 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhDr7OkrH2 .text-wrapper {
    margin-left: 0;
  }
}
.cid-uhDr7OkrH2 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uhDr7OkrH2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDr7OkrH2 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uhDr7OkrH2 .mbr-text {
  color: #000000;
}
.cid-uhDr7OkrH2 .card-desc {
  color: #000000;
}
.cid-uhDr7OkrH2 .card-text {
  color: #000000;
}
.cid-uhDr7OkrH2 .card-name {
  color: #ffffff;
}
.cid-uhDr7OkrH2 .card-role {
  color: #ffffff;
}
.cid-uhDr7OkrH2 .mbr-text,
.cid-uhDr7OkrH2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sz52wpUfhF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sz52wpUfhF .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz52wpUfhF .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz52wpUfhF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz52wpUfhF .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sz52wpUfhF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz52wpUfhF .row {
  justify-content: center;
}
.cid-sz52wpUfhF .card-text {
  color: #263d5a;
}
.cid-sz52wpUfhF .card-title,
.cid-sz52wpUfhF .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sz52wpUfhF .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz52wpUfhF .mbr-section-title {
  color: #263d5a;
}
.cid-sz52wpUfhF .card-price,
.cid-sz52wpUfhF .iconfont-wrapper {
  color: #263d5a;
}
.cid-sz52o0Z0ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sz52o0Z0ww .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz52o0Z0ww .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz52o0Z0ww .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz52o0Z0ww .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sz52o0Z0ww .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sz52o0Z0ww .mbr-text,
.cid-sz52o0Z0ww .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-sz52o0Z0ww .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uhDlM8nx3f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhDlM8nx3f .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhDlM8nx3f .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uhDlM8nx3f .row {
    padding: 2rem 1rem;
  }
}
.cid-uhDlM8nx3f .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDlM8nx3f .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhDlM8nx3f span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhDlM8nx3f .collapsed span {
  transform: rotate(0deg);
}
.cid-uhDlM8nx3f .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhDlM8nx3f .panel-group {
  width: 100%;
}
.cid-uhDlM8nx3f .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhDlM8nx3f .card {
  border-radius: 0px;
}
.cid-uhDlM8nx3f .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uhDlM8nx3f .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhDlM8nx3f .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhDlM8nx3f .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhDlM8nx3f .panel-text {
  color: #263d5a;
}
.cid-uhDlM8nx3f .header-text,
.cid-uhDlM8nx3f .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhDlM8nx3f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDlM8nx3f .header-text,
.cid-uhDlM8nx3f .sign,
.cid-uhDlM8nx3f .card-header {
  color: #263d5a;
}
.cid-uhDlM8nx3f .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhCSi2Xz5M {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhCSi2Xz5M .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCSi2Xz5M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCSi2Xz5M .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhCSi2Xz5M .mbr-text,
.cid-uhCSi2Xz5M .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhCSi2Xz5M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sz54G4LKIS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sz54G4LKIS img {
  border-radius: 30px;
}
.cid-sz54G4LKIS .my-auto {
  margin-bottom: 0!important;
}
.cid-sz54G4LKIS .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz54G4LKIS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz54G4LKIS .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sz54G4LKIS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz54G4LKIS .mbr-section-title {
  color: #263d5a;
}
.cid-sz54G4LKIS .mbr-text,
.cid-sz54G4LKIS .mbr-section-btn {
  color: #000000;
}
.cid-sz54G4LKIS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uhDuhNqMBj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDuhNqMBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDuhNqMBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDuhNqMBj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDuhNqMBj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhDuhNqMBj .container {
    padding: 0 30px;
  }
}
.cid-uhDuhNqMBj .row {
  justify-content: center;
}
.cid-uhDuhNqMBj .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uhDuhNqMBj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhDuhNqMBj .mbr-desc {
  color: #ffffff;
}
.cid-uhDuhNqMBj .mbr-text {
  color: #ffffff;
}
.cid-sz52st4Y7Z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-sz52st4Y7Z .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-sz52st4Y7Z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-sz52st4Y7Z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sz52st4Y7Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sz52st4Y7Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sz52st4Y7Z .mbr-section-title {
  color: #263d5a;
}
.cid-sz52xzhH9a {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #131729;
}
.cid-sz52xzhH9a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sz52xzhH9a .wrapper {
  max-width: 350px;
}
.cid-sz52xzhH9a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sz52xzhH9a .row {
    text-align: center;
  }
  .cid-sz52xzhH9a .social-row {
    justify-content: center;
  }
}
.cid-sz52xzhH9a .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sz52xzhH9a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sz52xzhH9a .list {
    margin-bottom: 0rem;
  }
}
.cid-sz52xzhH9a .mbr-text {
  color: #ffffff;
}
.cid-sz52xzhH9a .mbr-iconfont {
  color: black;
}
.cid-uhDClzpZWl {
  background-image: url("../../../assets/images/bounce-house-rentals3-2000x1500.jpg");
}
.cid-uhDClzpZWl .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDClzpZWl .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDClzpZWl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDClzpZWl .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDClzpZWl .col-12 {
  position: relative;
}
.cid-uhDClzpZWl .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhDClzpZWl .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhDClzpZWl .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhDClzpZWl .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhDClzpZWl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDClzpZWl .mbr-text,
.cid-uhDClzpZWl .mbr-section-btn {
  color: #263d5a;
}
.cid-uhCG9x11K3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhCG9x11K3 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhCG9x11K3 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCG9x11K3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCG9x11K3 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhCG9x11K3 .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-uhCG9x11K3 .mbr-text,
.cid-uhCG9x11K3 .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhCG9x11K3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uhCG9xX3s1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uhCG9xX3s1 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhCG9xX3s1 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhCG9xX3s1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhCG9xX3s1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhCG9xX3s1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhCG9xX3s1 .mbr-section-title {
  color: #263d5a;
}
.cid-uhCG9AB7ta {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #131729;
}
.cid-uhCG9AB7ta .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhCG9AB7ta .wrapper {
  max-width: 350px;
}
.cid-uhCG9AB7ta .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhCG9AB7ta .row {
    text-align: center;
  }
  .cid-uhCG9AB7ta .social-row {
    justify-content: center;
  }
}
.cid-uhCG9AB7ta .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhCG9AB7ta .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhCG9AB7ta .list {
    margin-bottom: 0rem;
  }
}
.cid-uhCG9AB7ta .mbr-text {
  color: #ffffff;
}
.cid-uhCG9AB7ta .mbr-iconfont {
  color: black;
}
.cid-uhDcnmkeTX .navbar-dropdown {
  background-color: #3d4045 !important;
  padding: 0;
}
.cid-uhDcnmkeTX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3d4045 !important;
  background: #ffffff;
  background-color: #ffffff !important;
}
.cid-uhDcnmkeTX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .menu_box .navbar.opened,
  .cid-uhDcnmkeTX .menu_box .navbar-collapse {
    background-color: #3d4045 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhDcnmkeTX .navbar-dropdown {
  position: relative !important;
}
.cid-uhDcnmkeTX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhDcnmkeTX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhDcnmkeTX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .cid-uhDcnmkeTX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhDcnmkeTX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhDcnmkeTX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhDcnmkeTX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhDcnmkeTX .offcanvas-body .mbr-text,
  .cid-uhDcnmkeTX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhDcnmkeTX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed9b82;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhDcnmkeTX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhDcnmkeTX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhDcnmkeTX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhDcnmkeTX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhDcnmkeTX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhDcnmkeTX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .nav-item {
    margin: 0 !important;
  }
}
.cid-uhDcnmkeTX .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhDcnmkeTX .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-uhDcnmkeTX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhDcnmkeTX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhDcnmkeTX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhDcnmkeTX .offcanvas_box {
    display: none;
  }
}
.cid-uhDcnmkeTX .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.cid-uhDcnmkeTX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhDcnmkeTX .container {
  display: flex;
  margin: auto;
}
.cid-uhDcnmkeTX .container,
.cid-uhDcnmkeTX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .container,
  .cid-uhDcnmkeTX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhDcnmkeTX .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhDcnmkeTX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhDcnmkeTX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhDcnmkeTX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .navbar-nav {
    margin: 0;
  }
}
.cid-uhDcnmkeTX .dropdown-menu,
.cid-uhDcnmkeTX .navbar.opened {
  background-color: false !important;
}
.cid-uhDcnmkeTX .nav-item:focus,
.cid-uhDcnmkeTX .nav-link:focus {
  outline: none;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDcnmkeTX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDcnmkeTX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDcnmkeTX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhDcnmkeTX .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDcnmkeTX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhDcnmkeTX .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.cid-uhDcnmkeTX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhDcnmkeTX .navbar.collapsed {
  justify-content: center;
}
.cid-uhDcnmkeTX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDcnmkeTX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDcnmkeTX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhDcnmkeTX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhDcnmkeTX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhDcnmkeTX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDcnmkeTX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhDcnmkeTX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDcnmkeTX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhDcnmkeTX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhDcnmkeTX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDcnmkeTX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDcnmkeTX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhDcnmkeTX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDcnmkeTX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDcnmkeTX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDcnmkeTX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhDcnmkeTX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhDcnmkeTX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhDcnmkeTX .dropdown-item.active,
.cid-uhDcnmkeTX .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDcnmkeTX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDcnmkeTX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhDcnmkeTX ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX ul.navbar-nav {
    padding: 8px;
  }
}
.cid-uhDcnmkeTX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDcnmkeTX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3d4045;
  background: #ffffff;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed9b82;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhDcnmkeTX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhDcnmkeTX .navbar {
    height: 70px;
  }
  .cid-uhDcnmkeTX .navbar.opened {
    height: auto;
  }
  .cid-uhDcnmkeTX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDcnmkeTX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhDcnmkeTX .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhDcnmkeTX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhDcnmkeTX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uhDcnmkeTX .navbar-caption:hover {
  color: #ff6f45;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhDcnmkeTX .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uhDcnmkeTX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhDcnmkeTX .text_widget a:hover {
  color: #ff6f45 !important;
}
.cid-uhDcnmkeTX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhDcnmkeTX .navbar-caption {
  color: #ffffff;
}
.cid-uhDcnmkeTX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhDcnmkeTX .mbr-section-subtitle,
.cid-uhDcnmkeTX .text_widget,
.cid-uhDcnmkeTX .mbr-section-btn {
  text-align: left;
}
.cid-uhDcnmkeTX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhDCIQ8dQO {
  background-image: url("../../../assets/images/bounce-house-rentals4-2000x1345.jpg");
}
.cid-uhDCIQ8dQO .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDCIQ8dQO .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDCIQ8dQO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDCIQ8dQO .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDCIQ8dQO .col-12 {
  position: relative;
}
.cid-uhDCIQ8dQO .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhDCIQ8dQO .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhDCIQ8dQO .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhDCIQ8dQO .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhDCIQ8dQO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDCIQ8dQO .mbr-text,
.cid-uhDCIQ8dQO .mbr-section-btn {
  color: #263d5a;
}
.cid-uhCI6zQP2B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhCI6zQP2B .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhCI6zQP2B .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhCI6zQP2B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhCI6zQP2B .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhCI6zQP2B .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-uhCI6zQP2B .mbr-text,
.cid-uhCI6zQP2B .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhCI6zQP2B .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uhCI6AyHAa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uhCI6AyHAa .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhCI6AyHAa .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhCI6AyHAa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhCI6AyHAa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhCI6AyHAa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhCI6AyHAa .mbr-section-title {
  color: #263d5a;
}
.cid-uhCI6BkMzZ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhCI6BkMzZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhCI6BkMzZ .wrapper {
  max-width: 350px;
}
.cid-uhCI6BkMzZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhCI6BkMzZ .row {
    text-align: center;
  }
  .cid-uhCI6BkMzZ .social-row {
    justify-content: center;
  }
}
.cid-uhCI6BkMzZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhCI6BkMzZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhCI6BkMzZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uhCI6BkMzZ .mbr-text {
  color: #ffffff;
}
.cid-uhCI6BkMzZ .mbr-iconfont {
  color: black;
}
.cid-uhDcnmkeTX .navbar-dropdown {
  background-color: #3d4045 !important;
  padding: 0;
}
.cid-uhDcnmkeTX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3d4045 !important;
  background: #ffffff;
  background-color: #ffffff !important;
}
.cid-uhDcnmkeTX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .menu_box .navbar.opened,
  .cid-uhDcnmkeTX .menu_box .navbar-collapse {
    background-color: #3d4045 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhDcnmkeTX .navbar-dropdown {
  position: relative !important;
}
.cid-uhDcnmkeTX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhDcnmkeTX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhDcnmkeTX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .cid-uhDcnmkeTX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhDcnmkeTX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhDcnmkeTX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhDcnmkeTX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhDcnmkeTX .offcanvas-body .mbr-text,
  .cid-uhDcnmkeTX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhDcnmkeTX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed9b82;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhDcnmkeTX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhDcnmkeTX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhDcnmkeTX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhDcnmkeTX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhDcnmkeTX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhDcnmkeTX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhDcnmkeTX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .nav-item {
    margin: 0 !important;
  }
}
.cid-uhDcnmkeTX .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhDcnmkeTX .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-uhDcnmkeTX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhDcnmkeTX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDcnmkeTX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhDcnmkeTX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhDcnmkeTX .offcanvas_box {
    display: none;
  }
}
.cid-uhDcnmkeTX .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.cid-uhDcnmkeTX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhDcnmkeTX .container {
  display: flex;
  margin: auto;
}
.cid-uhDcnmkeTX .container,
.cid-uhDcnmkeTX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .container,
  .cid-uhDcnmkeTX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhDcnmkeTX .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhDcnmkeTX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhDcnmkeTX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhDcnmkeTX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .navbar-nav {
    margin: 0;
  }
}
.cid-uhDcnmkeTX .dropdown-menu,
.cid-uhDcnmkeTX .navbar.opened {
  background-color: false !important;
}
.cid-uhDcnmkeTX .nav-item:focus,
.cid-uhDcnmkeTX .nav-link:focus {
  outline: none;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDcnmkeTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDcnmkeTX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDcnmkeTX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDcnmkeTX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhDcnmkeTX .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDcnmkeTX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhDcnmkeTX .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.cid-uhDcnmkeTX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhDcnmkeTX .navbar.collapsed {
  justify-content: center;
}
.cid-uhDcnmkeTX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDcnmkeTX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDcnmkeTX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDcnmkeTX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhDcnmkeTX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhDcnmkeTX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhDcnmkeTX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhDcnmkeTX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDcnmkeTX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhDcnmkeTX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDcnmkeTX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhDcnmkeTX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhDcnmkeTX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhDcnmkeTX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDcnmkeTX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDcnmkeTX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhDcnmkeTX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDcnmkeTX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDcnmkeTX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDcnmkeTX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhDcnmkeTX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhDcnmkeTX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhDcnmkeTX .dropdown-item.active,
.cid-uhDcnmkeTX .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDcnmkeTX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDcnmkeTX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDcnmkeTX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhDcnmkeTX ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX ul.navbar-nav {
    padding: 8px;
  }
}
.cid-uhDcnmkeTX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDcnmkeTX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3d4045;
  background: #ffffff;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed9b82;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDcnmkeTX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDcnmkeTX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDcnmkeTX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhDcnmkeTX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhDcnmkeTX .navbar {
    height: 70px;
  }
  .cid-uhDcnmkeTX .navbar.opened {
    height: auto;
  }
  .cid-uhDcnmkeTX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDcnmkeTX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhDcnmkeTX .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhDcnmkeTX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhDcnmkeTX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhDcnmkeTX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uhDcnmkeTX .navbar-caption:hover {
  color: #ff6f45;
}
@media (min-width: 992px) {
  .cid-uhDcnmkeTX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhDcnmkeTX .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uhDcnmkeTX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhDcnmkeTX .text_widget a:hover {
  color: #ff6f45 !important;
}
.cid-uhDcnmkeTX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhDcnmkeTX .navbar-caption {
  color: #ffffff;
}
.cid-uhDcnmkeTX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhDcnmkeTX .mbr-section-subtitle,
.cid-uhDcnmkeTX .text_widget,
.cid-uhDcnmkeTX .mbr-section-btn {
  text-align: left;
}
.cid-uhDcnmkeTX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhDD32OvZA .navbar-dropdown {
  background-color: #3d4045 !important;
  padding: 0;
}
.cid-uhDD32OvZA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3d4045 !important;
  background: #ffffff;
  background-color: #ffffff !important;
}
.cid-uhDD32OvZA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhDD32OvZA .menu_box .navbar.opened,
  .cid-uhDD32OvZA .menu_box .navbar-collapse {
    background-color: #3d4045 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhDD32OvZA .navbar-dropdown {
  position: relative !important;
}
.cid-uhDD32OvZA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhDD32OvZA .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhDD32OvZA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhDD32OvZA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhDD32OvZA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhDD32OvZA .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .cid-uhDD32OvZA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhDD32OvZA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhDD32OvZA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhDD32OvZA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhDD32OvZA .offcanvas-body .mbr-text,
  .cid-uhDD32OvZA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhDD32OvZA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhDD32OvZA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhDD32OvZA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed9b82;
  }
  .cid-uhDD32OvZA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhDD32OvZA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhDD32OvZA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhDD32OvZA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhDD32OvZA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhDD32OvZA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDD32OvZA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhDD32OvZA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhDD32OvZA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhDD32OvZA .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhDD32OvZA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhDD32OvZA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhDD32OvZA .nav-item {
    margin: 0 !important;
  }
}
.cid-uhDD32OvZA .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhDD32OvZA .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-uhDD32OvZA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhDD32OvZA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhDD32OvZA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDD32OvZA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDD32OvZA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhDD32OvZA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhDD32OvZA .offcanvas_box {
    display: none;
  }
}
.cid-uhDD32OvZA .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.cid-uhDD32OvZA .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhDD32OvZA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhDD32OvZA .container {
  display: flex;
  margin: auto;
}
.cid-uhDD32OvZA .container,
.cid-uhDD32OvZA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDD32OvZA .container,
  .cid-uhDD32OvZA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhDD32OvZA .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhDD32OvZA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhDD32OvZA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhDD32OvZA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhDD32OvZA .navbar-nav {
    margin: 0;
  }
}
.cid-uhDD32OvZA .dropdown-menu,
.cid-uhDD32OvZA .navbar.opened {
  background-color: false !important;
}
.cid-uhDD32OvZA .nav-item:focus,
.cid-uhDD32OvZA .nav-link:focus {
  outline: none;
}
.cid-uhDD32OvZA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDD32OvZA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDD32OvZA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDD32OvZA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDD32OvZA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDD32OvZA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDD32OvZA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhDD32OvZA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhDD32OvZA .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDD32OvZA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhDD32OvZA .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.cid-uhDD32OvZA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhDD32OvZA .navbar.collapsed {
  justify-content: center;
}
.cid-uhDD32OvZA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDD32OvZA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhDD32OvZA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDD32OvZA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDD32OvZA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDD32OvZA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhDD32OvZA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhDD32OvZA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhDD32OvZA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhDD32OvZA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDD32OvZA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDD32OvZA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhDD32OvZA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDD32OvZA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhDD32OvZA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDD32OvZA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhDD32OvZA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhDD32OvZA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhDD32OvZA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDD32OvZA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDD32OvZA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhDD32OvZA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDD32OvZA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDD32OvZA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDD32OvZA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhDD32OvZA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhDD32OvZA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhDD32OvZA .dropdown-item.active,
.cid-uhDD32OvZA .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDD32OvZA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDD32OvZA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDD32OvZA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDD32OvZA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhDD32OvZA ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .cid-uhDD32OvZA ul.navbar-nav {
    padding: 8px;
  }
}
.cid-uhDD32OvZA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDD32OvZA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3d4045;
  background: #ffffff;
}
.cid-uhDD32OvZA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed9b82;
}
.cid-uhDD32OvZA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDD32OvZA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDD32OvZA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDD32OvZA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDD32OvZA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDD32OvZA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDD32OvZA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDD32OvZA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDD32OvZA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhDD32OvZA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhDD32OvZA .navbar {
    height: 70px;
  }
  .cid-uhDD32OvZA .navbar.opened {
    height: auto;
  }
  .cid-uhDD32OvZA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDD32OvZA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhDD32OvZA .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhDD32OvZA .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhDD32OvZA .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhDD32OvZA .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uhDD32OvZA .navbar-caption:hover {
  color: #ff6f45;
}
@media (min-width: 992px) {
  .cid-uhDD32OvZA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhDD32OvZA .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uhDD32OvZA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhDD32OvZA .text_widget a:hover {
  color: #ff6f45 !important;
}
.cid-uhDD32OvZA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhDD32OvZA .navbar-caption {
  color: #ffffff;
}
.cid-uhDD32OvZA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhDD32OvZA .mbr-section-subtitle,
.cid-uhDD32OvZA .text_widget,
.cid-uhDD32OvZA .mbr-section-btn {
  text-align: left;
}
.cid-uhDD32OvZA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhDD34eD57 {
  background-image: url("../../../assets/images/bounce-house-rentals5-902x697.jpg");
}
.cid-uhDD34eD57 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDD34eD57 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD34eD57 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD34eD57 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDD34eD57 .col-12 {
  position: relative;
}
.cid-uhDD34eD57 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhDD34eD57 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhDD34eD57 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhDD34eD57 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhDD34eD57 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDD34eD57 .mbr-text,
.cid-uhDD34eD57 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhDD34KtTR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhDD34KtTR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhDD34KtTR .row {
  justify-content: center;
}
.cid-uhDD34KtTR .card-text {
  color: #263d5a;
}
.cid-uhDD34KtTR .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-uhDD34KtTR .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDD34KtTR .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-uhDD34KtTR .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uhDD34KtTR .card {
    padding-bottom: 2rem;
  }
}
.cid-uhDD34KtTR .card-title,
.cid-uhDD34KtTR .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhDD34KtTR .card-subtitle {
  color: #263d5a;
}
.cid-uhDD34KtTR .mbr-section-title {
  text-align: right;
}
.cid-uhDD35AR8X {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDD35AR8X .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD35AR8X .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD35AR8X .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDD35AR8X .mbr-text,
.cid-uhDD35AR8X .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDD35AR8X .mbr-section-title {
  color: #263d5a;
}
.cid-uhDD369Eeg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhDD369Eeg .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uhDD369Eeg .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD369Eeg .row {
    padding: 2rem 1rem;
  }
}
.cid-uhDD369Eeg .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDD369Eeg .card-wrapper {
  overflow: visible;
}
.cid-uhDD369Eeg .card-text {
  color: #263d5a;
}
.cid-uhDD369Eeg .card-title,
.cid-uhDD369Eeg .iconfont-wrapper {
  color: #000000;
}
.cid-uhDD369Eeg .mbr-section-subtitle {
  color: #000000;
}
.cid-uhDD369Eeg .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uhDD369Eeg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDD3732XU {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDD3732XU .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD3732XU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD3732XU .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDD3732XU .mbr-text,
.cid-uhDD3732XU .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDD3732XU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDD37BCaS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhDD37BCaS img {
  border-radius: 30px;
}
.cid-uhDD37BCaS .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD37BCaS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD37BCaS .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhDD37BCaS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDD37BCaS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDD37BCaS .mbr-text,
.cid-uhDD37BCaS .mbr-section-btn {
  color: #000000;
}
.cid-uhDD37BCaS .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDD38ehEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDD38ehEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDD38ehEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhDD38ehEf .container {
    padding: 0 16px;
  }
}
.cid-uhDD38ehEf .row {
  position: relative;
  z-index: 1;
}
.cid-uhDD38ehEf .card {
  justify-content: flex-end;
}
.cid-uhDD38ehEf .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uhDD38ehEf .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhDD38ehEf .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDD38ehEf .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uhDD38ehEf .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uhDD38ehEf .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uhDD38ehEf .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uhDD38ehEf .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhDD38ehEf .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uhDD38ehEf .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhDD38ehEf .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uhDD38ehEf .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uhDD38ehEf .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhDD38ehEf .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhDD38ehEf .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhDD38ehEf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDD38ehEf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uhDD38ehEf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhDD38ehEf .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uhDD38ehEf .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhDD38ehEf .text-wrapper {
    margin-left: 0;
  }
}
.cid-uhDD38ehEf .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uhDD38ehEf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDD38ehEf .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uhDD38ehEf .mbr-text {
  color: #000000;
}
.cid-uhDD38ehEf .card-desc {
  color: #000000;
}
.cid-uhDD38ehEf .card-text {
  color: #000000;
}
.cid-uhDD38ehEf .card-name {
  color: #ffffff;
}
.cid-uhDD38ehEf .card-role {
  color: #ffffff;
}
.cid-uhDD38ehEf .mbr-text,
.cid-uhDD38ehEf .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDD38RNiN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhDD38RNiN .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhDD38RNiN .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD38RNiN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD38RNiN .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uhDD38RNiN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDD38RNiN .row {
  justify-content: center;
}
.cid-uhDD38RNiN .card-text {
  color: #263d5a;
}
.cid-uhDD38RNiN .card-title,
.cid-uhDD38RNiN .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uhDD38RNiN .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDD38RNiN .mbr-section-title {
  color: #263d5a;
}
.cid-uhDD38RNiN .card-price,
.cid-uhDD38RNiN .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhDD39NCyD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhDD39NCyD .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDD39NCyD .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD39NCyD .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD39NCyD .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDD39NCyD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDD39NCyD .mbr-text,
.cid-uhDD39NCyD .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhDD39NCyD .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uhDD3aqtoi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhDD3aqtoi .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhDD3aqtoi .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uhDD3aqtoi .row {
    padding: 2rem 1rem;
  }
}
.cid-uhDD3aqtoi .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDD3aqtoi .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhDD3aqtoi span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhDD3aqtoi .collapsed span {
  transform: rotate(0deg);
}
.cid-uhDD3aqtoi .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhDD3aqtoi .panel-group {
  width: 100%;
}
.cid-uhDD3aqtoi .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhDD3aqtoi .card {
  border-radius: 0px;
}
.cid-uhDD3aqtoi .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uhDD3aqtoi .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhDD3aqtoi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhDD3aqtoi .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhDD3aqtoi .panel-text {
  color: #263d5a;
}
.cid-uhDD3aqtoi .header-text,
.cid-uhDD3aqtoi .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhDD3aqtoi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDD3aqtoi .header-text,
.cid-uhDD3aqtoi .sign,
.cid-uhDD3aqtoi .card-header {
  color: #263d5a;
}
.cid-uhDD3aqtoi .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDD3bhOYE {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDD3bhOYE .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD3bhOYE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD3bhOYE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDD3bhOYE .mbr-text,
.cid-uhDD3bhOYE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhDD3bhOYE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDD3bWq8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhDD3bWq8J img {
  border-radius: 30px;
}
.cid-uhDD3bWq8J .my-auto {
  margin-bottom: 0!important;
}
.cid-uhDD3bWq8J .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDD3bWq8J .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDD3bWq8J .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhDD3bWq8J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDD3bWq8J .mbr-section-title {
  color: #263d5a;
}
.cid-uhDD3bWq8J .mbr-text,
.cid-uhDD3bWq8J .mbr-section-btn {
  color: #000000;
}
.cid-uhDD3bWq8J .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uhDD3cZp19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDD3cZp19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDD3cZp19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDD3cZp19 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDD3cZp19 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhDD3cZp19 .container {
    padding: 0 30px;
  }
}
.cid-uhDD3cZp19 .row {
  justify-content: center;
}
.cid-uhDD3cZp19 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uhDD3cZp19 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhDD3cZp19 .mbr-desc {
  color: #ffffff;
}
.cid-uhDD3cZp19 .mbr-text {
  color: #ffffff;
}
.cid-uhDOVeOXw9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gradient-7.webp");
}
.cid-uhDOVeOXw9 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhDOVeOXw9 img {
  width: 100%;
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uhDOVeOXw9 img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-uhDOVeOXw9 .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhDOVeOXw9 .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhDOVeOXw9 .row {
    padding: 1rem 0rem;
  }
}
.cid-uhDOVeOXw9 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDOVeOXw9 .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhDOVeOXw9 span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhDOVeOXw9 .collapsed span {
  transform: rotate(0deg);
}
.cid-uhDOVeOXw9 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhDOVeOXw9 .panel-group {
  width: 100%;
}
.cid-uhDOVeOXw9 .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhDOVeOXw9 .card {
  border-radius: 0px;
}
.cid-uhDOVeOXw9 .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uhDOVeOXw9 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhDOVeOXw9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhDOVeOXw9 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhDOVeOXw9 .panel-text {
  color: #000000;
}
.cid-uhDOVeOXw9 .header-text,
.cid-uhDOVeOXw9 .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhDOVeOXw9 .mbr-section-title {
  color: #000000;
}
.cid-uhDOVeOXw9 .header-text,
.cid-uhDOVeOXw9 .sign,
.cid-uhDOVeOXw9 .card-header {
  color: #000000;
  text-align: left;
}
.cid-uhDOVeOXw9 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDD3dQKSW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uhDD3dQKSW .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhDD3dQKSW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhDD3dQKSW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhDD3dQKSW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhDD3dQKSW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhDD3dQKSW .mbr-section-title {
  color: #263d5a;
}
.cid-uhDD3eQUB3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #131729;
}
.cid-uhDD3eQUB3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhDD3eQUB3 .wrapper {
  max-width: 350px;
}
.cid-uhDD3eQUB3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhDD3eQUB3 .row {
    text-align: center;
  }
  .cid-uhDD3eQUB3 .social-row {
    justify-content: center;
  }
}
.cid-uhDD3eQUB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhDD3eQUB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhDD3eQUB3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uhDD3eQUB3 .mbr-text {
  color: #ffffff;
}
.cid-uhDD3eQUB3 .mbr-iconfont {
  color: black;
}
.cid-uhDGCUgiio .navbar-dropdown {
  background-color: #3d4045 !important;
  padding: 0;
}
.cid-uhDGCUgiio .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3d4045 !important;
  background: #ffffff;
  background-color: #ffffff !important;
}
.cid-uhDGCUgiio .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhDGCUgiio .menu_box .navbar.opened,
  .cid-uhDGCUgiio .menu_box .navbar-collapse {
    background-color: #3d4045 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhDGCUgiio .navbar-dropdown {
  position: relative !important;
}
.cid-uhDGCUgiio .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhDGCUgiio .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhDGCUgiio .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhDGCUgiio .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhDGCUgiio .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhDGCUgiio .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .cid-uhDGCUgiio .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhDGCUgiio .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhDGCUgiio .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhDGCUgiio .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhDGCUgiio .offcanvas-body .mbr-text,
  .cid-uhDGCUgiio .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhDGCUgiio .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhDGCUgiio .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhDGCUgiio .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed9b82;
  }
  .cid-uhDGCUgiio .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhDGCUgiio .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhDGCUgiio .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhDGCUgiio .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhDGCUgiio ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhDGCUgiio .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDGCUgiio .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhDGCUgiio .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhDGCUgiio li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhDGCUgiio .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhDGCUgiio .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhDGCUgiio .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhDGCUgiio .nav-item {
    margin: 0 !important;
  }
}
.cid-uhDGCUgiio .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhDGCUgiio .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-uhDGCUgiio .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhDGCUgiio .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhDGCUgiio .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDGCUgiio .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDGCUgiio .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhDGCUgiio .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhDGCUgiio .offcanvas_box {
    display: none;
  }
}
.cid-uhDGCUgiio .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.cid-uhDGCUgiio .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhDGCUgiio .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhDGCUgiio .container {
  display: flex;
  margin: auto;
}
.cid-uhDGCUgiio .container,
.cid-uhDGCUgiio .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDGCUgiio .container,
  .cid-uhDGCUgiio .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhDGCUgiio .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhDGCUgiio .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhDGCUgiio .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhDGCUgiio .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhDGCUgiio .navbar-nav {
    margin: 0;
  }
}
.cid-uhDGCUgiio .dropdown-menu,
.cid-uhDGCUgiio .navbar.opened {
  background-color: false !important;
}
.cid-uhDGCUgiio .nav-item:focus,
.cid-uhDGCUgiio .nav-link:focus {
  outline: none;
}
.cid-uhDGCUgiio .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDGCUgiio .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDGCUgiio .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDGCUgiio .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDGCUgiio .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDGCUgiio .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDGCUgiio .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhDGCUgiio .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhDGCUgiio .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDGCUgiio .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhDGCUgiio .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.cid-uhDGCUgiio .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhDGCUgiio .navbar.collapsed {
  justify-content: center;
}
.cid-uhDGCUgiio .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDGCUgiio .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhDGCUgiio .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDGCUgiio .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDGCUgiio .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDGCUgiio .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhDGCUgiio .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhDGCUgiio .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhDGCUgiio .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhDGCUgiio .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDGCUgiio .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDGCUgiio .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhDGCUgiio .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDGCUgiio .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhDGCUgiio .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDGCUgiio .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhDGCUgiio .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhDGCUgiio .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhDGCUgiio .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDGCUgiio .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDGCUgiio .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhDGCUgiio .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDGCUgiio .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDGCUgiio .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDGCUgiio .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhDGCUgiio .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhDGCUgiio .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhDGCUgiio .dropdown-item.active,
.cid-uhDGCUgiio .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDGCUgiio .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDGCUgiio .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDGCUgiio .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDGCUgiio .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhDGCUgiio ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .cid-uhDGCUgiio ul.navbar-nav {
    padding: 8px;
  }
}
.cid-uhDGCUgiio .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDGCUgiio button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3d4045;
  background: #ffffff;
}
.cid-uhDGCUgiio button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed9b82;
}
.cid-uhDGCUgiio button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDGCUgiio button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDGCUgiio button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDGCUgiio button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDGCUgiio nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDGCUgiio nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDGCUgiio nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDGCUgiio nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDGCUgiio a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhDGCUgiio .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhDGCUgiio .navbar {
    height: 70px;
  }
  .cid-uhDGCUgiio .navbar.opened {
    height: auto;
  }
  .cid-uhDGCUgiio .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDGCUgiio .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhDGCUgiio .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhDGCUgiio .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhDGCUgiio .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhDGCUgiio .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uhDGCUgiio .navbar-caption:hover {
  color: #ff6f45;
}
@media (min-width: 992px) {
  .cid-uhDGCUgiio .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhDGCUgiio .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uhDGCUgiio .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhDGCUgiio .text_widget a:hover {
  color: #ff6f45 !important;
}
.cid-uhDGCUgiio .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhDGCUgiio .navbar-caption {
  color: #ffffff;
}
.cid-uhDGCUgiio .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhDGCUgiio .mbr-section-subtitle,
.cid-uhDGCUgiio .text_widget,
.cid-uhDGCUgiio .mbr-section-btn {
  text-align: left;
}
.cid-uhDGCUgiio a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhDGCWjLDs {
  background-image: url("../../../assets/images/bounce-house-rentals8-1024x768.jpg");
}
.cid-uhDGCWjLDs .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDGCWjLDs .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGCWjLDs .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGCWjLDs .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDGCWjLDs .col-12 {
  position: relative;
}
.cid-uhDGCWjLDs .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhDGCWjLDs .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhDGCWjLDs .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhDGCWjLDs .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhDGCWjLDs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDGCWjLDs .mbr-text,
.cid-uhDGCWjLDs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhDGCWUfmH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhDGCWUfmH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhDGCWUfmH .row {
  justify-content: center;
}
.cid-uhDGCWUfmH .card-text {
  color: #263d5a;
}
.cid-uhDGCWUfmH .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-uhDGCWUfmH .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDGCWUfmH .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-uhDGCWUfmH .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uhDGCWUfmH .card {
    padding-bottom: 2rem;
  }
}
.cid-uhDGCWUfmH .card-title,
.cid-uhDGCWUfmH .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhDGCWUfmH .card-subtitle {
  color: #263d5a;
}
.cid-uhDGCWUfmH .mbr-section-title {
  text-align: right;
}
.cid-uhDGCXDV16 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDGCXDV16 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGCXDV16 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGCXDV16 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDGCXDV16 .mbr-text,
.cid-uhDGCXDV16 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDGCXDV16 .mbr-section-title {
  color: #263d5a;
}
.cid-uhDGCYiR0A {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhDGCYiR0A .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uhDGCYiR0A .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGCYiR0A .row {
    padding: 2rem 1rem;
  }
}
.cid-uhDGCYiR0A .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDGCYiR0A .card-wrapper {
  overflow: visible;
}
.cid-uhDGCYiR0A .card-text {
  color: #263d5a;
}
.cid-uhDGCYiR0A .card-title,
.cid-uhDGCYiR0A .iconfont-wrapper {
  color: #000000;
}
.cid-uhDGCYiR0A .mbr-section-subtitle {
  color: #000000;
}
.cid-uhDGCYiR0A .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uhDGCYiR0A .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDGCZaLPE {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDGCZaLPE .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGCZaLPE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGCZaLPE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDGCZaLPE .mbr-text,
.cid-uhDGCZaLPE .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDGCZaLPE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDGCZPTm2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhDGCZPTm2 img {
  border-radius: 30px;
}
.cid-uhDGCZPTm2 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGCZPTm2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGCZPTm2 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhDGCZPTm2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDGCZPTm2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDGCZPTm2 .mbr-text,
.cid-uhDGCZPTm2 .mbr-section-btn {
  color: #000000;
}
.cid-uhDGCZPTm2 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDGD0xXtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDGD0xXtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDGD0xXtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhDGD0xXtb .container {
    padding: 0 16px;
  }
}
.cid-uhDGD0xXtb .row {
  position: relative;
  z-index: 1;
}
.cid-uhDGD0xXtb .card {
  justify-content: flex-end;
}
.cid-uhDGD0xXtb .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uhDGD0xXtb .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhDGD0xXtb .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDGD0xXtb .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uhDGD0xXtb .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uhDGD0xXtb .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uhDGD0xXtb .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uhDGD0xXtb .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhDGD0xXtb .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uhDGD0xXtb .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhDGD0xXtb .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uhDGD0xXtb .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uhDGD0xXtb .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhDGD0xXtb .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhDGD0xXtb .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhDGD0xXtb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDGD0xXtb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uhDGD0xXtb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhDGD0xXtb .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uhDGD0xXtb .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhDGD0xXtb .text-wrapper {
    margin-left: 0;
  }
}
.cid-uhDGD0xXtb .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uhDGD0xXtb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDGD0xXtb .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uhDGD0xXtb .mbr-text {
  color: #000000;
}
.cid-uhDGD0xXtb .card-desc {
  color: #000000;
}
.cid-uhDGD0xXtb .card-text {
  color: #000000;
}
.cid-uhDGD0xXtb .card-name {
  color: #ffffff;
}
.cid-uhDGD0xXtb .card-role {
  color: #ffffff;
}
.cid-uhDGD0xXtb .mbr-text,
.cid-uhDGD0xXtb .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDGD1fNiX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhDGD1fNiX .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhDGD1fNiX .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGD1fNiX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGD1fNiX .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uhDGD1fNiX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDGD1fNiX .row {
  justify-content: center;
}
.cid-uhDGD1fNiX .card-text {
  color: #263d5a;
}
.cid-uhDGD1fNiX .card-title,
.cid-uhDGD1fNiX .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uhDGD1fNiX .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDGD1fNiX .mbr-section-title {
  color: #263d5a;
}
.cid-uhDGD1fNiX .card-price,
.cid-uhDGD1fNiX .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhDGD2apgg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhDGD2apgg .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDGD2apgg .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGD2apgg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGD2apgg .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDGD2apgg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDGD2apgg .mbr-text,
.cid-uhDGD2apgg .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhDGD2apgg .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uhDGD2R3XN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhDGD2R3XN .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhDGD2R3XN .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uhDGD2R3XN .row {
    padding: 2rem 1rem;
  }
}
.cid-uhDGD2R3XN .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDGD2R3XN .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhDGD2R3XN span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhDGD2R3XN .collapsed span {
  transform: rotate(0deg);
}
.cid-uhDGD2R3XN .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhDGD2R3XN .panel-group {
  width: 100%;
}
.cid-uhDGD2R3XN .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhDGD2R3XN .card {
  border-radius: 0px;
}
.cid-uhDGD2R3XN .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uhDGD2R3XN .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhDGD2R3XN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhDGD2R3XN .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhDGD2R3XN .panel-text {
  color: #263d5a;
}
.cid-uhDGD2R3XN .header-text,
.cid-uhDGD2R3XN .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhDGD2R3XN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDGD2R3XN .header-text,
.cid-uhDGD2R3XN .sign,
.cid-uhDGD2R3XN .card-header {
  color: #263d5a;
}
.cid-uhDGD2R3XN .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDGD3VRdE {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDGD3VRdE .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGD3VRdE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGD3VRdE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDGD3VRdE .mbr-text,
.cid-uhDGD3VRdE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhDGD3VRdE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDGD4MwT6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhDGD4MwT6 img {
  border-radius: 30px;
}
.cid-uhDGD4MwT6 .my-auto {
  margin-bottom: 0!important;
}
.cid-uhDGD4MwT6 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDGD4MwT6 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDGD4MwT6 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhDGD4MwT6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDGD4MwT6 .mbr-section-title {
  color: #263d5a;
}
.cid-uhDGD4MwT6 .mbr-text,
.cid-uhDGD4MwT6 .mbr-section-btn {
  color: #000000;
}
.cid-uhDGD4MwT6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uhDJCdVxNG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff6f45;
}
.cid-uhDJCdVxNG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uhDJCdVxNG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uhDJCdVxNG .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-uhDGD5DmiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDGD5DmiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDGD5DmiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDGD5DmiZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDGD5DmiZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhDGD5DmiZ .container {
    padding: 0 30px;
  }
}
.cid-uhDGD5DmiZ .row {
  justify-content: center;
}
.cid-uhDGD5DmiZ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uhDGD5DmiZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhDGD5DmiZ .mbr-desc {
  color: #ffffff;
}
.cid-uhDGD5DmiZ .mbr-text {
  color: #ffffff;
}
.cid-uhDRNmpXEb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gradient-7.webp");
}
.cid-uhDRNmpXEb .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhDRNmpXEb img {
  width: 100%;
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uhDRNmpXEb img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-uhDRNmpXEb .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhDRNmpXEb .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhDRNmpXEb .row {
    padding: 1rem 0rem;
  }
}
.cid-uhDRNmpXEb .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDRNmpXEb .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhDRNmpXEb span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhDRNmpXEb .collapsed span {
  transform: rotate(0deg);
}
.cid-uhDRNmpXEb .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhDRNmpXEb .panel-group {
  width: 100%;
}
.cid-uhDRNmpXEb .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhDRNmpXEb .card {
  border-radius: 0px;
}
.cid-uhDRNmpXEb .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uhDRNmpXEb .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhDRNmpXEb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhDRNmpXEb .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhDRNmpXEb .panel-text {
  color: #000000;
}
.cid-uhDRNmpXEb .header-text,
.cid-uhDRNmpXEb .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhDRNmpXEb .mbr-section-title {
  color: #000000;
}
.cid-uhDRNmpXEb .header-text,
.cid-uhDRNmpXEb .sign,
.cid-uhDRNmpXEb .card-header {
  color: #000000;
  text-align: left;
}
.cid-uhDRNmpXEb .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDGD7pK4n {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uhDGD7pK4n .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhDGD7pK4n .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhDGD7pK4n .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhDGD7pK4n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhDGD7pK4n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhDGD7pK4n .mbr-section-title {
  color: #263d5a;
}
.cid-uhDGD8qVLs {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #131729;
}
.cid-uhDGD8qVLs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhDGD8qVLs .wrapper {
  max-width: 350px;
}
.cid-uhDGD8qVLs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhDGD8qVLs .row {
    text-align: center;
  }
  .cid-uhDGD8qVLs .social-row {
    justify-content: center;
  }
}
.cid-uhDGD8qVLs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhDGD8qVLs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhDGD8qVLs .list {
    margin-bottom: 0rem;
  }
}
.cid-uhDGD8qVLs .mbr-text {
  color: #ffffff;
}
.cid-uhDGD8qVLs .mbr-iconfont {
  color: black;
}
.cid-uhDM8pOqds .navbar-dropdown {
  background-color: #3d4045 !important;
  padding: 0;
}
.cid-uhDM8pOqds .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3d4045 !important;
  background: #ffffff;
  background-color: #ffffff !important;
}
.cid-uhDM8pOqds .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhDM8pOqds .menu_box .navbar.opened,
  .cid-uhDM8pOqds .menu_box .navbar-collapse {
    background-color: #3d4045 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhDM8pOqds .navbar-dropdown {
  position: relative !important;
}
.cid-uhDM8pOqds .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhDM8pOqds .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhDM8pOqds .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhDM8pOqds .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhDM8pOqds .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhDM8pOqds .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #8a9198;
  }
  .cid-uhDM8pOqds .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhDM8pOqds .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhDM8pOqds .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhDM8pOqds .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhDM8pOqds .offcanvas-body .mbr-text,
  .cid-uhDM8pOqds .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhDM8pOqds .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhDM8pOqds .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhDM8pOqds .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed9b82;
  }
  .cid-uhDM8pOqds .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhDM8pOqds .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhDM8pOqds .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhDM8pOqds .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhDM8pOqds ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhDM8pOqds .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDM8pOqds .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhDM8pOqds .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhDM8pOqds li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhDM8pOqds .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhDM8pOqds .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhDM8pOqds .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhDM8pOqds .nav-item {
    margin: 0 !important;
  }
}
.cid-uhDM8pOqds .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhDM8pOqds .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-uhDM8pOqds .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhDM8pOqds .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhDM8pOqds .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDM8pOqds .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhDM8pOqds .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhDM8pOqds .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhDM8pOqds .offcanvas_box {
    display: none;
  }
}
.cid-uhDM8pOqds .dropdown-item {
  border: none;
  font-weight: 700 !important;
}
.cid-uhDM8pOqds .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhDM8pOqds .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhDM8pOqds .container {
  display: flex;
  margin: auto;
}
.cid-uhDM8pOqds .container,
.cid-uhDM8pOqds .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDM8pOqds .container,
  .cid-uhDM8pOqds .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhDM8pOqds .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhDM8pOqds .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhDM8pOqds .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhDM8pOqds .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhDM8pOqds .navbar-nav {
    margin: 0;
  }
}
.cid-uhDM8pOqds .dropdown-menu,
.cid-uhDM8pOqds .navbar.opened {
  background-color: false !important;
}
.cid-uhDM8pOqds .nav-item:focus,
.cid-uhDM8pOqds .nav-link:focus {
  outline: none;
}
.cid-uhDM8pOqds .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDM8pOqds .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDM8pOqds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDM8pOqds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDM8pOqds .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDM8pOqds .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDM8pOqds .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhDM8pOqds .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhDM8pOqds .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDM8pOqds .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhDM8pOqds .navbar .navbar-logo img {
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
  border-radius: 10px;
}
.cid-uhDM8pOqds .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhDM8pOqds .navbar.collapsed {
  justify-content: center;
}
.cid-uhDM8pOqds .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDM8pOqds .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhDM8pOqds .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDM8pOqds .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDM8pOqds .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDM8pOqds .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhDM8pOqds .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhDM8pOqds .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhDM8pOqds .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhDM8pOqds .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDM8pOqds .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDM8pOqds .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhDM8pOqds .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDM8pOqds .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhDM8pOqds .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDM8pOqds .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhDM8pOqds .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhDM8pOqds .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhDM8pOqds .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDM8pOqds .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDM8pOqds .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhDM8pOqds .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDM8pOqds .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDM8pOqds .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDM8pOqds .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhDM8pOqds .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhDM8pOqds .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhDM8pOqds .dropdown-item.active,
.cid-uhDM8pOqds .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDM8pOqds .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDM8pOqds .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDM8pOqds .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDM8pOqds .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhDM8pOqds ul.navbar-nav {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .cid-uhDM8pOqds ul.navbar-nav {
    padding: 8px;
  }
}
.cid-uhDM8pOqds .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDM8pOqds button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3d4045;
  background: #ffffff;
}
.cid-uhDM8pOqds button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed9b82;
}
.cid-uhDM8pOqds button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDM8pOqds button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDM8pOqds button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDM8pOqds button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDM8pOqds nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDM8pOqds nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDM8pOqds nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDM8pOqds nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDM8pOqds a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhDM8pOqds .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhDM8pOqds .navbar {
    height: 70px;
  }
  .cid-uhDM8pOqds .navbar.opened {
    height: auto;
  }
  .cid-uhDM8pOqds .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDM8pOqds .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhDM8pOqds .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhDM8pOqds .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhDM8pOqds .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhDM8pOqds .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uhDM8pOqds .navbar-caption:hover {
  color: #ff6f45;
}
@media (min-width: 992px) {
  .cid-uhDM8pOqds .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhDM8pOqds .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-uhDM8pOqds .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhDM8pOqds .text_widget a:hover {
  color: #ff6f45 !important;
}
.cid-uhDM8pOqds .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhDM8pOqds .navbar-caption {
  color: #ffffff;
}
.cid-uhDM8pOqds .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhDM8pOqds .mbr-section-subtitle,
.cid-uhDM8pOqds .text_widget,
.cid-uhDM8pOqds .mbr-section-btn {
  text-align: left;
}
.cid-uhDM8pOqds a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhDM8rl45L {
  background-image: url("../../../assets/images/bounce-house-rentals11-1440x1080.jpg");
}
.cid-uhDM8rl45L .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDM8rl45L .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8rl45L .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8rl45L .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDM8rl45L .col-12 {
  position: relative;
}
.cid-uhDM8rl45L .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uhDM8rl45L .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uhDM8rl45L .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uhDM8rl45L .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uhDM8rl45L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDM8rl45L .mbr-text,
.cid-uhDM8rl45L .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhDM8rZrAt {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhDM8rZrAt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhDM8rZrAt .row {
  justify-content: center;
}
.cid-uhDM8rZrAt .card-text {
  color: #263d5a;
}
.cid-uhDM8rZrAt .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-uhDM8rZrAt .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDM8rZrAt .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-uhDM8rZrAt .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uhDM8rZrAt .card {
    padding-bottom: 2rem;
  }
}
.cid-uhDM8rZrAt .card-title,
.cid-uhDM8rZrAt .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhDM8rZrAt .card-subtitle {
  color: #263d5a;
}
.cid-uhDM8rZrAt .mbr-section-title {
  text-align: right;
}
.cid-uhDM8sMInq {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDM8sMInq .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8sMInq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8sMInq .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDM8sMInq .mbr-text,
.cid-uhDM8sMInq .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDM8sMInq .mbr-section-title {
  color: #263d5a;
}
.cid-uhDM8tqohu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhDM8tqohu .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uhDM8tqohu .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8tqohu .row {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8tqohu .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDM8tqohu .card-wrapper {
  overflow: visible;
}
.cid-uhDM8tqohu .card-text {
  color: #263d5a;
}
.cid-uhDM8tqohu .card-title,
.cid-uhDM8tqohu .iconfont-wrapper {
  color: #000000;
}
.cid-uhDM8tqohu .mbr-section-subtitle {
  color: #000000;
}
.cid-uhDM8tqohu .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uhDM8tqohu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDM8uDu8F {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDM8uDu8F .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8uDu8F .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8uDu8F .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDM8uDu8F .mbr-text,
.cid-uhDM8uDu8F .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDM8uDu8F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDM8vsotM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhDM8vsotM img {
  border-radius: 30px;
}
.cid-uhDM8vsotM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8vsotM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8vsotM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhDM8vsotM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDM8vsotM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDM8vsotM .mbr-text,
.cid-uhDM8vsotM .mbr-section-btn {
  color: #000000;
}
.cid-uhDM8vsotM .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDM8whgcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDM8whgcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDM8whgcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhDM8whgcG .container {
    padding: 0 16px;
  }
}
.cid-uhDM8whgcG .row {
  position: relative;
  z-index: 1;
}
.cid-uhDM8whgcG .card {
  justify-content: flex-end;
}
.cid-uhDM8whgcG .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uhDM8whgcG .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhDM8whgcG .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDM8whgcG .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uhDM8whgcG .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uhDM8whgcG .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uhDM8whgcG .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uhDM8whgcG .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #ffffff;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhDM8whgcG .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uhDM8whgcG .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #ffb18a;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhDM8whgcG .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uhDM8whgcG .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uhDM8whgcG .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uhDM8whgcG .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uhDM8whgcG .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhDM8whgcG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uhDM8whgcG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uhDM8whgcG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhDM8whgcG .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uhDM8whgcG .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhDM8whgcG .text-wrapper {
    margin-left: 0;
  }
}
.cid-uhDM8whgcG .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uhDM8whgcG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDM8whgcG .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uhDM8whgcG .mbr-text {
  color: #000000;
}
.cid-uhDM8whgcG .card-desc {
  color: #000000;
}
.cid-uhDM8whgcG .card-text {
  color: #000000;
}
.cid-uhDM8whgcG .card-name {
  color: #ffffff;
}
.cid-uhDM8whgcG .card-role {
  color: #ffffff;
}
.cid-uhDM8whgcG .mbr-text,
.cid-uhDM8whgcG .mbr-section-btn {
  color: #ffffff;
}
.cid-uhDM8x4Mjf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uhDM8x4Mjf .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhDM8x4Mjf .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8x4Mjf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8x4Mjf .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uhDM8x4Mjf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDM8x4Mjf .row {
  justify-content: center;
}
.cid-uhDM8x4Mjf .card-text {
  color: #263d5a;
}
.cid-uhDM8x4Mjf .card-title,
.cid-uhDM8x4Mjf .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uhDM8x4Mjf .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDM8x4Mjf .mbr-section-title {
  color: #263d5a;
}
.cid-uhDM8x4Mjf .card-price,
.cid-uhDM8x4Mjf .iconfont-wrapper {
  color: #263d5a;
}
.cid-uhDM8ybWnp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhDM8ybWnp .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uhDM8ybWnp .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8ybWnp .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8ybWnp .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-uhDM8ybWnp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDM8ybWnp .mbr-text,
.cid-uhDM8ybWnp .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-uhDM8ybWnp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uhDM8z1rdg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhDM8z1rdg .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhDM8z1rdg .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uhDM8z1rdg .row {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8z1rdg .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDM8z1rdg .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhDM8z1rdg span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhDM8z1rdg .collapsed span {
  transform: rotate(0deg);
}
.cid-uhDM8z1rdg .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhDM8z1rdg .panel-group {
  width: 100%;
}
.cid-uhDM8z1rdg .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhDM8z1rdg .card {
  border-radius: 0px;
}
.cid-uhDM8z1rdg .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uhDM8z1rdg .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhDM8z1rdg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhDM8z1rdg .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhDM8z1rdg .panel-text {
  color: #263d5a;
}
.cid-uhDM8z1rdg .header-text,
.cid-uhDM8z1rdg .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhDM8z1rdg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhDM8z1rdg .header-text,
.cid-uhDM8z1rdg .sign,
.cid-uhDM8z1rdg .card-header {
  color: #263d5a;
}
.cid-uhDM8z1rdg .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDM8A6UBM {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uhDM8A6UBM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8A6UBM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8A6UBM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDM8A6UBM .mbr-text,
.cid-uhDM8A6UBM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhDM8A6UBM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhDM8AVyhe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhDM8AVyhe img {
  border-radius: 30px;
}
.cid-uhDM8AVyhe .my-auto {
  margin-bottom: 0!important;
}
.cid-uhDM8AVyhe .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhDM8AVyhe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhDM8AVyhe .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uhDM8AVyhe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhDM8AVyhe .mbr-section-title {
  color: #263d5a;
}
.cid-uhDM8AVyhe .mbr-text,
.cid-uhDM8AVyhe .mbr-section-btn {
  color: #000000;
}
.cid-uhDM8AVyhe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uhDM8CwFTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhDM8CwFTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDM8CwFTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDM8CwFTE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhDM8CwFTE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhDM8CwFTE .container {
    padding: 0 30px;
  }
}
.cid-uhDM8CwFTE .row {
  justify-content: center;
}
.cid-uhDM8CwFTE .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uhDM8CwFTE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhDM8CwFTE .mbr-desc {
  color: #ffffff;
}
.cid-uhDM8CwFTE .mbr-text {
  color: #ffffff;
}
.cid-uhDSjL7GJO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gradient-7.webp");
}
.cid-uhDSjL7GJO .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhDSjL7GJO img {
  width: 100%;
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uhDSjL7GJO img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-uhDSjL7GJO .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhDSjL7GJO .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhDSjL7GJO .row {
    padding: 1rem 0rem;
  }
}
.cid-uhDSjL7GJO .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uhDSjL7GJO .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uhDSjL7GJO span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uhDSjL7GJO .collapsed span {
  transform: rotate(0deg);
}
.cid-uhDSjL7GJO .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uhDSjL7GJO .panel-group {
  width: 100%;
}
.cid-uhDSjL7GJO .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uhDSjL7GJO .card {
  border-radius: 0px;
}
.cid-uhDSjL7GJO .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uhDSjL7GJO .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhDSjL7GJO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhDSjL7GJO .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uhDSjL7GJO .panel-text {
  color: #000000;
}
.cid-uhDSjL7GJO .header-text,
.cid-uhDSjL7GJO .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uhDSjL7GJO .mbr-section-title {
  color: #000000;
}
.cid-uhDSjL7GJO .header-text,
.cid-uhDSjL7GJO .sign,
.cid-uhDSjL7GJO .card-header {
  color: #000000;
  text-align: left;
}
.cid-uhDSjL7GJO .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uhDM8Dnxu9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uhDM8Dnxu9 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-uhDM8Dnxu9 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-uhDM8Dnxu9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhDM8Dnxu9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhDM8Dnxu9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhDM8Dnxu9 .mbr-section-title {
  color: #263d5a;
}
.cid-uhDM8EfGeM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #131729;
}
.cid-uhDM8EfGeM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhDM8EfGeM .wrapper {
  max-width: 350px;
}
.cid-uhDM8EfGeM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhDM8EfGeM .row {
    text-align: center;
  }
  .cid-uhDM8EfGeM .social-row {
    justify-content: center;
  }
}
.cid-uhDM8EfGeM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhDM8EfGeM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhDM8EfGeM .list {
    margin-bottom: 0rem;
  }
}
.cid-uhDM8EfGeM .mbr-text {
  color: #ffffff;
}
.cid-uhDM8EfGeM .mbr-iconfont {
  color: black;
}
