body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #161be7 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #161be7 !important;
  border-color: #161be7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e1298 !important;
  border-color: #0e1298 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1298 !important;
  border-color: #0e1298 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #161be7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e1298 !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: #161be7 !important;
  border-color: #161be7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !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: #edb5bf !important;
  border-color: #edb5bf !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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !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: #161be7 !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !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: #0d108a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !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: #c7c7c7 !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: #161be7;
}
.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-gallery-filter li.active .btn {
  background-color: #161be7;
  border-color: #161be7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #161be7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfd0fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #161be7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #161be7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #161be7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #161be7;
}
.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: #161be7;
  border-bottom-color: #161be7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #161be7 !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: #edb5bf !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='%23161be7' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #161be7 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ff9966 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/water-slide-rentals.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucCzW3ZS0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCzW3ZS0B .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucCzW3ZS0B .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucCzW3ZS0B .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ff9966;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sFGNHRkFsi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGNHRkFsi .card-title {
  text-align: center;
}
.cid-ucCzZcUUyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCzZcUUyN .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCzZcUUyN .mbr-text {
  text-align: left;
}
.cid-sFGOTvnvck {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGNGNNW5A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ff9966;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: center;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-sFGNGNNW5A .item-title DIV {
  text-align: center;
}
.cid-ucCBqR7U9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFGS12H2E8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ff9966;
}
.cid-sFGS12H2E8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sFGS12H2E8 .currentcost {
  color: #232323;
}
.cid-sFGS12H2E8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 1rem;
  }
}
.cid-sFGS12H2E8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGS12H2E8 H5 {
  text-align: center;
}
.cid-sFGS12H2E8 .mbr-text,
.cid-sFGS12H2E8 .cost,
.cid-sFGS12H2E8 .mbr-section-btn {
  text-align: center;
}
.cid-ucCBrMzsVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCBHQi3eo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-ucCBHQi3eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCBHQi3eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCBHQi3eo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCBHQi3eo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCBHQi3eo .container {
    padding: 0 12px;
  }
}
.cid-ucCBHQi3eo .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucCBHQi3eo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucCBHQi3eo .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCBHQi3eo .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .panel-group {
    padding: 24px;
  }
}
.cid-ucCBHQi3eo .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #ff9966;
  margin-bottom: 32px;
}
.cid-ucCBHQi3eo .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucCBHQi3eo .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucCBHQi3eo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCBHQi3eo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucCBHQi3eo .mbr-text {
  color: #ffffff;
}
.cid-ucCBHQi3eo .panel-title-edit {
  color: #ffffff;
}
.cid-ucCBHQi3eo .panel-text {
  color: #ffffff;
}
.cid-ucCBKQop4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCBKQop4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCBKQop4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCBKQop4N .card-wrapper {
  background: #ff9966;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucCBKQop4N .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucCBKQop4N .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCBKQop4N .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucCBKQop4N .mbr-text,
.cid-ucCBKQop4N .mbr-section-btn {
  color: #000000;
}
.cid-ucCBKQop4N .card-title,
.cid-ucCBKQop4N .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucCBY5DczZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
  overflow: hidden;
}
.cid-ucCBY5DczZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCBY5DczZ .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-ucCBY5DczZ .container {
    padding: 0 22px;
  }
}
.cid-ucCBY5DczZ .card {
  justify-content: center;
}
.cid-ucCBY5DczZ .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucCBY5DczZ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucCBY5DczZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucCBY5DczZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucCBY5DczZ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucCBY5DczZ .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-ucCBY5DczZ .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucCBY5DczZ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucCBY5DczZ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucCBY5DczZ .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucCBY5DczZ .mbr-section-title {
  color: #000000;
}
.cid-ucCBY5DczZ .mbr-text {
  color: #000000;
}
.cid-ucCCZmQQM1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCCZmQQM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCCZmQQM1 .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-ucCCZmQQM1 .container {
    padding: 0 30px;
  }
}
.cid-ucCCZmQQM1 .row {
  justify-content: center;
}
.cid-ucCCZmQQM1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucCCZmQQM1 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCCZmQQM1 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucCCZmQQM1 .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucCCZmQQM1 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCCZmQQM1 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucCCZmQQM1 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucCD8dweAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucCD8dweAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCD8dweAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCD8dweAm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucCD8dweAm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCD8dweAm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucCD8dweAm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCD8dweAm .container {
    padding: 0 16px;
  }
}
.cid-ucCD8dweAm .row {
  justify-content: center;
}
.cid-ucCD8dweAm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucCD8dweAm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucCD8dweAm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucCD8dweAm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucCD8dweAm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucCD8dweAm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .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-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucCDjx4OdK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucCDjx4OdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCDjx4OdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCDjx4OdK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCDjx4OdK .row {
    text-align: center;
  }
  .cid-ucCDjx4OdK .row > div {
    margin: auto;
  }
  .cid-ucCDjx4OdK .social-row {
    justify-content: center;
  }
}
.cid-ucCDjx4OdK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCDjx4OdK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCDjx4OdK .mbr-text {
  color: #000000;
}
.cid-ucCDjx4OdK .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;
}
.cid-ucCDjx4OdK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCDjx4OdK H5 {
  color: #000000;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #161be7 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ff9966 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucCT1OLbbL {
  background-image: url("../../../assets/images/water-slide-rentals3.jpg");
}
.cid-ucCT1OLbbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCT1OLbbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCT1OLbbL .mbr-section-title {
  text-align: left;
}
.cid-ucCT40s1mm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCT40s1mm .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCT40s1mm .mbr-text {
  color: #000000;
}
.cid-ucCDjx4OdK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucCDjx4OdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCDjx4OdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCDjx4OdK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCDjx4OdK .row {
    text-align: center;
  }
  .cid-ucCDjx4OdK .row > div {
    margin: auto;
  }
  .cid-ucCDjx4OdK .social-row {
    justify-content: center;
  }
}
.cid-ucCDjx4OdK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCDjx4OdK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCDjx4OdK .mbr-text {
  color: #000000;
}
.cid-ucCDjx4OdK .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;
}
.cid-ucCDjx4OdK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCDjx4OdK H5 {
  color: #000000;
}
.cid-ucCTyp5Nvk .navbar-dropdown {
  position: relative !important;
}
.cid-ucCTyp5Nvk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCTyp5Nvk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCTyp5Nvk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCTyp5Nvk .dropdown-item:hover,
.cid-ucCTyp5Nvk .dropdown-item:focus {
  background: #161be7 !important;
  color: white !important;
}
.cid-ucCTyp5Nvk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCTyp5Nvk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCTyp5Nvk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCTyp5Nvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCTyp5Nvk .nav-link {
  position: relative;
}
.cid-ucCTyp5Nvk .container {
  display: flex;
  margin: auto;
}
.cid-ucCTyp5Nvk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCTyp5Nvk .dropdown-menu,
.cid-ucCTyp5Nvk .navbar.opened {
  background: #ff9966 !important;
}
.cid-ucCTyp5Nvk .nav-item:focus,
.cid-ucCTyp5Nvk .nav-link:focus {
  outline: none;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCTyp5Nvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCTyp5Nvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCTyp5Nvk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-ucCTyp5Nvk .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCTyp5Nvk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCTyp5Nvk .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCTyp5Nvk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCTyp5Nvk .navbar.collapsed {
  justify-content: center;
}
.cid-ucCTyp5Nvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCTyp5Nvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucCTyp5Nvk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucCTyp5Nvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCTyp5Nvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCTyp5Nvk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucCTyp5Nvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCTyp5Nvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCTyp5Nvk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCTyp5Nvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCTyp5Nvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCTyp5Nvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCTyp5Nvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCTyp5Nvk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucCTyp5Nvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCTyp5Nvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCTyp5Nvk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCTyp5Nvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCTyp5Nvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCTyp5Nvk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucCTyp5Nvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCTyp5Nvk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCTyp5Nvk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCTyp5Nvk .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-ucCTyp5Nvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCTyp5Nvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCTyp5Nvk .dropdown-item.active,
.cid-ucCTyp5Nvk .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCTyp5Nvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCTyp5Nvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCTyp5Nvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCTyp5Nvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-ucCTyp5Nvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCTyp5Nvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCTyp5Nvk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCTyp5Nvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCTyp5Nvk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucCTyp5Nvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCTyp5Nvk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucCTyp5Nvk .navbar {
    height: 70px;
  }
  .cid-ucCTyp5Nvk .navbar.opened {
    height: auto;
  }
  .cid-ucCTyp5Nvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucCTypK7qI {
  background-image: url("../../../assets/images/water-slide-rentals4.jpg");
}
.cid-ucCTypK7qI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCTypK7qI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCTypK7qI .mbr-section-title {
  text-align: left;
}
.cid-ucCTyqdWFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCTyqdWFB .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCTyqdWFB .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ucCTyqAUua {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucCTyqAUua .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCTyqAUua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCTyqAUua .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCTyqAUua .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCTyqAUua .row {
    text-align: center;
  }
  .cid-ucCTyqAUua .row > div {
    margin: auto;
  }
  .cid-ucCTyqAUua .social-row {
    justify-content: center;
  }
}
.cid-ucCTyqAUua .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCTyqAUua .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCTyqAUua .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCTyqAUua .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCTyqAUua .mbr-text {
  color: #000000;
}
.cid-ucCTyqAUua .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;
}
.cid-ucCTyqAUua .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCTyqAUua div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCTyqAUua H5 {
  color: #000000;
}
.cid-ucCUZB6J8m .navbar-dropdown {
  position: relative !important;
}
.cid-ucCUZB6J8m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCUZB6J8m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCUZB6J8m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCUZB6J8m .dropdown-item:hover,
.cid-ucCUZB6J8m .dropdown-item:focus {
  background: #161be7 !important;
  color: white !important;
}
.cid-ucCUZB6J8m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCUZB6J8m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCUZB6J8m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCUZB6J8m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCUZB6J8m .nav-link {
  position: relative;
}
.cid-ucCUZB6J8m .container {
  display: flex;
  margin: auto;
}
.cid-ucCUZB6J8m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCUZB6J8m .dropdown-menu,
.cid-ucCUZB6J8m .navbar.opened {
  background: #ff9966 !important;
}
.cid-ucCUZB6J8m .nav-item:focus,
.cid-ucCUZB6J8m .nav-link:focus {
  outline: none;
}
.cid-ucCUZB6J8m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCUZB6J8m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCUZB6J8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCUZB6J8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCUZB6J8m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCUZB6J8m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCUZB6J8m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-ucCUZB6J8m .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCUZB6J8m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCUZB6J8m .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCUZB6J8m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCUZB6J8m .navbar.collapsed {
  justify-content: center;
}
.cid-ucCUZB6J8m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCUZB6J8m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucCUZB6J8m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucCUZB6J8m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCUZB6J8m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCUZB6J8m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucCUZB6J8m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCUZB6J8m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCUZB6J8m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCUZB6J8m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCUZB6J8m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCUZB6J8m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCUZB6J8m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCUZB6J8m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucCUZB6J8m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCUZB6J8m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCUZB6J8m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCUZB6J8m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCUZB6J8m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCUZB6J8m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucCUZB6J8m .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCUZB6J8m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCUZB6J8m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCUZB6J8m .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-ucCUZB6J8m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCUZB6J8m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCUZB6J8m .dropdown-item.active,
.cid-ucCUZB6J8m .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCUZB6J8m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCUZB6J8m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCUZB6J8m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCUZB6J8m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-ucCUZB6J8m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCUZB6J8m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCUZB6J8m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCUZB6J8m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCUZB6J8m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCUZB6J8m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCUZB6J8m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCUZB6J8m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCUZB6J8m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCUZB6J8m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCUZB6J8m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCUZB6J8m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCUZB6J8m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCUZB6J8m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCUZB6J8m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucCUZB6J8m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCUZB6J8m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucCUZB6J8m .navbar {
    height: 70px;
  }
  .cid-ucCUZB6J8m .navbar.opened {
    height: auto;
  }
  .cid-ucCUZB6J8m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucCUZCd2dQ {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/water-slide-rentals5.jpg");
}
.cid-ucCUZCd2dQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucCUZCd2dQ .mbr-text,
.cid-ucCUZCd2dQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucCUZCQNh8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCUZCQNh8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucCUZCQNh8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucCUZCQNh8 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ff9966;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ucCUZDfFUd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-ucCUZDfFUd .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucCUZDfFUd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucCUZDfFUd .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ucCUZDfFUd .card-title {
  text-align: center;
}
.cid-ucCUZDZNz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCUZDZNz4 .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCUZDZNz4 .mbr-text {
  text-align: left;
}
.cid-ucCUZEo0C4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucCUZEo0C4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ucCUZEo0C4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ucCUZEo0C4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCUZEo0C4 .link-wrap {
    align-items: center;
  }
}
.cid-ucCUZEo0C4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucCUZEQyYV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucCUZEQyYV img,
.cid-ucCUZEQyYV .item-img {
  width: 100%;
}
.cid-ucCUZEQyYV .item:focus,
.cid-ucCUZEQyYV span:focus {
  outline: none;
}
.cid-ucCUZEQyYV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucCUZEQyYV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ff9966;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucCUZEQyYV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucCUZEQyYV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucCUZEQyYV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucCUZEQyYV .mbr-section-title {
  color: #232323;
}
.cid-ucCUZEQyYV .mbr-text,
.cid-ucCUZEQyYV .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ucCUZEQyYV .item-title {
  text-align: center;
}
.cid-ucCUZEQyYV .item-subtitle {
  text-align: left;
}
.cid-ucCUZEQyYV .item-title DIV {
  text-align: center;
}
.cid-ucCUZFEUm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucCUZFEUm0 .mbr-section-title {
  text-align: right;
}
.cid-ucCUZG42EW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ucCUZG42EW .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ucCUZG42EW .currentcost {
  color: #232323;
}
.cid-ucCUZG42EW .card-wrapper {
  border-radius: 4px;
  background: #ff9966;
}
@media (min-width: 992px) {
  .cid-ucCUZG42EW .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ucCUZG42EW .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCUZG42EW .text-box {
    padding: 1rem;
  }
}
.cid-ucCUZG42EW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucCUZG42EW H5 {
  text-align: center;
}
.cid-ucCUZG42EW .mbr-text,
.cid-ucCUZG42EW .cost,
.cid-ucCUZG42EW .mbr-section-btn {
  text-align: center;
}
.cid-ucCUZGKY9b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucCUZGKY9b .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ucCUZHfsHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ucCUZHfsHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCUZHfsHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCUZHfsHD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucCUZHfsHD .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCUZHfsHD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucCUZHfsHD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCUZHfsHD .container {
    padding: 0 12px;
  }
}
.cid-ucCUZHfsHD .title-wrapper {
  padding: 64px;
  background-color: #ff9966;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucCUZHfsHD .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucCUZHfsHD .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucCUZHfsHD .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCUZHfsHD .panel-group {
  padding: 64px;
  background-color: #ff9966;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucCUZHfsHD .panel-group {
    padding: 24px;
  }
}
.cid-ucCUZHfsHD .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #ffffff;
  margin-bottom: 32px;
}
.cid-ucCUZHfsHD .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucCUZHfsHD .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucCUZHfsHD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucCUZHfsHD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucCUZHfsHD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucCUZHfsHD .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucCUZHfsHD .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucCUZHfsHD .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucCUZHfsHD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCUZHfsHD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucCUZHfsHD .mbr-text {
  color: #ffffff;
}
.cid-ucCUZHfsHD .panel-title-edit {
  color: #000000;
}
.cid-ucCUZHfsHD .panel-text {
  color: #ffffff;
}
.cid-ucCUZI3fs0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucCUZI3fs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCUZI3fs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCUZI3fs0 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucCUZI3fs0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucCUZI3fs0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCUZI3fs0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucCUZI3fs0 .mbr-text,
.cid-ucCUZI3fs0 .mbr-section-btn {
  color: #000000;
}
.cid-ucCUZI3fs0 .card-title,
.cid-ucCUZI3fs0 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucCUZIyCVj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucCUZIyCVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCUZIyCVj .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-ucCUZIyCVj .container {
    padding: 0 22px;
  }
}
.cid-ucCUZIyCVj .card {
  justify-content: center;
}
.cid-ucCUZIyCVj .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucCUZIyCVj .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucCUZIyCVj .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucCUZIyCVj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucCUZIyCVj .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucCUZIyCVj .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ff9966;
}
@media (max-width: 1440px) {
  .cid-ucCUZIyCVj .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucCUZIyCVj .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucCUZIyCVj .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucCUZIyCVj .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucCUZIyCVj .mbr-section-title {
  color: #000000;
}
.cid-ucCUZIyCVj .mbr-text {
  color: #000000;
}
.cid-ucCUZJ8b4J {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ff9966;
}
.cid-ucCUZJ8b4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCUZJ8b4J .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-ucCUZJ8b4J .container {
    padding: 0 30px;
  }
}
.cid-ucCUZJ8b4J .row {
  justify-content: center;
}
.cid-ucCUZJ8b4J .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucCUZJ8b4J .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCUZJ8b4J .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucCUZJ8b4J .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucCUZJ8b4J .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCUZJ8b4J .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucCUZJ8b4J .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucCUZJC7pD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCUZJC7pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCUZJC7pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCUZJC7pD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucCUZJC7pD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCUZJC7pD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucCUZJC7pD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCUZJC7pD .container {
    padding: 0 16px;
  }
}
.cid-ucCUZJC7pD .row {
  justify-content: center;
}
.cid-ucCUZJC7pD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucCUZJC7pD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucCUZJC7pD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucCUZJC7pD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucCUZJC7pD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucCUZJC7pD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucD2BGV0UK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucD2BGV0UK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2BGV0UK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucD2BGV0UK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucD2BGV0UK .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucD2BGV0UK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucD2BGV0UK .container {
    padding: 0 16px;
  }
}
.cid-ucD2BGV0UK .row {
  justify-content: space-between;
}
.cid-ucD2BGV0UK .title-wrapper {
  position: sticky;
}
.cid-ucD2BGV0UK .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucD2BGV0UK .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-ucD2BGV0UK .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucD2BGV0UK .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-ucD2BGV0UK .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-ucD2BGV0UK .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucD2BGV0UK .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-ucD2BGV0UK .panel-title-edit {
  color: #080808;
}
.cid-ucD2BGV0UK .panel-text {
  color: #333333;
}
.cid-ucCUZKbqlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucCUZKbqlA .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucCUZKbqlA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucCUZKbqlA .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-ucCUZKbqlA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucCUZKbqlA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucCUZKPGY7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucCUZKPGY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCUZKPGY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCUZKPGY7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCUZKPGY7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCUZKPGY7 .row {
    text-align: center;
  }
  .cid-ucCUZKPGY7 .row > div {
    margin: auto;
  }
  .cid-ucCUZKPGY7 .social-row {
    justify-content: center;
  }
}
.cid-ucCUZKPGY7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCUZKPGY7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCUZKPGY7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCUZKPGY7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCUZKPGY7 .mbr-text {
  color: #000000;
}
.cid-ucCUZKPGY7 .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;
}
.cid-ucCUZKPGY7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCUZKPGY7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCUZKPGY7 H5 {
  color: #000000;
}
.cid-ucCZ489rsF .navbar-dropdown {
  position: relative !important;
}
.cid-ucCZ489rsF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCZ489rsF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCZ489rsF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCZ489rsF .dropdown-item:hover,
.cid-ucCZ489rsF .dropdown-item:focus {
  background: #161be7 !important;
  color: white !important;
}
.cid-ucCZ489rsF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCZ489rsF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCZ489rsF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCZ489rsF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCZ489rsF .nav-link {
  position: relative;
}
.cid-ucCZ489rsF .container {
  display: flex;
  margin: auto;
}
.cid-ucCZ489rsF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCZ489rsF .dropdown-menu,
.cid-ucCZ489rsF .navbar.opened {
  background: #ff9966 !important;
}
.cid-ucCZ489rsF .nav-item:focus,
.cid-ucCZ489rsF .nav-link:focus {
  outline: none;
}
.cid-ucCZ489rsF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCZ489rsF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCZ489rsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCZ489rsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCZ489rsF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCZ489rsF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCZ489rsF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-ucCZ489rsF .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCZ489rsF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCZ489rsF .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCZ489rsF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCZ489rsF .navbar.collapsed {
  justify-content: center;
}
.cid-ucCZ489rsF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCZ489rsF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucCZ489rsF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucCZ489rsF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCZ489rsF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCZ489rsF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucCZ489rsF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCZ489rsF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCZ489rsF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCZ489rsF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCZ489rsF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCZ489rsF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCZ489rsF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCZ489rsF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucCZ489rsF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCZ489rsF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCZ489rsF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCZ489rsF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCZ489rsF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCZ489rsF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucCZ489rsF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCZ489rsF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCZ489rsF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCZ489rsF .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-ucCZ489rsF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCZ489rsF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCZ489rsF .dropdown-item.active,
.cid-ucCZ489rsF .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCZ489rsF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCZ489rsF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCZ489rsF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCZ489rsF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-ucCZ489rsF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCZ489rsF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCZ489rsF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCZ489rsF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCZ489rsF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCZ489rsF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCZ489rsF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCZ489rsF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCZ489rsF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCZ489rsF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCZ489rsF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCZ489rsF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCZ489rsF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCZ489rsF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCZ489rsF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucCZ489rsF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCZ489rsF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucCZ489rsF .navbar {
    height: 70px;
  }
  .cid-ucCZ489rsF .navbar.opened {
    height: auto;
  }
  .cid-ucCZ489rsF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucCZ49ss9R {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/water-slide-rentals8.jpg");
}
.cid-ucCZ49ss9R .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucCZ49ss9R .mbr-text,
.cid-ucCZ49ss9R .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucCZ4alydi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCZ4alydi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucCZ4alydi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucCZ4alydi .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ff9966;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ucCZ4aPWdP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-ucCZ4aPWdP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucCZ4aPWdP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucCZ4aPWdP .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ucCZ4aPWdP .card-title {
  text-align: center;
}
.cid-ucCZ4bL64g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCZ4bL64g .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCZ4bL64g .mbr-text {
  text-align: left;
}
.cid-ucCZ4chyZy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucCZ4chyZy .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ucCZ4chyZy .card {
    margin-bottom: 2rem!important;
  }
  .cid-ucCZ4chyZy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCZ4chyZy .link-wrap {
    align-items: center;
  }
}
.cid-ucCZ4chyZy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucCZ4cOvCG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucCZ4cOvCG img,
.cid-ucCZ4cOvCG .item-img {
  width: 100%;
}
.cid-ucCZ4cOvCG .item:focus,
.cid-ucCZ4cOvCG span:focus {
  outline: none;
}
.cid-ucCZ4cOvCG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucCZ4cOvCG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ff9966;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucCZ4cOvCG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucCZ4cOvCG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucCZ4cOvCG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucCZ4cOvCG .mbr-section-title {
  color: #232323;
}
.cid-ucCZ4cOvCG .mbr-text,
.cid-ucCZ4cOvCG .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ucCZ4cOvCG .item-title {
  text-align: center;
}
.cid-ucCZ4cOvCG .item-subtitle {
  text-align: left;
}
.cid-ucCZ4cOvCG .item-title DIV {
  text-align: center;
}
.cid-ucCZ4dDiaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucCZ4dDiaY .mbr-section-title {
  text-align: right;
}
.cid-ucCZ4e5VVT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ucCZ4e5VVT .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ucCZ4e5VVT .currentcost {
  color: #232323;
}
.cid-ucCZ4e5VVT .card-wrapper {
  border-radius: 4px;
  background: #ff9966;
}
@media (min-width: 992px) {
  .cid-ucCZ4e5VVT .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ucCZ4e5VVT .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCZ4e5VVT .text-box {
    padding: 1rem;
  }
}
.cid-ucCZ4e5VVT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucCZ4e5VVT H5 {
  text-align: center;
}
.cid-ucCZ4e5VVT .mbr-text,
.cid-ucCZ4e5VVT .cost,
.cid-ucCZ4e5VVT .mbr-section-btn {
  text-align: center;
}
.cid-ucCZ4ePWv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucCZ4ePWv2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ucCZ4flkaG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ucCZ4flkaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCZ4flkaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCZ4flkaG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucCZ4flkaG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCZ4flkaG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucCZ4flkaG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCZ4flkaG .container {
    padding: 0 12px;
  }
}
.cid-ucCZ4flkaG .title-wrapper {
  padding: 64px;
  background-color: #ff9966;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucCZ4flkaG .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucCZ4flkaG .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucCZ4flkaG .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCZ4flkaG .panel-group {
  padding: 64px;
  background-color: #ff9966;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucCZ4flkaG .panel-group {
    padding: 24px;
  }
}
.cid-ucCZ4flkaG .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #ffffff;
  margin-bottom: 32px;
}
.cid-ucCZ4flkaG .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucCZ4flkaG .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucCZ4flkaG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucCZ4flkaG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucCZ4flkaG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucCZ4flkaG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucCZ4flkaG .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucCZ4flkaG .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucCZ4flkaG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCZ4flkaG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucCZ4flkaG .mbr-text {
  color: #ffffff;
}
.cid-ucCZ4flkaG .panel-title-edit {
  color: #000000;
}
.cid-ucCZ4flkaG .panel-text {
  color: #ffffff;
}
.cid-ucCZ4gg0m6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucCZ4gg0m6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCZ4gg0m6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCZ4gg0m6 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucCZ4gg0m6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucCZ4gg0m6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCZ4gg0m6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucCZ4gg0m6 .mbr-text,
.cid-ucCZ4gg0m6 .mbr-section-btn {
  color: #000000;
}
.cid-ucCZ4gg0m6 .card-title,
.cid-ucCZ4gg0m6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucCZ4gYbeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucCZ4gYbeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCZ4gYbeV .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-ucCZ4gYbeV .container {
    padding: 0 22px;
  }
}
.cid-ucCZ4gYbeV .card {
  justify-content: center;
}
.cid-ucCZ4gYbeV .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucCZ4gYbeV .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucCZ4gYbeV .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucCZ4gYbeV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucCZ4gYbeV .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucCZ4gYbeV .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ff9966;
}
@media (max-width: 1440px) {
  .cid-ucCZ4gYbeV .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucCZ4gYbeV .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucCZ4gYbeV .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucCZ4gYbeV .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucCZ4gYbeV .mbr-section-title {
  color: #000000;
}
.cid-ucCZ4gYbeV .mbr-text {
  color: #000000;
}
.cid-ucCZ4hIStm {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ff9966;
}
.cid-ucCZ4hIStm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCZ4hIStm .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-ucCZ4hIStm .container {
    padding: 0 30px;
  }
}
.cid-ucCZ4hIStm .row {
  justify-content: center;
}
.cid-ucCZ4hIStm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucCZ4hIStm .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCZ4hIStm .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucCZ4hIStm .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucCZ4hIStm .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCZ4hIStm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucCZ4hIStm .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucCZ4io3q5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCZ4io3q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCZ4io3q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCZ4io3q5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucCZ4io3q5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCZ4io3q5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucCZ4io3q5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCZ4io3q5 .container {
    padding: 0 16px;
  }
}
.cid-ucCZ4io3q5 .row {
  justify-content: center;
}
.cid-ucCZ4io3q5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucCZ4io3q5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucCZ4io3q5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucCZ4io3q5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucCZ4io3q5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucCZ4io3q5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucD0K2vOJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucD0K2vOJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD0K2vOJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucD0K2vOJN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucD0K2vOJN .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucD0K2vOJN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucD0K2vOJN .container {
    padding: 0 16px;
  }
}
.cid-ucD0K2vOJN .row {
  justify-content: space-between;
}
.cid-ucD0K2vOJN .title-wrapper {
  position: sticky;
}
.cid-ucD0K2vOJN .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucD0K2vOJN .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-ucD0K2vOJN .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucD0K2vOJN .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-ucD0K2vOJN .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-ucD0K2vOJN .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucD0K2vOJN .mbr-section-title {
  color: #080808;
}
.cid-ucD0K2vOJN .panel-title-edit {
  color: #080808;
}
.cid-ucD0K2vOJN .panel-text {
  color: #333333;
}
.cid-ucCZ4j2OkN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucCZ4j2OkN .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucCZ4j2OkN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucCZ4j2OkN .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-ucCZ4j2OkN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucCZ4j2OkN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucCZ4jI5YI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucCZ4jI5YI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCZ4jI5YI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCZ4jI5YI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCZ4jI5YI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCZ4jI5YI .row {
    text-align: center;
  }
  .cid-ucCZ4jI5YI .row > div {
    margin: auto;
  }
  .cid-ucCZ4jI5YI .social-row {
    justify-content: center;
  }
}
.cid-ucCZ4jI5YI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCZ4jI5YI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCZ4jI5YI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCZ4jI5YI .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCZ4jI5YI .mbr-text {
  color: #000000;
}
.cid-ucCZ4jI5YI .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;
}
.cid-ucCZ4jI5YI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCZ4jI5YI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCZ4jI5YI H5 {
  color: #000000;
}
.cid-ucD2Q2ci1O .navbar-dropdown {
  position: relative !important;
}
.cid-ucD2Q2ci1O .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucD2Q2ci1O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucD2Q2ci1O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucD2Q2ci1O .dropdown-item:hover,
.cid-ucD2Q2ci1O .dropdown-item:focus {
  background: #161be7 !important;
  color: white !important;
}
.cid-ucD2Q2ci1O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucD2Q2ci1O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucD2Q2ci1O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucD2Q2ci1O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucD2Q2ci1O .nav-link {
  position: relative;
}
.cid-ucD2Q2ci1O .container {
  display: flex;
  margin: auto;
}
.cid-ucD2Q2ci1O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucD2Q2ci1O .dropdown-menu,
.cid-ucD2Q2ci1O .navbar.opened {
  background: #ff9966 !important;
}
.cid-ucD2Q2ci1O .nav-item:focus,
.cid-ucD2Q2ci1O .nav-link:focus {
  outline: none;
}
.cid-ucD2Q2ci1O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucD2Q2ci1O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucD2Q2ci1O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucD2Q2ci1O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucD2Q2ci1O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucD2Q2ci1O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucD2Q2ci1O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-ucD2Q2ci1O .navbar.opened {
  transition: all 0.3s;
}
.cid-ucD2Q2ci1O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucD2Q2ci1O .navbar .navbar-logo img {
  width: auto;
}
.cid-ucD2Q2ci1O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucD2Q2ci1O .navbar.collapsed {
  justify-content: center;
}
.cid-ucD2Q2ci1O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucD2Q2ci1O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucD2Q2ci1O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucD2Q2ci1O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucD2Q2ci1O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucD2Q2ci1O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucD2Q2ci1O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucD2Q2ci1O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucD2Q2ci1O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucD2Q2ci1O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucD2Q2ci1O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucD2Q2ci1O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucD2Q2ci1O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucD2Q2ci1O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucD2Q2ci1O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucD2Q2ci1O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucD2Q2ci1O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucD2Q2ci1O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucD2Q2ci1O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucD2Q2ci1O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucD2Q2ci1O .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucD2Q2ci1O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucD2Q2ci1O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucD2Q2ci1O .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-ucD2Q2ci1O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucD2Q2ci1O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucD2Q2ci1O .dropdown-item.active,
.cid-ucD2Q2ci1O .dropdown-item:active {
  background-color: transparent;
}
.cid-ucD2Q2ci1O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucD2Q2ci1O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucD2Q2ci1O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucD2Q2ci1O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-ucD2Q2ci1O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucD2Q2ci1O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucD2Q2ci1O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucD2Q2ci1O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucD2Q2ci1O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucD2Q2ci1O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucD2Q2ci1O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucD2Q2ci1O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucD2Q2ci1O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucD2Q2ci1O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucD2Q2ci1O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucD2Q2ci1O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucD2Q2ci1O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucD2Q2ci1O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucD2Q2ci1O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucD2Q2ci1O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucD2Q2ci1O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucD2Q2ci1O .navbar {
    height: 70px;
  }
  .cid-ucD2Q2ci1O .navbar.opened {
    height: auto;
  }
  .cid-ucD2Q2ci1O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucD2Q2ZdGd {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/water-slide-rentals12.jpg");
}
.cid-ucD2Q2ZdGd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucD2Q2ZdGd .mbr-text,
.cid-ucD2Q2ZdGd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucD2Q3HBBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucD2Q3HBBF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucD2Q3HBBF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucD2Q3HBBF .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ff9966;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ucD2Q4dryi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-ucD2Q4dryi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucD2Q4dryi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucD2Q4dryi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ucD2Q4dryi .card-title {
  text-align: center;
}
.cid-ucD2Q54VG6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucD2Q54VG6 .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucD2Q54VG6 .mbr-text {
  text-align: left;
}
.cid-ucD2Q5FDKU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucD2Q5FDKU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ucD2Q5FDKU .card {
    margin-bottom: 2rem!important;
  }
  .cid-ucD2Q5FDKU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucD2Q5FDKU .link-wrap {
    align-items: center;
  }
}
.cid-ucD2Q5FDKU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucD2Q6ztSO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucD2Q6ztSO img,
.cid-ucD2Q6ztSO .item-img {
  width: 100%;
}
.cid-ucD2Q6ztSO .item:focus,
.cid-ucD2Q6ztSO span:focus {
  outline: none;
}
.cid-ucD2Q6ztSO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucD2Q6ztSO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ff9966;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucD2Q6ztSO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucD2Q6ztSO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucD2Q6ztSO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucD2Q6ztSO .mbr-section-title {
  color: #232323;
}
.cid-ucD2Q6ztSO .mbr-text,
.cid-ucD2Q6ztSO .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ucD2Q6ztSO .item-title {
  text-align: center;
}
.cid-ucD2Q6ztSO .item-subtitle {
  text-align: left;
}
.cid-ucD2Q6ztSO .item-title DIV {
  text-align: center;
}
.cid-ucD2Q7BA74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucD2Q7BA74 .mbr-section-title {
  text-align: right;
}
.cid-ucD2Q875MP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ucD2Q875MP .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ucD2Q875MP .currentcost {
  color: #232323;
}
.cid-ucD2Q875MP .card-wrapper {
  border-radius: 4px;
  background: #ff9966;
}
@media (min-width: 992px) {
  .cid-ucD2Q875MP .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ucD2Q875MP .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucD2Q875MP .text-box {
    padding: 1rem;
  }
}
.cid-ucD2Q875MP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucD2Q875MP H5 {
  text-align: center;
}
.cid-ucD2Q875MP .mbr-text,
.cid-ucD2Q875MP .cost,
.cid-ucD2Q875MP .mbr-section-btn {
  text-align: center;
}
.cid-ucD2Q8Zw0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucD2Q8Zw0v .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ucD2Q9Fvbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ucD2Q9Fvbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2Q9Fvbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucD2Q9Fvbd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucD2Q9Fvbd .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucD2Q9Fvbd .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucD2Q9Fvbd .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucD2Q9Fvbd .container {
    padding: 0 12px;
  }
}
.cid-ucD2Q9Fvbd .title-wrapper {
  padding: 64px;
  background-color: #ff9966;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucD2Q9Fvbd .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucD2Q9Fvbd .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucD2Q9Fvbd .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucD2Q9Fvbd .panel-group {
  padding: 64px;
  background-color: #ff9966;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucD2Q9Fvbd .panel-group {
    padding: 24px;
  }
}
.cid-ucD2Q9Fvbd .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #ffffff;
  margin-bottom: 32px;
}
.cid-ucD2Q9Fvbd .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucD2Q9Fvbd .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucD2Q9Fvbd .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucD2Q9Fvbd .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucD2Q9Fvbd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucD2Q9Fvbd .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucD2Q9Fvbd .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucD2Q9Fvbd .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucD2Q9Fvbd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucD2Q9Fvbd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucD2Q9Fvbd .mbr-text {
  color: #ffffff;
}
.cid-ucD2Q9Fvbd .panel-title-edit {
  color: #000000;
}
.cid-ucD2Q9Fvbd .panel-text {
  color: #ffffff;
}
.cid-ucD2QaC9n5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucD2QaC9n5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2QaC9n5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucD2QaC9n5 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucD2QaC9n5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucD2QaC9n5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucD2QaC9n5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucD2QaC9n5 .mbr-text,
.cid-ucD2QaC9n5 .mbr-section-btn {
  color: #000000;
}
.cid-ucD2QaC9n5 .card-title,
.cid-ucD2QaC9n5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucD2Qbhp1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucD2Qbhp1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2Qbhp1k .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-ucD2Qbhp1k .container {
    padding: 0 22px;
  }
}
.cid-ucD2Qbhp1k .card {
  justify-content: center;
}
.cid-ucD2Qbhp1k .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucD2Qbhp1k .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucD2Qbhp1k .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucD2Qbhp1k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucD2Qbhp1k .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucD2Qbhp1k .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ff9966;
}
@media (max-width: 1440px) {
  .cid-ucD2Qbhp1k .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucD2Qbhp1k .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucD2Qbhp1k .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucD2Qbhp1k .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucD2Qbhp1k .mbr-section-title {
  color: #000000;
}
.cid-ucD2Qbhp1k .mbr-text {
  color: #000000;
}
.cid-ucD2QbTUei {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ff9966;
}
.cid-ucD2QbTUei .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2QbTUei .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-ucD2QbTUei .container {
    padding: 0 30px;
  }
}
.cid-ucD2QbTUei .row {
  justify-content: center;
}
.cid-ucD2QbTUei .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucD2QbTUei .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucD2QbTUei .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucD2QbTUei .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucD2QbTUei .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucD2QbTUei .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucD2QbTUei .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucD2Qctx5M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucD2Qctx5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2Qctx5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucD2Qctx5M .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucD2Qctx5M .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucD2Qctx5M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucD2Qctx5M .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucD2Qctx5M .container {
    padding: 0 16px;
  }
}
.cid-ucD2Qctx5M .row {
  justify-content: center;
}
.cid-ucD2Qctx5M .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucD2Qctx5M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucD2Qctx5M .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucD2Qctx5M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucD2Qctx5M .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucD2Qctx5M .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucD2Qdbfss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ucD2Qdbfss .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2Qdbfss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucD2Qdbfss .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucD2Qdbfss .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucD2Qdbfss .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucD2Qdbfss .container {
    padding: 0 16px;
  }
}
.cid-ucD2Qdbfss .row {
  justify-content: space-between;
}
.cid-ucD2Qdbfss .title-wrapper {
  position: sticky;
}
.cid-ucD2Qdbfss .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucD2Qdbfss .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-ucD2Qdbfss .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucD2Qdbfss .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-ucD2Qdbfss .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-ucD2Qdbfss .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucD2Qdbfss .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-ucD2Qdbfss .panel-title-edit {
  color: #080808;
}
.cid-ucD2Qdbfss .panel-text {
  color: #333333;
}
.cid-ucD2QdSqGF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucD2QdSqGF .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucD2QdSqGF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucD2QdSqGF .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-ucD2QdSqGF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucD2QdSqGF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucD2QeA3PQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-ucD2QeA3PQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD2QeA3PQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucD2QeA3PQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucD2QeA3PQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucD2QeA3PQ .row {
    text-align: center;
  }
  .cid-ucD2QeA3PQ .row > div {
    margin: auto;
  }
  .cid-ucD2QeA3PQ .social-row {
    justify-content: center;
  }
}
.cid-ucD2QeA3PQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucD2QeA3PQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucD2QeA3PQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucD2QeA3PQ .list {
    margin-bottom: 0rem;
  }
}
.cid-ucD2QeA3PQ .mbr-text {
  color: #000000;
}
.cid-ucD2QeA3PQ .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;
}
.cid-ucD2QeA3PQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucD2QeA3PQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucD2QeA3PQ H5 {
  color: #000000;
}
