body {
  font-family: 'Lexend', sans-serif;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6f45 !important;
}
.bg-success {
  background-color: #263d5a !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #ff6f45 !important;
  background: linear-gradient(90deg, #ff6f45 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6f45;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #ff6f45 !important;
  background: linear-gradient(90deg, #ff6f45 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6f45;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed3600;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #263d5a !important;
  background: linear-gradient(90deg, #263d5a 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #263d5a;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #ff6f45 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6f45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed3600 !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: #ff6f45 !important;
  border-color: #ff6f45 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6f45;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ed3600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6f45 !important;
  border-color: #ff6f45 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #263d5a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c141d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #263d5a !important;
  border-color: #263d5a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6f45 !important;
}
.text-secondary {
  color: #ff6f45 !important;
}
.text-success {
  color: #263d5a !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de3200 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #de3200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #080c12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff6f45;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6f45;
  border-color: #ff6f45;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6f45;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4c7ab3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 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: #ff6f45 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  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: #ff6f45;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6f45;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6f45;
}
.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: #ff6f45;
  border-bottom-color: #ff6f45;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6f45 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6f45 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff6f45' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-sz52OrCkah {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sz52OrCkah nav.navbar {
  position: fixed;
}
.cid-sz52OrCkah .navbar-nav {
  margin: auto;
}
.cid-sz52OrCkah .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz52OrCkah .dropdown-item:hover,
.cid-sz52OrCkah .dropdown-item:focus {
  background: #ff6f45 !important;
  color: white !important;
}
.cid-sz52OrCkah .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz52OrCkah .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz52OrCkah .navbar-short,
.cid-sz52OrCkah .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sz52OrCkah .navbar-short .nav-link,
.cid-sz52OrCkah .opened .nav-link,
.cid-sz52OrCkah .navbar-short .navbar-caption,
.cid-sz52OrCkah .opened .navbar-caption,
.cid-sz52OrCkah .navbar-short .mbr-iconfont,
.cid-sz52OrCkah .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sz52OrCkah .navbar-short .hamburger span,
.cid-sz52OrCkah .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sz52OrCkah .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sz52OrCkah .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-sz52OrCkah .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz52OrCkah .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sz52OrCkah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz52OrCkah .container {
  display: flex;
  margin: auto;
}
.cid-sz52OrCkah .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sz52OrCkah .dropdown-menu,
.cid-sz52OrCkah .navbar.opened {
  background: #ffffff !important;
}
.cid-sz52OrCkah .nav-item:focus,
.cid-sz52OrCkah .nav-link:focus {
  outline: none;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz52OrCkah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz52OrCkah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz52OrCkah .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sz52OrCkah .navbar.opened {
  transition: all 0.3s;
}
.cid-sz52OrCkah .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sz52OrCkah .navbar .navbar-logo img {
  width: auto;
}
.cid-sz52OrCkah .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz52OrCkah .navbar.collapsed {
  justify-content: center;
}
.cid-sz52OrCkah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz52OrCkah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz52OrCkah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sz52OrCkah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz52OrCkah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz52OrCkah .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-sz52OrCkah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz52OrCkah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sz52OrCkah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sz52OrCkah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz52OrCkah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz52OrCkah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz52OrCkah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz52OrCkah .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-sz52OrCkah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz52OrCkah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz52OrCkah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz52OrCkah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz52OrCkah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz52OrCkah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sz52OrCkah .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz52OrCkah .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz52OrCkah .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz52OrCkah .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-sz52OrCkah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz52OrCkah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz52OrCkah .dropdown-item.active,
.cid-sz52OrCkah .dropdown-item:active {
  background-color: transparent;
}
.cid-sz52OrCkah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz52OrCkah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz52OrCkah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz52OrCkah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz52OrCkah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz52OrCkah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz52OrCkah ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz52OrCkah .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz52OrCkah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb5b5;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz52OrCkah .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz52OrCkah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz52OrCkah .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-sz52OrCkah .navbar {
    height: 70px;
  }
  .cid-sz52OrCkah .navbar.opened {
    height: auto;
  }
  .cid-sz52OrCkah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz51CvBpkK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sz51CvBpkK .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz51CvBpkK img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sz51CvBpkK img {
    transform: scale(1) translateX(0);
  }
}
.cid-sz51CvBpkK .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz51CvBpkK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz51CvBpkK .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sz51CvBpkK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz51CvBpkK .col-12 {
  position: relative;
}
.cid-sz51CvBpkK .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sz51CvBpkK .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sz51CvBpkK .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sz51CvBpkK .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sz51CvBpkK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sz51CvBpkK .mbr-text,
.cid-sz51CvBpkK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sz51CvBpkK .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz528Lv0MU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sz528Lv0MU img {
  border-radius: 30px;
}
.cid-sz528Lv0MU .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz528Lv0MU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz528Lv0MU .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sz528Lv0MU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz528Lv0MU .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-sz528Lv0MU .mbr-text,
.cid-sz528Lv0MU .mbr-section-btn {
  color: #263d5a;
}
.cid-sz528Lv0MU .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tYcd5mqXXM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYcd5mqXXM .mbr-section-title {
  color: #ffffff;
}
.cid-tYcd5mqXXM .mbr-text,
.cid-tYcd5mqXXM .mbr-section-btn {
  color: #000000;
}
.cid-sz51Oyfrn1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sz51Oyfrn1 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-sz51Oyfrn1 .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz51Oyfrn1 .row {
    padding: 2rem 1rem;
  }
}
.cid-sz51Oyfrn1 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz51Oyfrn1 .card-wrapper {
  overflow: visible;
}
.cid-sz51Oyfrn1 .card-text {
  color: #263d5a;
}
.cid-sz51Oyfrn1 .card-title,
.cid-sz51Oyfrn1 .iconfont-wrapper {
  color: #000000;
}
.cid-sz51Oyfrn1 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz51Oyfrn1 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz51Oyfrn1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYcd9g1Hw5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcd9g1Hw5 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYcd9g1Hw5 .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-tYcd9g1Hw5 .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-tYcd9g1Hw5 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tYcd9g1Hw5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYcd9g1Hw5 .mbr-text {
  color: #000000;
}
.cid-sz52wpUfhF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sz52wpUfhF .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz52wpUfhF .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz52wpUfhF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz52wpUfhF .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sz52wpUfhF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz52wpUfhF .row {
  justify-content: center;
}
.cid-sz52wpUfhF .card-text {
  color: #263d5a;
}
.cid-sz52wpUfhF .card-title,
.cid-sz52wpUfhF .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sz52wpUfhF .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz52wpUfhF .mbr-section-title {
  color: #263d5a;
}
.cid-sz52wpUfhF .card-price,
.cid-sz52wpUfhF .iconfont-wrapper {
  color: #263d5a;
}
.cid-tYcdbwQtce {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcdbwQtce .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYcdbwQtce .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tYcdbwQtce .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tYcdbwQtce .mbr-text,
.cid-tYcdbwQtce .mbr-section-btn {
  color: #000000;
}
.cid-tYcdbwQtce .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sz54YLvblQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sz54YLvblQ .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz54YLvblQ img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-sz54YLvblQ img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-sz54YLvblQ .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-sz54YLvblQ .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sz54YLvblQ .row {
    padding: 1rem 0rem;
  }
}
.cid-sz54YLvblQ .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz54YLvblQ .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-sz54YLvblQ span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sz54YLvblQ .collapsed span {
  transform: rotate(0deg);
}
.cid-sz54YLvblQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sz54YLvblQ .panel-group {
  width: 100%;
}
.cid-sz54YLvblQ .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sz54YLvblQ .card {
  border-radius: 0px;
}
.cid-sz54YLvblQ .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sz54YLvblQ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sz54YLvblQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sz54YLvblQ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sz54YLvblQ .panel-text {
  color: #263d5a;
}
.cid-sz54YLvblQ .header-text,
.cid-sz54YLvblQ .sign {
  color: #263d5a;
  text-align: right;
}
.cid-sz54YLvblQ .mbr-section-title {
  color: #000000;
}
.cid-sz54YLvblQ .header-text,
.cid-sz54YLvblQ .sign,
.cid-sz54YLvblQ .card-header {
  color: #000000;
  text-align: left;
}
.cid-sz54YLvblQ .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tYcdaidZqy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcdaidZqy .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYcdaidZqy .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-tYcdaidZqy .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-tYcdaidZqy .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tYcdaidZqy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYcdaidZqy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYcjIbPMXH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYcjIbPMXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcjIbPMXH .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-tYcjIbPMXH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYcjIbPMXH img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tYcjIbPMXH img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tYcjIbPMXH .card {
  margin-bottom: 2rem;
}
.cid-tYcjIbPMXH .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tYcjIbPMXH .row {
  justify-content: space-between;
}
.cid-tYcjIbPMXH .card-box {
  display: flex;
  align-items: center;
}
.cid-tYcjIbPMXH .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tYcjIbPMXH .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-tYcjIbPMXH .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tYcjIbPMXH .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tYcjIbPMXH .card-text {
  color: #000000;
}
.cid-tYcjIbPMXH .card-title,
.cid-tYcjIbPMXH .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-tYcjIbPMXH .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-tYcjIbPMXH .card-link,
.cid-tYcjIbPMXH .link-icon,
.cid-tYcjIbPMXH .link-align {
  color: #232323;
}
.cid-sz52o0Z0ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sz52o0Z0ww .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz52o0Z0ww .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz52o0Z0ww .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz52o0Z0ww .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sz52o0Z0ww .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sz52o0Z0ww .mbr-text,
.cid-sz52o0Z0ww .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-sz52o0Z0ww .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-sz54G4LKIS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sz54G4LKIS img {
  border-radius: 30px;
}
.cid-sz54G4LKIS .my-auto {
  margin-bottom: 0!important;
}
.cid-sz54G4LKIS .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz54G4LKIS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz54G4LKIS .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sz54G4LKIS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz54G4LKIS .mbr-section-title {
  color: #000000;
}
.cid-sz54G4LKIS .mbr-text,
.cid-sz54G4LKIS .mbr-section-btn {
  color: #263d5a;
}
.cid-sz54G4LKIS .mbr-section-subtitle {
  color: #000000;
}
.cid-tYcmFmwBxm {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcmFmwBxm .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYcmFmwBxm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tYcmFmwBxm .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tYcmFmwBxm .mbr-text,
.cid-tYcmFmwBxm .mbr-section-btn {
  color: #000000;
}
.cid-tYcmFmwBxm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uma5cQ2r3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uma5cQ2r3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uma5cQ2r3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uma5cQ2r3k .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uma5cQ2r3k .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uma5cQ2r3k .container {
    padding: 0 16px;
  }
}
.cid-uma5cQ2r3k .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uma5cQ2r3k .google-map iframe {
    height: 350px;
  }
}
.cid-sz52xzhH9a {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sz52xzhH9a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sz52xzhH9a .wrapper {
  max-width: 350px;
}
.cid-sz52xzhH9a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sz52xzhH9a .row {
    text-align: center;
  }
  .cid-sz52xzhH9a .social-row {
    justify-content: center;
  }
}
.cid-sz52xzhH9a .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sz52xzhH9a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sz52xzhH9a .list {
    margin-bottom: 0rem;
  }
}
.cid-sz52xzhH9a .mbr-text {
  color: #000000;
}
.cid-sz52xzhH9a .mbr-iconfont {
  color: black;
}
.cid-sz52xzhH9a H5 {
  color: #000000;
  text-align: left;
}
.cid-sz52xzhH9a .copyright {
  color: #000000;
}
.cid-sz52OrCkah {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sz52OrCkah nav.navbar {
  position: fixed;
}
.cid-sz52OrCkah .navbar-nav {
  margin: auto;
}
.cid-sz52OrCkah .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz52OrCkah .dropdown-item:hover,
.cid-sz52OrCkah .dropdown-item:focus {
  background: #ff6f45 !important;
  color: white !important;
}
.cid-sz52OrCkah .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz52OrCkah .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz52OrCkah .navbar-short,
.cid-sz52OrCkah .opened {
  background: #ffb5b5 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sz52OrCkah .navbar-short .nav-link,
.cid-sz52OrCkah .opened .nav-link,
.cid-sz52OrCkah .navbar-short .navbar-caption,
.cid-sz52OrCkah .opened .navbar-caption,
.cid-sz52OrCkah .navbar-short .mbr-iconfont,
.cid-sz52OrCkah .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sz52OrCkah .navbar-short .hamburger span,
.cid-sz52OrCkah .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sz52OrCkah .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sz52OrCkah .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-sz52OrCkah .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz52OrCkah .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sz52OrCkah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz52OrCkah .container {
  display: flex;
  margin: auto;
}
.cid-sz52OrCkah .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sz52OrCkah .dropdown-menu,
.cid-sz52OrCkah .navbar.opened {
  background: #ffb5b5 !important;
}
.cid-sz52OrCkah .nav-item:focus,
.cid-sz52OrCkah .nav-link:focus {
  outline: none;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sz52OrCkah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz52OrCkah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz52OrCkah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz52OrCkah .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb5b5;
}
.cid-sz52OrCkah .navbar.opened {
  transition: all 0.3s;
}
.cid-sz52OrCkah .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sz52OrCkah .navbar .navbar-logo img {
  width: auto;
}
.cid-sz52OrCkah .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz52OrCkah .navbar.collapsed {
  justify-content: center;
}
.cid-sz52OrCkah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz52OrCkah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz52OrCkah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sz52OrCkah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz52OrCkah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz52OrCkah .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-sz52OrCkah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz52OrCkah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sz52OrCkah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sz52OrCkah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz52OrCkah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz52OrCkah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz52OrCkah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz52OrCkah .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-sz52OrCkah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz52OrCkah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz52OrCkah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz52OrCkah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz52OrCkah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz52OrCkah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sz52OrCkah .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz52OrCkah .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz52OrCkah .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz52OrCkah .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-sz52OrCkah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz52OrCkah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz52OrCkah .dropdown-item.active,
.cid-sz52OrCkah .dropdown-item:active {
  background-color: transparent;
}
.cid-sz52OrCkah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz52OrCkah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz52OrCkah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz52OrCkah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb5b5;
}
.cid-sz52OrCkah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz52OrCkah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz52OrCkah ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz52OrCkah .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz52OrCkah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb5b5;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz52OrCkah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sz52OrCkah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz52OrCkah .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz52OrCkah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz52OrCkah .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-sz52OrCkah .navbar {
    height: 70px;
  }
  .cid-sz52OrCkah .navbar.opened {
    height: auto;
  }
  .cid-sz52OrCkah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYctbTusw5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fresno-party-rentals27-512x326.jpg");
}
.cid-tYctbTusw5 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tYctbTusw5 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYctbTusw5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tYctbTusw5 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-tYctbTusw5 .col-12 {
  position: relative;
}
.cid-tYctbTusw5 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tYctbTusw5 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tYctbTusw5 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tYctbTusw5 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tYctbTusw5 .mbr-section-title {
  color: #000000;
}
.cid-tYctbTusw5 .mbr-text,
.cid-tYctbTusw5 .mbr-section-btn {
  color: #263d5a;
}
.cid-tYctgpQlSE {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYctgpQlSE .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYctgpQlSE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tYctgpQlSE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tYctgpQlSE .mbr-text,
.cid-tYctgpQlSE .mbr-section-btn {
  color: #000000;
}
.cid-tYctgpQlSE .mbr-section-title {
  color: #263d5a;
}
.cid-umamhB4szb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-umamhB4szb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umamhB4szb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umamhB4szb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umamhB4szb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umamhB4szb .container {
    padding: 0 16px;
  }
}
.cid-umamhB4szb .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-umamhB4szb .google-map iframe {
    height: 350px;
  }
}
.cid-sz52xzhH9a {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sz52xzhH9a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sz52xzhH9a .wrapper {
  max-width: 350px;
}
.cid-sz52xzhH9a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sz52xzhH9a .row {
    text-align: center;
  }
  .cid-sz52xzhH9a .social-row {
    justify-content: center;
  }
}
.cid-sz52xzhH9a .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sz52xzhH9a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sz52xzhH9a .list {
    margin-bottom: 0rem;
  }
}
.cid-sz52xzhH9a .mbr-text {
  color: #000000;
}
.cid-sz52xzhH9a .mbr-iconfont {
  color: black;
}
.cid-sz52xzhH9a H5 {
  color: #000000;
  text-align: left;
}
.cid-sz52xzhH9a .copyright {
  color: #000000;
}
.cid-tYcuJ8T2ZI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYcuJ8T2ZI nav.navbar {
  position: fixed;
}
.cid-tYcuJ8T2ZI .navbar-nav {
  margin: auto;
}
.cid-tYcuJ8T2ZI .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYcuJ8T2ZI .dropdown-item:hover,
.cid-tYcuJ8T2ZI .dropdown-item:focus {
  background: #ff6f45 !important;
  color: white !important;
}
.cid-tYcuJ8T2ZI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYcuJ8T2ZI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYcuJ8T2ZI .navbar-short,
.cid-tYcuJ8T2ZI .opened {
  background: #ffb5b5 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tYcuJ8T2ZI .navbar-short .nav-link,
.cid-tYcuJ8T2ZI .opened .nav-link,
.cid-tYcuJ8T2ZI .navbar-short .navbar-caption,
.cid-tYcuJ8T2ZI .opened .navbar-caption,
.cid-tYcuJ8T2ZI .navbar-short .mbr-iconfont,
.cid-tYcuJ8T2ZI .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-tYcuJ8T2ZI .navbar-short .hamburger span,
.cid-tYcuJ8T2ZI .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tYcuJ8T2ZI .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tYcuJ8T2ZI .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-tYcuJ8T2ZI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYcuJ8T2ZI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYcuJ8T2ZI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYcuJ8T2ZI .container {
  display: flex;
  margin: auto;
}
.cid-tYcuJ8T2ZI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYcuJ8T2ZI .dropdown-menu,
.cid-tYcuJ8T2ZI .navbar.opened {
  background: #ffb5b5 !important;
}
.cid-tYcuJ8T2ZI .nav-item:focus,
.cid-tYcuJ8T2ZI .nav-link:focus {
  outline: none;
}
.cid-tYcuJ8T2ZI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYcuJ8T2ZI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYcuJ8T2ZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYcuJ8T2ZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYcuJ8T2ZI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYcuJ8T2ZI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYcuJ8T2ZI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb5b5;
}
.cid-tYcuJ8T2ZI .navbar.opened {
  transition: all 0.3s;
}
.cid-tYcuJ8T2ZI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYcuJ8T2ZI .navbar .navbar-logo img {
  width: auto;
}
.cid-tYcuJ8T2ZI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYcuJ8T2ZI .navbar.collapsed {
  justify-content: center;
}
.cid-tYcuJ8T2ZI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYcuJ8T2ZI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYcuJ8T2ZI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tYcuJ8T2ZI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYcuJ8T2ZI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYcuJ8T2ZI .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-tYcuJ8T2ZI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYcuJ8T2ZI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYcuJ8T2ZI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYcuJ8T2ZI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYcuJ8T2ZI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYcuJ8T2ZI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYcuJ8T2ZI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYcuJ8T2ZI .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-tYcuJ8T2ZI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYcuJ8T2ZI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYcuJ8T2ZI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYcuJ8T2ZI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYcuJ8T2ZI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYcuJ8T2ZI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYcuJ8T2ZI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYcuJ8T2ZI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYcuJ8T2ZI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYcuJ8T2ZI .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-tYcuJ8T2ZI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYcuJ8T2ZI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYcuJ8T2ZI .dropdown-item.active,
.cid-tYcuJ8T2ZI .dropdown-item:active {
  background-color: transparent;
}
.cid-tYcuJ8T2ZI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYcuJ8T2ZI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYcuJ8T2ZI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYcuJ8T2ZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb5b5;
}
.cid-tYcuJ8T2ZI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYcuJ8T2ZI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYcuJ8T2ZI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYcuJ8T2ZI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYcuJ8T2ZI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYcuJ8T2ZI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb5b5;
}
.cid-tYcuJ8T2ZI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYcuJ8T2ZI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYcuJ8T2ZI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYcuJ8T2ZI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYcuJ8T2ZI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYcuJ8T2ZI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYcuJ8T2ZI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYcuJ8T2ZI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYcuJ8T2ZI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYcuJ8T2ZI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYcuJ8T2ZI .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-tYcuJ8T2ZI .navbar {
    height: 70px;
  }
  .cid-tYcuJ8T2ZI .navbar.opened {
    height: auto;
  }
  .cid-tYcuJ8T2ZI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYcuJ9T4zt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fresno-party-rentals28-1600x864.jpg");
}
.cid-tYcuJ9T4zt .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tYcuJ9T4zt .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYcuJ9T4zt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tYcuJ9T4zt .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-tYcuJ9T4zt .col-12 {
  position: relative;
}
.cid-tYcuJ9T4zt .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tYcuJ9T4zt .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tYcuJ9T4zt .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tYcuJ9T4zt .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tYcuJ9T4zt .mbr-section-title {
  color: #000000;
}
.cid-tYcuJ9T4zt .mbr-text,
.cid-tYcuJ9T4zt .mbr-section-btn {
  color: #263d5a;
}
.cid-tYcuJamME9 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcuJamME9 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tYcuJamME9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tYcuJamME9 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tYcuJamME9 .mbr-text,
.cid-tYcuJamME9 .mbr-section-btn {
  color: #000000;
}
.cid-tYcuJamME9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umapS7OfK3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-umapS7OfK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umapS7OfK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umapS7OfK3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umapS7OfK3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umapS7OfK3 .container {
    padding: 0 16px;
  }
}
.cid-umapS7OfK3 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-umapS7OfK3 .google-map iframe {
    height: 350px;
  }
}
.cid-tYcuJb3Xp9 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYcuJb3Xp9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYcuJb3Xp9 .wrapper {
  max-width: 350px;
}
.cid-tYcuJb3Xp9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYcuJb3Xp9 .row {
    text-align: center;
  }
  .cid-tYcuJb3Xp9 .social-row {
    justify-content: center;
  }
}
.cid-tYcuJb3Xp9 .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYcuJb3Xp9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYcuJb3Xp9 .list {
    margin-bottom: 0rem;
  }
}
.cid-tYcuJb3Xp9 .mbr-text {
  color: #000000;
}
.cid-tYcuJb3Xp9 .mbr-iconfont {
  color: black;
}
.cid-tYcuJb3Xp9 H5 {
  color: #000000;
  text-align: left;
}
.cid-tYcuJb3Xp9 .copyright {
  color: #000000;
}
.cid-umapZZIau7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umapZZIau7 nav.navbar {
  position: fixed;
}
.cid-umapZZIau7 .navbar-nav {
  margin: auto;
}
.cid-umapZZIau7 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-umapZZIau7 .dropdown-item:hover,
.cid-umapZZIau7 .dropdown-item:focus {
  background: #ff6f45 !important;
  color: white !important;
}
.cid-umapZZIau7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umapZZIau7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umapZZIau7 .navbar-short,
.cid-umapZZIau7 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-umapZZIau7 .navbar-short .nav-link,
.cid-umapZZIau7 .opened .nav-link,
.cid-umapZZIau7 .navbar-short .navbar-caption,
.cid-umapZZIau7 .opened .navbar-caption,
.cid-umapZZIau7 .navbar-short .mbr-iconfont,
.cid-umapZZIau7 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-umapZZIau7 .navbar-short .hamburger span,
.cid-umapZZIau7 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-umapZZIau7 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-umapZZIau7 .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-umapZZIau7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umapZZIau7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umapZZIau7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umapZZIau7 .container {
  display: flex;
  margin: auto;
}
.cid-umapZZIau7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umapZZIau7 .dropdown-menu,
.cid-umapZZIau7 .navbar.opened {
  background: #ffffff !important;
}
.cid-umapZZIau7 .nav-item:focus,
.cid-umapZZIau7 .nav-link:focus {
  outline: none;
}
.cid-umapZZIau7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umapZZIau7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umapZZIau7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umapZZIau7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umapZZIau7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umapZZIau7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umapZZIau7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-umapZZIau7 .navbar.opened {
  transition: all 0.3s;
}
.cid-umapZZIau7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umapZZIau7 .navbar .navbar-logo img {
  width: auto;
}
.cid-umapZZIau7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umapZZIau7 .navbar.collapsed {
  justify-content: center;
}
.cid-umapZZIau7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umapZZIau7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umapZZIau7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-umapZZIau7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umapZZIau7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umapZZIau7 .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-umapZZIau7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umapZZIau7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umapZZIau7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umapZZIau7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umapZZIau7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umapZZIau7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umapZZIau7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umapZZIau7 .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-umapZZIau7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umapZZIau7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umapZZIau7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umapZZIau7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umapZZIau7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umapZZIau7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umapZZIau7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umapZZIau7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umapZZIau7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umapZZIau7 .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-umapZZIau7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umapZZIau7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umapZZIau7 .dropdown-item.active,
.cid-umapZZIau7 .dropdown-item:active {
  background-color: transparent;
}
.cid-umapZZIau7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umapZZIau7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umapZZIau7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umapZZIau7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umapZZIau7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umapZZIau7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umapZZIau7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umapZZIau7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umapZZIau7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umapZZIau7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb5b5;
}
.cid-umapZZIau7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umapZZIau7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umapZZIau7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umapZZIau7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umapZZIau7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umapZZIau7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umapZZIau7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umapZZIau7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umapZZIau7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umapZZIau7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umapZZIau7 .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-umapZZIau7 .navbar {
    height: 70px;
  }
  .cid-umapZZIau7 .navbar.opened {
    height: auto;
  }
  .cid-umapZZIau7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umaq019z6s {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-umaq019z6s .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-umaq019z6s img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umaq019z6s img {
    transform: scale(1) translateX(0);
  }
}
.cid-umaq019z6s .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq019z6s .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umaq019z6s .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umaq019z6s .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umaq019z6s .col-12 {
  position: relative;
}
.cid-umaq019z6s .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-umaq019z6s .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-umaq019z6s .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-umaq019z6s .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-umaq019z6s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umaq019z6s .mbr-text,
.cid-umaq019z6s .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-umaq019z6s .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umaq021quP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umaq021quP img {
  border-radius: 30px;
}
.cid-umaq021quP .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq021quP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umaq021quP .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umaq021quP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umaq021quP .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-umaq021quP .mbr-text,
.cid-umaq021quP .mbr-section-btn {
  color: #263d5a;
}
.cid-umaq021quP .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umaq02LFuB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-umaq02LFuB .mbr-section-title {
  color: #ffffff;
}
.cid-umaq02LFuB .mbr-text,
.cid-umaq02LFuB .mbr-section-btn {
  color: #000000;
}
.cid-umaq03ziOx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-umaq03ziOx .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-umaq03ziOx .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq03ziOx .row {
    padding: 2rem 1rem;
  }
}
.cid-umaq03ziOx .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umaq03ziOx .card-wrapper {
  overflow: visible;
}
.cid-umaq03ziOx .card-text {
  color: #263d5a;
}
.cid-umaq03ziOx .card-title,
.cid-umaq03ziOx .iconfont-wrapper {
  color: #000000;
}
.cid-umaq03ziOx .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umaq03ziOx .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-umaq03ziOx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umaq04vQgu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umaq04vQgu .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq04vQgu .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-umaq04vQgu .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-umaq04vQgu .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umaq04vQgu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umaq04vQgu .mbr-text {
  color: #000000;
}
.cid-umaq055vUu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umaq055vUu .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-umaq055vUu .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq055vUu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umaq055vUu .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-umaq055vUu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umaq055vUu .row {
  justify-content: center;
}
.cid-umaq055vUu .card-text {
  color: #263d5a;
}
.cid-umaq055vUu .card-title,
.cid-umaq055vUu .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-umaq055vUu .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umaq055vUu .mbr-section-title {
  color: #263d5a;
}
.cid-umaq055vUu .card-price,
.cid-umaq055vUu .iconfont-wrapper {
  color: #263d5a;
}
.cid-umaq066gfG {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umaq066gfG .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq066gfG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umaq066gfG .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umaq066gfG .mbr-text,
.cid-umaq066gfG .mbr-section-btn {
  color: #000000;
}
.cid-umaq066gfG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umaq06Ls50 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-umaq06Ls50 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umaq06Ls50 img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-umaq06Ls50 img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-umaq06Ls50 .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-umaq06Ls50 .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umaq06Ls50 .row {
    padding: 1rem 0rem;
  }
}
.cid-umaq06Ls50 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umaq06Ls50 .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-umaq06Ls50 span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-umaq06Ls50 .collapsed span {
  transform: rotate(0deg);
}
.cid-umaq06Ls50 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umaq06Ls50 .panel-group {
  width: 100%;
}
.cid-umaq06Ls50 .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-umaq06Ls50 .card {
  border-radius: 0px;
}
.cid-umaq06Ls50 .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-umaq06Ls50 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-umaq06Ls50 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umaq06Ls50 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-umaq06Ls50 .panel-text {
  color: #263d5a;
}
.cid-umaq06Ls50 .header-text,
.cid-umaq06Ls50 .sign {
  color: #263d5a;
  text-align: right;
}
.cid-umaq06Ls50 .mbr-section-title {
  color: #000000;
}
.cid-umaq06Ls50 .header-text,
.cid-umaq06Ls50 .sign,
.cid-umaq06Ls50 .card-header {
  color: #000000;
  text-align: left;
}
.cid-umaq06Ls50 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umaq07JF0g {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umaq07JF0g .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq07JF0g .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-umaq07JF0g .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-umaq07JF0g .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umaq07JF0g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umaq07JF0g .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-umaq08QFRP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umaq08QFRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaq08QFRP .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-umaq08QFRP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umaq08QFRP img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-umaq08QFRP img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-umaq08QFRP .card {
  margin-bottom: 2rem;
}
.cid-umaq08QFRP .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-umaq08QFRP .row {
  justify-content: space-between;
}
.cid-umaq08QFRP .card-box {
  display: flex;
  align-items: center;
}
.cid-umaq08QFRP .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-umaq08QFRP .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-umaq08QFRP .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-umaq08QFRP .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-umaq08QFRP .card-text {
  color: #000000;
}
.cid-umaq08QFRP .card-title,
.cid-umaq08QFRP .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-umaq08QFRP .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-umaq08QFRP .card-link,
.cid-umaq08QFRP .link-icon,
.cid-umaq08QFRP .link-align {
  color: #232323;
}
.cid-umaq0bkeSN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umaq0bkeSN .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-umaq0bkeSN .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq0bkeSN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umaq0bkeSN .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-umaq0bkeSN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umaq0bkeSN .mbr-text,
.cid-umaq0bkeSN .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-umaq0bkeSN .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-umaq0ceuS5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umaq0ceuS5 img {
  border-radius: 30px;
}
.cid-umaq0ceuS5 .my-auto {
  margin-bottom: 0!important;
}
.cid-umaq0ceuS5 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq0ceuS5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umaq0ceuS5 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umaq0ceuS5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umaq0ceuS5 .mbr-section-title {
  color: #000000;
}
.cid-umaq0ceuS5 .mbr-text,
.cid-umaq0ceuS5 .mbr-section-btn {
  color: #263d5a;
}
.cid-umaq0ceuS5 .mbr-section-subtitle {
  color: #000000;
}
.cid-umaq0deTsf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umaq0deTsf .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umaq0deTsf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umaq0deTsf .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umaq0deTsf .mbr-text,
.cid-umaq0deTsf .mbr-section-btn {
  color: #000000;
}
.cid-umaq0deTsf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umatBVdyva {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umatBVdyva .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umatBVdyva .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-umatBVdyva .row {
    padding: 2rem 1rem;
  }
}
.cid-umatBVdyva .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umatBVdyva .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-umatBVdyva span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-umatBVdyva .collapsed span {
  transform: rotate(0deg);
}
.cid-umatBVdyva .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umatBVdyva .panel-group {
  width: 100%;
}
.cid-umatBVdyva .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-umatBVdyva .card {
  border-radius: 0px;
}
.cid-umatBVdyva .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-umatBVdyva .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-umatBVdyva .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umatBVdyva .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-umatBVdyva .panel-text {
  color: #000000;
}
.cid-umatBVdyva .header-text,
.cid-umatBVdyva .sign {
  color: #263d5a;
  text-align: right;
}
.cid-umatBVdyva .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umatBVdyva .header-text,
.cid-umatBVdyva .sign,
.cid-umatBVdyva .card-header {
  color: #000000;
  text-align: left;
}
.cid-umatBVdyva .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umatBVdyva .mbr-section-title DIV {
  text-align: center;
}
.cid-umaq0e7E9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-umaq0e7E9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaq0e7E9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaq0e7E9a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umaq0e7E9a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umaq0e7E9a .container {
    padding: 0 16px;
  }
}
.cid-umaq0e7E9a .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-umaq0e7E9a .google-map iframe {
    height: 350px;
  }
}
.cid-umaq0ffytM {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umaq0ffytM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umaq0ffytM .wrapper {
  max-width: 350px;
}
.cid-umaq0ffytM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umaq0ffytM .row {
    text-align: center;
  }
  .cid-umaq0ffytM .social-row {
    justify-content: center;
  }
}
.cid-umaq0ffytM .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-umaq0ffytM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umaq0ffytM .list {
    margin-bottom: 0rem;
  }
}
.cid-umaq0ffytM .mbr-text {
  color: #000000;
}
.cid-umaq0ffytM .mbr-iconfont {
  color: black;
}
.cid-umaq0ffytM H5 {
  color: #000000;
  text-align: left;
}
.cid-umaq0ffytM .copyright {
  color: #000000;
}
.cid-umauvLpqvV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umauvLpqvV nav.navbar {
  position: fixed;
}
.cid-umauvLpqvV .navbar-nav {
  margin: auto;
}
.cid-umauvLpqvV .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-umauvLpqvV .dropdown-item:hover,
.cid-umauvLpqvV .dropdown-item:focus {
  background: #ff6f45 !important;
  color: white !important;
}
.cid-umauvLpqvV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umauvLpqvV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umauvLpqvV .navbar-short,
.cid-umauvLpqvV .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-umauvLpqvV .navbar-short .nav-link,
.cid-umauvLpqvV .opened .nav-link,
.cid-umauvLpqvV .navbar-short .navbar-caption,
.cid-umauvLpqvV .opened .navbar-caption,
.cid-umauvLpqvV .navbar-short .mbr-iconfont,
.cid-umauvLpqvV .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-umauvLpqvV .navbar-short .hamburger span,
.cid-umauvLpqvV .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-umauvLpqvV .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-umauvLpqvV .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-umauvLpqvV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umauvLpqvV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umauvLpqvV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umauvLpqvV .container {
  display: flex;
  margin: auto;
}
.cid-umauvLpqvV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umauvLpqvV .dropdown-menu,
.cid-umauvLpqvV .navbar.opened {
  background: #ffffff !important;
}
.cid-umauvLpqvV .nav-item:focus,
.cid-umauvLpqvV .nav-link:focus {
  outline: none;
}
.cid-umauvLpqvV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umauvLpqvV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umauvLpqvV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umauvLpqvV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umauvLpqvV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umauvLpqvV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umauvLpqvV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-umauvLpqvV .navbar.opened {
  transition: all 0.3s;
}
.cid-umauvLpqvV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umauvLpqvV .navbar .navbar-logo img {
  width: auto;
}
.cid-umauvLpqvV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umauvLpqvV .navbar.collapsed {
  justify-content: center;
}
.cid-umauvLpqvV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umauvLpqvV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umauvLpqvV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-umauvLpqvV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umauvLpqvV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umauvLpqvV .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-umauvLpqvV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umauvLpqvV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umauvLpqvV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umauvLpqvV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umauvLpqvV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umauvLpqvV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umauvLpqvV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umauvLpqvV .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-umauvLpqvV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umauvLpqvV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umauvLpqvV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umauvLpqvV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umauvLpqvV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umauvLpqvV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umauvLpqvV .navbar.navbar-short {
  min-height: 60px;
}
.cid-umauvLpqvV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umauvLpqvV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umauvLpqvV .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-umauvLpqvV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umauvLpqvV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umauvLpqvV .dropdown-item.active,
.cid-umauvLpqvV .dropdown-item:active {
  background-color: transparent;
}
.cid-umauvLpqvV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umauvLpqvV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umauvLpqvV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umauvLpqvV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umauvLpqvV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umauvLpqvV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umauvLpqvV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umauvLpqvV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umauvLpqvV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umauvLpqvV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb5b5;
}
.cid-umauvLpqvV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umauvLpqvV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umauvLpqvV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umauvLpqvV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umauvLpqvV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umauvLpqvV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umauvLpqvV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umauvLpqvV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umauvLpqvV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umauvLpqvV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umauvLpqvV .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-umauvLpqvV .navbar {
    height: 70px;
  }
  .cid-umauvLpqvV .navbar.opened {
    height: auto;
  }
  .cid-umauvLpqvV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umauvNcflV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-umauvNcflV .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-umauvNcflV img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umauvNcflV img {
    transform: scale(1) translateX(0);
  }
}
.cid-umauvNcflV .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvNcflV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umauvNcflV .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umauvNcflV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umauvNcflV .col-12 {
  position: relative;
}
.cid-umauvNcflV .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-umauvNcflV .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-umauvNcflV .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-umauvNcflV .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-umauvNcflV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umauvNcflV .mbr-text,
.cid-umauvNcflV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-umauvNcflV .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umauvOwvPy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umauvOwvPy img {
  border-radius: 30px;
}
.cid-umauvOwvPy .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvOwvPy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umauvOwvPy .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umauvOwvPy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umauvOwvPy .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-umauvOwvPy .mbr-text,
.cid-umauvOwvPy .mbr-section-btn {
  color: #263d5a;
}
.cid-umauvOwvPy .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umauvPftTI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-umauvPftTI .mbr-section-title {
  color: #ffffff;
}
.cid-umauvPftTI .mbr-text,
.cid-umauvPftTI .mbr-section-btn {
  color: #000000;
}
.cid-umauvPTgIB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-umauvPTgIB .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-umauvPTgIB .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvPTgIB .row {
    padding: 2rem 1rem;
  }
}
.cid-umauvPTgIB .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umauvPTgIB .card-wrapper {
  overflow: visible;
}
.cid-umauvPTgIB .card-text {
  color: #263d5a;
}
.cid-umauvPTgIB .card-title,
.cid-umauvPTgIB .iconfont-wrapper {
  color: #000000;
}
.cid-umauvPTgIB .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umauvPTgIB .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-umauvPTgIB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umauvQRYcW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umauvQRYcW .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvQRYcW .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-umauvQRYcW .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-umauvQRYcW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umauvQRYcW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umauvQRYcW .mbr-text {
  color: #000000;
}
.cid-umauvRwGaE {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umauvRwGaE .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-umauvRwGaE .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvRwGaE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umauvRwGaE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-umauvRwGaE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umauvRwGaE .row {
  justify-content: center;
}
.cid-umauvRwGaE .card-text {
  color: #263d5a;
}
.cid-umauvRwGaE .card-title,
.cid-umauvRwGaE .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-umauvRwGaE .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umauvRwGaE .mbr-section-title {
  color: #263d5a;
}
.cid-umauvRwGaE .card-price,
.cid-umauvRwGaE .iconfont-wrapper {
  color: #263d5a;
}
.cid-umauvSD7LK {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umauvSD7LK .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvSD7LK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umauvSD7LK .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umauvSD7LK .mbr-text,
.cid-umauvSD7LK .mbr-section-btn {
  color: #000000;
}
.cid-umauvSD7LK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umauvTmXg6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-umauvTmXg6 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umauvTmXg6 img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-umauvTmXg6 img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-umauvTmXg6 .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-umauvTmXg6 .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umauvTmXg6 .row {
    padding: 1rem 0rem;
  }
}
.cid-umauvTmXg6 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umauvTmXg6 .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-umauvTmXg6 span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-umauvTmXg6 .collapsed span {
  transform: rotate(0deg);
}
.cid-umauvTmXg6 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umauvTmXg6 .panel-group {
  width: 100%;
}
.cid-umauvTmXg6 .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-umauvTmXg6 .card {
  border-radius: 0px;
}
.cid-umauvTmXg6 .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-umauvTmXg6 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-umauvTmXg6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umauvTmXg6 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-umauvTmXg6 .panel-text {
  color: #263d5a;
}
.cid-umauvTmXg6 .header-text,
.cid-umauvTmXg6 .sign {
  color: #263d5a;
  text-align: right;
}
.cid-umauvTmXg6 .mbr-section-title {
  color: #000000;
}
.cid-umauvTmXg6 .header-text,
.cid-umauvTmXg6 .sign,
.cid-umauvTmXg6 .card-header {
  color: #000000;
  text-align: left;
}
.cid-umauvTmXg6 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umauvUtHsx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umauvUtHsx .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvUtHsx .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-umauvUtHsx .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-umauvUtHsx .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umauvUtHsx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umauvUtHsx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-umauvV91Re {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umauvV91Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-umauvV91Re .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-umauvV91Re .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umauvV91Re img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-umauvV91Re img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-umauvV91Re .card {
  margin-bottom: 2rem;
}
.cid-umauvV91Re .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-umauvV91Re .row {
  justify-content: space-between;
}
.cid-umauvV91Re .card-box {
  display: flex;
  align-items: center;
}
.cid-umauvV91Re .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-umauvV91Re .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-umauvV91Re .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-umauvV91Re .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-umauvV91Re .card-text {
  color: #000000;
}
.cid-umauvV91Re .card-title,
.cid-umauvV91Re .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-umauvV91Re .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-umauvV91Re .card-link,
.cid-umauvV91Re .link-icon,
.cid-umauvV91Re .link-align {
  color: #232323;
}
.cid-umauvWiO48 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umauvWiO48 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-umauvWiO48 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvWiO48 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umauvWiO48 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-umauvWiO48 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umauvWiO48 .mbr-text,
.cid-umauvWiO48 .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-umauvWiO48 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-umauvYHkMo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umauvYHkMo img {
  border-radius: 30px;
}
.cid-umauvYHkMo .my-auto {
  margin-bottom: 0!important;
}
.cid-umauvYHkMo .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvYHkMo .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umauvYHkMo .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umauvYHkMo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umauvYHkMo .mbr-section-title {
  color: #000000;
}
.cid-umauvYHkMo .mbr-text,
.cid-umauvYHkMo .mbr-section-btn {
  color: #263d5a;
}
.cid-umauvYHkMo .mbr-section-subtitle {
  color: #000000;
}
.cid-umauvZLb6h {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umauvZLb6h .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umauvZLb6h .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umauvZLb6h .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umauvZLb6h .mbr-text,
.cid-umauvZLb6h .mbr-section-btn {
  color: #000000;
}
.cid-umauvZLb6h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umaC7TgL5D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umaC7TgL5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaC7TgL5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaC7TgL5D .row {
  flex-direction: row-reverse;
}
.cid-umauw0QgpR {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umauw0QgpR .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umauw0QgpR .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-umauw0QgpR .row {
    padding: 2rem 1rem;
  }
}
.cid-umauw0QgpR .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umauw0QgpR .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-umauw0QgpR span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-umauw0QgpR .collapsed span {
  transform: rotate(0deg);
}
.cid-umauw0QgpR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umauw0QgpR .panel-group {
  width: 100%;
}
.cid-umauw0QgpR .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-umauw0QgpR .card {
  border-radius: 0px;
}
.cid-umauw0QgpR .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-umauw0QgpR .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-umauw0QgpR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umauw0QgpR .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-umauw0QgpR .panel-text {
  color: #000000;
}
.cid-umauw0QgpR .header-text,
.cid-umauw0QgpR .sign {
  color: #263d5a;
  text-align: right;
}
.cid-umauw0QgpR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umauw0QgpR .header-text,
.cid-umauw0QgpR .sign,
.cid-umauw0QgpR .card-header {
  color: #000000;
  text-align: left;
}
.cid-umauw0QgpR .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umauw0QgpR .mbr-section-title DIV {
  text-align: center;
}
.cid-umauw1WvcC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-umauw1WvcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umauw1WvcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umauw1WvcC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umauw1WvcC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umauw1WvcC .container {
    padding: 0 16px;
  }
}
.cid-umauw1WvcC .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-umauw1WvcC .google-map iframe {
    height: 350px;
  }
}
.cid-umauw2TMPu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umauw2TMPu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umauw2TMPu .wrapper {
  max-width: 350px;
}
.cid-umauw2TMPu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umauw2TMPu .row {
    text-align: center;
  }
  .cid-umauw2TMPu .social-row {
    justify-content: center;
  }
}
.cid-umauw2TMPu .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-umauw2TMPu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umauw2TMPu .list {
    margin-bottom: 0rem;
  }
}
.cid-umauw2TMPu .mbr-text {
  color: #000000;
}
.cid-umauw2TMPu .mbr-iconfont {
  color: black;
}
.cid-umauw2TMPu H5 {
  color: #000000;
  text-align: left;
}
.cid-umauw2TMPu .copyright {
  color: #000000;
}
.cid-umayxF9PIP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umayxF9PIP nav.navbar {
  position: fixed;
}
.cid-umayxF9PIP .navbar-nav {
  margin: auto;
}
.cid-umayxF9PIP .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-umayxF9PIP .dropdown-item:hover,
.cid-umayxF9PIP .dropdown-item:focus {
  background: #ff6f45 !important;
  color: white !important;
}
.cid-umayxF9PIP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umayxF9PIP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umayxF9PIP .navbar-short,
.cid-umayxF9PIP .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-umayxF9PIP .navbar-short .nav-link,
.cid-umayxF9PIP .opened .nav-link,
.cid-umayxF9PIP .navbar-short .navbar-caption,
.cid-umayxF9PIP .opened .navbar-caption,
.cid-umayxF9PIP .navbar-short .mbr-iconfont,
.cid-umayxF9PIP .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-umayxF9PIP .navbar-short .hamburger span,
.cid-umayxF9PIP .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-umayxF9PIP .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-umayxF9PIP .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-umayxF9PIP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umayxF9PIP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umayxF9PIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umayxF9PIP .container {
  display: flex;
  margin: auto;
}
.cid-umayxF9PIP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umayxF9PIP .dropdown-menu,
.cid-umayxF9PIP .navbar.opened {
  background: #ffffff !important;
}
.cid-umayxF9PIP .nav-item:focus,
.cid-umayxF9PIP .nav-link:focus {
  outline: none;
}
.cid-umayxF9PIP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umayxF9PIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umayxF9PIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umayxF9PIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umayxF9PIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umayxF9PIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umayxF9PIP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-umayxF9PIP .navbar.opened {
  transition: all 0.3s;
}
.cid-umayxF9PIP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umayxF9PIP .navbar .navbar-logo img {
  width: auto;
}
.cid-umayxF9PIP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umayxF9PIP .navbar.collapsed {
  justify-content: center;
}
.cid-umayxF9PIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umayxF9PIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umayxF9PIP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-umayxF9PIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umayxF9PIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umayxF9PIP .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-umayxF9PIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umayxF9PIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umayxF9PIP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umayxF9PIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umayxF9PIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umayxF9PIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umayxF9PIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umayxF9PIP .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-umayxF9PIP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umayxF9PIP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umayxF9PIP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umayxF9PIP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umayxF9PIP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umayxF9PIP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umayxF9PIP .navbar.navbar-short {
  min-height: 60px;
}
.cid-umayxF9PIP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umayxF9PIP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umayxF9PIP .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-umayxF9PIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umayxF9PIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umayxF9PIP .dropdown-item.active,
.cid-umayxF9PIP .dropdown-item:active {
  background-color: transparent;
}
.cid-umayxF9PIP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umayxF9PIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umayxF9PIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umayxF9PIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umayxF9PIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umayxF9PIP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umayxF9PIP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umayxF9PIP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umayxF9PIP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umayxF9PIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb5b5;
}
.cid-umayxF9PIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umayxF9PIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umayxF9PIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umayxF9PIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umayxF9PIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umayxF9PIP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umayxF9PIP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umayxF9PIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umayxF9PIP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umayxF9PIP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umayxF9PIP .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-umayxF9PIP .navbar {
    height: 70px;
  }
  .cid-umayxF9PIP .navbar.opened {
    height: auto;
  }
  .cid-umayxF9PIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umayxGquSz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-umayxGquSz .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-umayxGquSz img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umayxGquSz img {
    transform: scale(1) translateX(0);
  }
}
.cid-umayxGquSz .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxGquSz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umayxGquSz .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umayxGquSz .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umayxGquSz .col-12 {
  position: relative;
}
.cid-umayxGquSz .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-umayxGquSz .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-umayxGquSz .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-umayxGquSz .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-umayxGquSz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umayxGquSz .mbr-text,
.cid-umayxGquSz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-umayxGquSz .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umayxH9AE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umayxH9AE8 img {
  border-radius: 30px;
}
.cid-umayxH9AE8 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxH9AE8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umayxH9AE8 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umayxH9AE8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umayxH9AE8 .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-umayxH9AE8 .mbr-text,
.cid-umayxH9AE8 .mbr-section-btn {
  color: #263d5a;
}
.cid-umayxH9AE8 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umayxHDN1Z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-umayxHDN1Z .mbr-section-title {
  color: #ffffff;
}
.cid-umayxHDN1Z .mbr-text,
.cid-umayxHDN1Z .mbr-section-btn {
  color: #000000;
}
.cid-umayxIctnI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-umayxIctnI .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-umayxIctnI .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxIctnI .row {
    padding: 2rem 1rem;
  }
}
.cid-umayxIctnI .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umayxIctnI .card-wrapper {
  overflow: visible;
}
.cid-umayxIctnI .card-text {
  color: #263d5a;
}
.cid-umayxIctnI .card-title,
.cid-umayxIctnI .iconfont-wrapper {
  color: #000000;
}
.cid-umayxIctnI .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umayxIctnI .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-umayxIctnI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umayxJ3U7w {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umayxJ3U7w .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxJ3U7w .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-umayxJ3U7w .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-umayxJ3U7w .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umayxJ3U7w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umayxJ3U7w .mbr-text {
  color: #000000;
}
.cid-umayxJzPeb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umayxJzPeb .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-umayxJzPeb .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxJzPeb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umayxJzPeb .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-umayxJzPeb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umayxJzPeb .row {
  justify-content: center;
}
.cid-umayxJzPeb .card-text {
  color: #263d5a;
}
.cid-umayxJzPeb .card-title,
.cid-umayxJzPeb .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-umayxJzPeb .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umayxJzPeb .mbr-section-title {
  color: #263d5a;
}
.cid-umayxJzPeb .card-price,
.cid-umayxJzPeb .iconfont-wrapper {
  color: #263d5a;
}
.cid-umayxKoHZO {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umayxKoHZO .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxKoHZO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umayxKoHZO .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umayxKoHZO .mbr-text,
.cid-umayxKoHZO .mbr-section-btn {
  color: #000000;
}
.cid-umayxKoHZO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umayxKUaMW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-umayxKUaMW .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umayxKUaMW img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-umayxKUaMW img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-umayxKUaMW .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-umayxKUaMW .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umayxKUaMW .row {
    padding: 1rem 0rem;
  }
}
.cid-umayxKUaMW .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umayxKUaMW .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-umayxKUaMW span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-umayxKUaMW .collapsed span {
  transform: rotate(0deg);
}
.cid-umayxKUaMW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umayxKUaMW .panel-group {
  width: 100%;
}
.cid-umayxKUaMW .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-umayxKUaMW .card {
  border-radius: 0px;
}
.cid-umayxKUaMW .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-umayxKUaMW .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-umayxKUaMW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umayxKUaMW .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-umayxKUaMW .panel-text {
  color: #263d5a;
}
.cid-umayxKUaMW .header-text,
.cid-umayxKUaMW .sign {
  color: #263d5a;
  text-align: right;
}
.cid-umayxKUaMW .mbr-section-title {
  color: #000000;
}
.cid-umayxKUaMW .header-text,
.cid-umayxKUaMW .sign,
.cid-umayxKUaMW .card-header {
  color: #000000;
  text-align: left;
}
.cid-umayxKUaMW .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umayxLMGoC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umayxLMGoC .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxLMGoC .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-umayxLMGoC .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-umayxLMGoC .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umayxLMGoC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umayxLMGoC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-umayxMAW7S {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umayxMAW7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-umayxMAW7S .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-umayxMAW7S .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umayxMAW7S img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-umayxMAW7S img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-umayxMAW7S .card {
  margin-bottom: 2rem;
}
.cid-umayxMAW7S .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-umayxMAW7S .row {
  justify-content: space-between;
}
.cid-umayxMAW7S .card-box {
  display: flex;
  align-items: center;
}
.cid-umayxMAW7S .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-umayxMAW7S .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-umayxMAW7S .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-umayxMAW7S .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-umayxMAW7S .card-text {
  color: #000000;
}
.cid-umayxMAW7S .card-title,
.cid-umayxMAW7S .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-umayxMAW7S .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-umayxMAW7S .card-link,
.cid-umayxMAW7S .link-icon,
.cid-umayxMAW7S .link-align {
  color: #232323;
}
.cid-umayxNyUij {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umayxNyUij .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-umayxNyUij .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxNyUij .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umayxNyUij .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-umayxNyUij .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umayxNyUij .mbr-text,
.cid-umayxNyUij .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-umayxNyUij .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-umayxO9LLW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umayxO9LLW img {
  border-radius: 30px;
}
.cid-umayxO9LLW .my-auto {
  margin-bottom: 0!important;
}
.cid-umayxO9LLW .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxO9LLW .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umayxO9LLW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-umayxO9LLW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umayxO9LLW .mbr-section-title {
  color: #000000;
}
.cid-umayxO9LLW .mbr-text,
.cid-umayxO9LLW .mbr-section-btn {
  color: #263d5a;
  text-align: right;
}
.cid-umayxO9LLW .mbr-section-subtitle {
  color: #000000;
}
.cid-umayxOL7sm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umayxOL7sm .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-umayxOL7sm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umayxOL7sm .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umayxOL7sm .mbr-text,
.cid-umayxOL7sm .mbr-section-btn {
  color: #000000;
}
.cid-umayxOL7sm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umayxPt8Li {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umayxPt8Li .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umayxPt8Li .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-umayxPt8Li .row {
    padding: 2rem 1rem;
  }
}
.cid-umayxPt8Li .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-umayxPt8Li .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-umayxPt8Li span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-umayxPt8Li .collapsed span {
  transform: rotate(0deg);
}
.cid-umayxPt8Li .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umayxPt8Li .panel-group {
  width: 100%;
}
.cid-umayxPt8Li .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-umayxPt8Li .card {
  border-radius: 0px;
}
.cid-umayxPt8Li .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-umayxPt8Li .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-umayxPt8Li .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umayxPt8Li .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-umayxPt8Li .panel-text {
  color: #000000;
}
.cid-umayxPt8Li .header-text,
.cid-umayxPt8Li .sign {
  color: #263d5a;
  text-align: right;
}
.cid-umayxPt8Li .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umayxPt8Li .header-text,
.cid-umayxPt8Li .sign,
.cid-umayxPt8Li .card-header {
  color: #000000;
  text-align: left;
}
.cid-umayxPt8Li .mbr-section-subtitle {
  color: #263d5a;
}
.cid-umayxPt8Li .mbr-section-title DIV {
  text-align: center;
}
.cid-umayxQdAsv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-umayxQdAsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umayxQdAsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umayxQdAsv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umayxQdAsv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umayxQdAsv .container {
    padding: 0 16px;
  }
}
.cid-umayxQdAsv .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-umayxQdAsv .google-map iframe {
    height: 350px;
  }
}
.cid-umayxR2jJb {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umayxR2jJb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umayxR2jJb .wrapper {
  max-width: 350px;
}
.cid-umayxR2jJb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umayxR2jJb .row {
    text-align: center;
  }
  .cid-umayxR2jJb .social-row {
    justify-content: center;
  }
}
.cid-umayxR2jJb .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-umayxR2jJb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umayxR2jJb .list {
    margin-bottom: 0rem;
  }
}
.cid-umayxR2jJb .mbr-text {
  color: #000000;
}
.cid-umayxR2jJb .mbr-iconfont {
  color: black;
}
.cid-umayxR2jJb H5 {
  color: #000000;
  text-align: left;
}
.cid-umayxR2jJb .copyright {
  color: #000000;
}
