.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.2rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ea491a !important;
}
.bg-success {
  background-color: #7dabab !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #ea491a !important;
}
.btn-primary {
  background: linear-gradient(140deg, #ea491a, #d74014 50%, #f39377) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea491a !important;
  border-color: #ea491a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ee6e49 !important;
  border-color: #ee6e49 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ee6e49 !important;
  border-color: #ee6e49 !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #7dabab, #6ea1a1 50%, #bbd3d3) !important;
}
.btn-success,
.btn-success:active {
  background-color: #7dabab !important;
  border-color: #7dabab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #ea491a, #d74014 50%, #f39377) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea491a !important;
  border-color: #ea491a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ee6e49 !important;
  border-color: #ee6e49 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ee6e49 !important;
  border-color: #ee6e49 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ea491a;
  color: #ea491a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f2f0f !important;
  background-color: transparent !important;
  border-color: #9f2f0f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea491a !important;
  border-color: #ea491a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7dabab;
  color: #7dabab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #527f7f !important;
  background-color: transparent !important;
  border-color: #527f7f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7dabab !important;
  border-color: #7dabab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ea491a;
  color: #ea491a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9f2f0f !important;
  background-color: transparent !important;
  border-color: #9f2f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea491a !important;
  border-color: #ea491a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #ea491a !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #7dabab !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #ea491a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #912b0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c7676 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #912b0d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ea491a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #ea491a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea491a;
  border-color: #ea491a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ea491a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbded5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cadddd;
}
.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: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbded5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #ea491a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ea491a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ea491a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ea491a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ea491a;
  border-bottom-color: #ea491a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ea491a !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: #f96e47 !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='%23ea491a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-uOguyP9Dtw .navbar-dropdown {
  position: relative !important;
}
.cid-uOguyP9Dtw .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOguyP9Dtw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOguyP9Dtw .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item:hover,
.cid-uOguyP9Dtw .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item:hover span {
  color: white;
}
.cid-uOguyP9Dtw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOguyP9Dtw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOguyP9Dtw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOguyP9Dtw .nav-link {
  position: relative;
}
.cid-uOguyP9Dtw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOguyP9Dtw .container {
    flex-wrap: nowrap;
  }
}
.cid-uOguyP9Dtw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOguyP9Dtw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOguyP9Dtw .dropdown-menu,
.cid-uOguyP9Dtw .navbar.opened {
  background: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item:focus,
.cid-uOguyP9Dtw .nav-link:focus {
  outline: none;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOguyP9Dtw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOguyP9Dtw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOguyP9Dtw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOguyP9Dtw .navbar.opened {
  transition: all 0.3s;
}
.cid-uOguyP9Dtw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOguyP9Dtw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOguyP9Dtw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOguyP9Dtw .navbar.collapsed {
  justify-content: center;
}
.cid-uOguyP9Dtw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOguyP9Dtw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOguyP9Dtw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOguyP9Dtw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOguyP9Dtw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOguyP9Dtw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOguyP9Dtw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOguyP9Dtw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOguyP9Dtw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOguyP9Dtw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOguyP9Dtw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOguyP9Dtw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOguyP9Dtw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-caption:hover,
.cid-uOguyP9Dtw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOguyP9Dtw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOguyP9Dtw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item.active,
.cid-uOguyP9Dtw .dropdown-item:active {
  background-color: transparent;
}
.cid-uOguyP9Dtw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOguyP9Dtw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOguyP9Dtw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOguyP9Dtw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOguyP9Dtw .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOguyP9Dtw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOguyP9Dtw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOguyP9Dtw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOguyP9Dtw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOguyP9Dtw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar {
    height: 70px;
  }
  .cid-uOguyP9Dtw .navbar.opened {
    height: auto;
  }
  .cid-uOguyP9Dtw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOguyP9Dtw .navbar-nav {
  margin: 0 auto;
}
.cid-uOguyP9Dtw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOguyP9Dtw .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOguyP9Dtw .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOguyP9Dtw .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOguyP9Dtw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOguyP9Dtw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOguyP9Dtw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOguyP9Dtw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOguyP9Dtw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOguyP9Dtw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOguyP9Dtw .content-wrap {
  min-height: 110px;
}
.cid-uOguyP9Dtw .mbr-section-btn .btn::after,
.cid-uOguyP9Dtw .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOguyP9Dtw .mbr-section-btn .btn:hover,
.cid-uOguyP9Dtw .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOguyP9Dtw .mbr-section-btn .btn:hover::after,
.cid-uOguyP9Dtw .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOgvHny6Oc {
  overflow: hidden;
  background-image: url("../../../assets/images/weddingtentrental.jpg-1224x816.jpg");
}
.cid-uOgvHny6Oc .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uOgvHny6Oc .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgvHny6Oc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOgvHny6Oc .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uOgvHny6Oc .col-12 {
  position: relative;
}
.cid-uOgvHny6Oc .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgvHny6Oc .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uOgvHny6Oc .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-uOgvHny6Oc .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uOgvHny6Oc .mbr-section-title {
  color: #000000;
}
.cid-uOgvHny6Oc .mbr-text,
.cid-uOgvHny6Oc .mbr-section-btn {
  color: #000000;
}
.cid-uOgABWRUWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgABWRUWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgABWRUWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgABWRUWe .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOgABWRUWe .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOgABWRUWe .mbr-section-title {
  color: #00524F;
}
.cid-uOgABWRUWe .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOgABWRUWe .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOgABWRUWe .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOgABWRUWe .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOgABWRUWe .item-container {
  width: 100%;
  display: flex;
}
.cid-uOgABWRUWe .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOgABWRUWe .card-text {
  color: #000000;
  width: 100%;
}
.cid-uOgxjeOK6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgxjeOK6S blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #bc5e4d;
}
.cid-uOgxjeOK6S .mbr-text {
  color: #000000;
}
.cid-uOgLWDmwlS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgLWDmwlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgLWDmwlS .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-uOgLWDmwlS .container {
    padding: 0 16px;
  }
}
.cid-uOgLWDmwlS .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdfd9;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uOgLWDmwlS .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uOgLWDmwlS .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uOgLWDmwlS .image-wrapper img {
    height: 300px;
  }
}
.cid-uOgLWDmwlS .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgLWDmwlS .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOgLWDmwlS .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgLWDmwlS .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOgLWDmwlS .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgLWDmwlS .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOgLWDmwlS .mbr-section-title,
.cid-uOgLWDmwlS .mbr-section-btn {
  color: #000000;
}
.cid-uOgLWDmwlS .mbr-text {
  color: #000000;
}
.cid-uOgpa3OmPK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bc5e4d;
}
.cid-uOgpa3OmPK .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOgpa3OmPK .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOgpa3OmPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgpa3OmPK .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-uOgpa3OmPK .container {
    padding: 0 30px;
  }
}
.cid-uOgpa3OmPK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uOgpa3OmPK .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgpa3OmPK .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uOgpa3OmPK .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgpa3OmPK .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uOgpa3OmPK .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uOgpa3OmPK .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOgpa3OmPK .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uOgpa3OmPK .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uOgpa3OmPK .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgpa3OmPK .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uOgpa3OmPK .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uOgpa3OmPK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uOgpa3OmPK .mbr-desc {
  color: #c7fcb5;
}
.cid-uOgpa3OmPK .mbr-text {
  color: #c7fcb5;
}
.cid-uOgpa3OmPK .item-number {
  color: #144031;
}
.cid-uOgpa3OmPK .item-title {
  color: #144031;
}
.cid-uOgpa3OmPK .item-text {
  color: #000000;
  text-align: center;
}
.cid-uOcUa37H7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOcUa37H7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcUa37H7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcUa37H7h .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOcUa37H7h .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOcUa37H7h .container {
    padding: 0;
  }
}
.cid-uOcUa37H7h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOcUa37H7h .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOcUa37H7h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOcUa37H7h .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOcUa37H7h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOcUa37H7h .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ugTWPMoBld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-ugTWPMoBld .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWPMoBld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWPMoBld .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item {
    margin-bottom: 16px;
  }
}
.cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-ugTWPMoBld .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper {
    display: block;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffdfd9;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ugTWPMoBld .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-ugTWPMoBld .item-title {
  color: #000000;
}
.cid-ugTWPMoBld .item-desc {
  color: #000000;
}
.cid-uOgy12xWBJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgy12xWBJ .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uOgy12xWBJ .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOgy12xWBJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOgy12xWBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgy12xWBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgzhwoy7a {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgzhwoy7a .mbr-text {
  color: #767676;
}
.cid-uOgzhwoy7a .card-subtitle {
  margin: 0;
}
.cid-uOgzhwoy7a .link {
  margin: 0;
}
.cid-uOgzhwoy7a .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uOgzhwoy7a .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uOgzhwoy7a .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uOgzhwoy7a .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uOgzhwoy7a .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uOgzhwoy7a .date {
  margin: 0;
}
.cid-uOgzhwoy7a img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uOgzhwoy7a .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uOgzhwoy7a .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uOgzhwoy7a .card-img:hover:before {
  opacity: 0.4;
}
.cid-uOgzhwoy7a .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOgzhwoy7a .icon-box {
    flex-direction: column;
  }
  .cid-uOgzhwoy7a .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uOgzhwoy7a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOgzhwoy7a .card {
    margin-bottom: 3rem;
  }
}
.cid-uOgzhwoy7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgzhwoy7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgzhwoy7a .mbr-text,
.cid-uOgzhwoy7a .link {
  color: #000000;
}
.cid-uOgzhwoy7a .card-title,
.cid-uOgzhwoy7a .card-img {
  color: #000000;
}
.cid-uOgtdEnejR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgtdEnejR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgtdEnejR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgtdEnejR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgtdEnejR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgtdEnejR .container {
    padding: 0 16px;
  }
}
.cid-uOgtdEnejR .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOgtdEnejR .row {
    margin: 0 10px;
  }
}
.cid-uOgtdEnejR .row .item {
  padding: 0;
}
.cid-uOgtdEnejR .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOgtdEnejR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOgtdEnejR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOgtdEnejR .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uOgtdEnejR .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uOgtdEnejR .panel-group .card:first-child {
  border-top: none;
}
.cid-uOgtdEnejR .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uOgtdEnejR .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uOgtdEnejR .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgtdEnejR .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uOgtdEnejR .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #bc5e4d;
}
.cid-uOgtdEnejR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffffff;
  background-color: #192227;
}
.cid-uOgtdEnejR .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uOgtdEnejR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOgtdEnejR .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uOgtdEnejR .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uOgtdEnejR .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uOgtdEnejR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOgtdEnejR .image-wrapper {
  height: 100%;
}
.cid-uOgtdEnejR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOgtdEnejR .image-wrapper img {
    height: 350px;
  }
}
.cid-uOgtdEnejR .mbr-section-title {
  color: #000000;
}
.cid-uOgtdEnejR .panel-title-edit {
  color: #000000;
}
.cid-uOgtdEnejR .panel-text {
  color: #fdfcfc;
}
.cid-uOcRZIPas1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOcRZIPas1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcRZIPas1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcRZIPas1 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOcRZIPas1 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOcRZIPas1 .row {
  flex-direction: row-reverse;
}
.cid-uOcRZIPas1 .row {
  align-items: center;
}
.cid-uOcRZIPas1 .mbr-section-title {
  color: #000000;
}
.cid-uOcRZIPas1 .mbr-text,
.cid-uOcRZIPas1 .mbr-section-btn {
  color: #000000;
}
.cid-uOgyFnPViz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgyFnPViz .container {
  max-width: 1500px;
}
.cid-uOgyFnPViz img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uOgyFnPViz img:hover {
  transform: scale(1.1);
}
.cid-uOgyFnPViz .row {
  background: #ffffff;
}
.cid-uOgyFnPViz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uOgyFnPViz h2 {
  padding: 0;
  margin: 0;
}
.cid-uOgyFnPViz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOgyFnPViz .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uOgyFnPViz .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uOgyFnPViz .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uOgyFnPViz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uOgyFnPViz .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOgyFnPViz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uOgyFnPViz .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uOgyFnPViz .row {
    margin: 0rem;
  }
  .cid-uOgyFnPViz .text-col {
    padding: 2rem 1rem;
  }
  .cid-uOgyFnPViz .number {
    margin-right: 2rem;
  }
  .cid-uOgyFnPViz .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uOgyFnPViz H2 {
  color: #000000;
}
.cid-uOgyFnPViz .mbr-text {
  color: #000000;
}
.cid-uOgyFnPViz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgyFnPViz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgMKnYslX {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgMKnYslX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgMKnYslX .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOgMKnYslX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgMKnYslX h1 {
  max-width: 800px;
}
.cid-uOgMKnYslX p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOgMKnYslX {
    align-items: center;
  }
  .cid-uOgMKnYslX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOgMKnYslX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOgMKnYslX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOgMKnYslX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOgMKnYslX .content-wrap {
    width: 100%;
  }
}
.cid-uOgMKnYslX .mbr-section-subtitle,
.cid-uOgMKnYslX .line {
  color: #000000;
}
.cid-uOgMKnYslX .mbr-text,
.cid-uOgMKnYslX .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOgMKnYslX .mbr-section-title {
  color: #291f1e;
}
.cid-uOgK5kddtz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uOgK5kddtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgK5kddtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgK5kddtz .card-wrapper {
  border: 1px solid #ea491a;
}
.cid-uOgK5kddtz .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOgK5kddtz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOgK5kddtz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOgK5kddtz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOgK5kddtz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOgK5kddtz .content-head {
  max-width: 800px;
}
.cid-uOgK5kddtz .mbr-section-title {
  color: #000000;
}
.cid-ugTXeOw4aS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-ugTXeOw4aS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTXeOw4aS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTXeOw4aS .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTXeOw4aS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTXeOw4aS .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugTXeOw4aS .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTXeOw4aS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:hover,
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTXeOw4aS .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTXeOw4aS .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-ugTXeOw4aS .mbr-section-title {
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-text {
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-desc {
  color: #000000;
}
.cid-ugTXeOw4aS .list {
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-section-title,
.cid-ugTXeOw4aS .mbr-section-btn,
.cid-ugTXeOw4aS .social-wrap {
  color: #000000;
}
.cid-ugTXeOw4aS .mbr-text,
.cid-ugTXeOw4aS .text-wrapper {
  color: #000000;
}
.cid-uOguyP9Dtw .navbar-dropdown {
  position: relative !important;
}
.cid-uOguyP9Dtw .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOguyP9Dtw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOguyP9Dtw .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item:hover,
.cid-uOguyP9Dtw .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item:hover span {
  color: white;
}
.cid-uOguyP9Dtw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOguyP9Dtw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOguyP9Dtw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOguyP9Dtw .nav-link {
  position: relative;
}
.cid-uOguyP9Dtw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOguyP9Dtw .container {
    flex-wrap: nowrap;
  }
}
.cid-uOguyP9Dtw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOguyP9Dtw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOguyP9Dtw .dropdown-menu,
.cid-uOguyP9Dtw .navbar.opened {
  background: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item:focus,
.cid-uOguyP9Dtw .nav-link:focus {
  outline: none;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOguyP9Dtw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOguyP9Dtw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOguyP9Dtw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOguyP9Dtw .navbar.opened {
  transition: all 0.3s;
}
.cid-uOguyP9Dtw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOguyP9Dtw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOguyP9Dtw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOguyP9Dtw .navbar.collapsed {
  justify-content: center;
}
.cid-uOguyP9Dtw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOguyP9Dtw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOguyP9Dtw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOguyP9Dtw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOguyP9Dtw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOguyP9Dtw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOguyP9Dtw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOguyP9Dtw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOguyP9Dtw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOguyP9Dtw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOguyP9Dtw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOguyP9Dtw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOguyP9Dtw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-caption:hover,
.cid-uOguyP9Dtw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOguyP9Dtw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOguyP9Dtw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item.active,
.cid-uOguyP9Dtw .dropdown-item:active {
  background-color: transparent;
}
.cid-uOguyP9Dtw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOguyP9Dtw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOguyP9Dtw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOguyP9Dtw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOguyP9Dtw .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOguyP9Dtw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOguyP9Dtw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOguyP9Dtw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOguyP9Dtw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOguyP9Dtw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar {
    height: 70px;
  }
  .cid-uOguyP9Dtw .navbar.opened {
    height: auto;
  }
  .cid-uOguyP9Dtw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOguyP9Dtw .navbar-nav {
  margin: 0 auto;
}
.cid-uOguyP9Dtw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOguyP9Dtw .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOguyP9Dtw .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOguyP9Dtw .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOguyP9Dtw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOguyP9Dtw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOguyP9Dtw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOguyP9Dtw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOguyP9Dtw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOguyP9Dtw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOguyP9Dtw .content-wrap {
  min-height: 110px;
}
.cid-uOguyP9Dtw .mbr-section-btn .btn::after,
.cid-uOguyP9Dtw .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOguyP9Dtw .mbr-section-btn .btn:hover,
.cid-uOguyP9Dtw .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOguyP9Dtw .mbr-section-btn .btn:hover::after,
.cid-uOguyP9Dtw .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOgKzvAPRg {
  overflow: hidden;
  background-image: url("../../../assets/images/13.jpg-1500x1001.jpg");
}
.cid-uOgKzvAPRg .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uOgKzvAPRg .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgKzvAPRg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOgKzvAPRg .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uOgKzvAPRg .col-12 {
  position: relative;
}
.cid-uOgKzvAPRg .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgKzvAPRg .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uOgKzvAPRg .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-uOgKzvAPRg .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uOgKzvAPRg .mbr-section-title {
  color: #000000;
}
.cid-uOgKzvAPRg .mbr-text,
.cid-uOgKzvAPRg .mbr-section-btn {
  color: #000000;
}
.cid-uOcYDv5Yuz {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uOcYDv5Yuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcYDv5Yuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcYDv5Yuz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOcYDv5Yuz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOcYDv5Yuz .container {
    padding: 0;
  }
}
.cid-uOcYDv5Yuz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOcYDv5Yuz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOcYDv5Yuz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOcYDv5Yuz .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOcYDv5Yuz .mbr-section-title {
  color: #000000;
}
.cid-uOcYDv5Yuz .mbr-text {
  color: #000000;
}
.cid-uOhoLid2X3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uOhoLid2X3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhoLid2X3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhoLid2X3 .card-wrapper {
  border: 1px solid #ea491a;
}
.cid-uOhoLid2X3 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOhoLid2X3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOhoLid2X3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOhoLid2X3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOhoLid2X3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOhoLid2X3 .content-head {
  max-width: 800px;
}
.cid-uOhoLid2X3 .mbr-section-title {
  color: #000000;
}
.cid-uOcYDHh29k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOcYDHh29k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcYDHh29k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcYDHh29k .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOcYDHh29k .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOcYDHh29k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOcYDHh29k .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOcYDHh29k .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOcYDHh29k .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOcYDHh29k .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOcYDHh29k .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOcYDHh29k .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOcYDHh29k .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOcYDHh29k .list-wrapper .list .item-wrap:hover,
.cid-uOcYDHh29k .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOcYDHh29k .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOcYDHh29k .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOcYDHh29k .mbr-section-title {
  color: #ffffff;
}
.cid-uOcYDHh29k .mbr-text {
  color: #ffffff;
}
.cid-uOcYDHh29k .mbr-desc {
  color: #000000;
}
.cid-uOcYDHh29k .list {
  color: #ffffff;
}
.cid-uOcYDHh29k .mbr-section-title,
.cid-uOcYDHh29k .mbr-section-btn,
.cid-uOcYDHh29k .social-wrap {
  color: #000000;
}
.cid-uOcYDHh29k .mbr-text,
.cid-uOcYDHh29k .text-wrapper {
  color: #000000;
}
.cid-uOguyP9Dtw .navbar-dropdown {
  position: relative !important;
}
.cid-uOguyP9Dtw .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOguyP9Dtw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOguyP9Dtw .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item:hover,
.cid-uOguyP9Dtw .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item:hover span {
  color: white;
}
.cid-uOguyP9Dtw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOguyP9Dtw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOguyP9Dtw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOguyP9Dtw .nav-link {
  position: relative;
}
.cid-uOguyP9Dtw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOguyP9Dtw .container {
    flex-wrap: nowrap;
  }
}
.cid-uOguyP9Dtw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOguyP9Dtw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOguyP9Dtw .dropdown-menu,
.cid-uOguyP9Dtw .navbar.opened {
  background: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item:focus,
.cid-uOguyP9Dtw .nav-link:focus {
  outline: none;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOguyP9Dtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOguyP9Dtw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOguyP9Dtw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOguyP9Dtw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOguyP9Dtw .navbar.opened {
  transition: all 0.3s;
}
.cid-uOguyP9Dtw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOguyP9Dtw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOguyP9Dtw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOguyP9Dtw .navbar.collapsed {
  justify-content: center;
}
.cid-uOguyP9Dtw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOguyP9Dtw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOguyP9Dtw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOguyP9Dtw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOguyP9Dtw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOguyP9Dtw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOguyP9Dtw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOguyP9Dtw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOguyP9Dtw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOguyP9Dtw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOguyP9Dtw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOguyP9Dtw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOguyP9Dtw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOguyP9Dtw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOguyP9Dtw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-caption:hover,
.cid-uOguyP9Dtw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOguyP9Dtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOguyP9Dtw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOguyP9Dtw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOguyP9Dtw .dropdown-item.active,
.cid-uOguyP9Dtw .dropdown-item:active {
  background-color: transparent;
}
.cid-uOguyP9Dtw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOguyP9Dtw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOguyP9Dtw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOguyP9Dtw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOguyP9Dtw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOguyP9Dtw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOguyP9Dtw .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOguyP9Dtw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOguyP9Dtw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOguyP9Dtw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOguyP9Dtw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOguyP9Dtw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOguyP9Dtw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOguyP9Dtw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOguyP9Dtw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOguyP9Dtw .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-uOguyP9Dtw .navbar {
    height: 70px;
  }
  .cid-uOguyP9Dtw .navbar.opened {
    height: auto;
  }
  .cid-uOguyP9Dtw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOguyP9Dtw .navbar-nav {
  margin: 0 auto;
}
.cid-uOguyP9Dtw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOguyP9Dtw .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOguyP9Dtw .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOguyP9Dtw .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOguyP9Dtw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOguyP9Dtw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOguyP9Dtw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOguyP9Dtw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOguyP9Dtw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOguyP9Dtw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOguyP9Dtw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOguyP9Dtw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOguyP9Dtw .content-wrap {
  min-height: 110px;
}
.cid-uOguyP9Dtw .mbr-section-btn .btn::after,
.cid-uOguyP9Dtw .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOguyP9Dtw .mbr-section-btn .btn:hover,
.cid-uOguyP9Dtw .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOguyP9Dtw .mbr-section-btn .btn:hover::after,
.cid-uOguyP9Dtw .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOgLbmLf7c {
  overflow: hidden;
  background-image: url("../../../assets/images/download-4.jpg-1288x783.jpg");
}
.cid-uOgLbmLf7c .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uOgLbmLf7c .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgLbmLf7c .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOgLbmLf7c .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uOgLbmLf7c .col-12 {
  position: relative;
}
.cid-uOgLbmLf7c .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgLbmLf7c .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uOgLbmLf7c .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-uOgLbmLf7c .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uOgLbmLf7c .mbr-section-title {
  color: #000000;
}
.cid-uOgLbmLf7c .mbr-text,
.cid-uOgLbmLf7c .mbr-section-btn {
  color: #000000;
}
.cid-uOd2hbI9Zn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOd2hbI9Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd2hbI9Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd2hbI9Zn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd2hbI9Zn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd2hbI9Zn .container {
    padding: 0;
  }
}
.cid-uOd2hbI9Zn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd2hbI9Zn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOd2hbI9Zn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd2hbI9Zn .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOd2hbI9Zn .mbr-section-title {
  color: #000000;
}
.cid-uOd2hbI9Zn .mbr-text {
  color: #000000;
}
.cid-uOhoRMMySr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uOhoRMMySr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhoRMMySr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhoRMMySr .card-wrapper {
  border: 1px solid #ea491a;
}
.cid-uOhoRMMySr .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOhoRMMySr .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOhoRMMySr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOhoRMMySr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOhoRMMySr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOhoRMMySr .content-head {
  max-width: 800px;
}
.cid-uOhoRMMySr .mbr-section-title {
  color: #000000;
}
.cid-uOd2hdwFH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOd2hdwFH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd2hdwFH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd2hdwFH9 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd2hdwFH9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd2hdwFH9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOd2hdwFH9 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd2hdwFH9 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOd2hdwFH9 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd2hdwFH9 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd2hdwFH9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap:hover,
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOd2hdwFH9 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOd2hdwFH9 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOd2hdwFH9 .mbr-section-title {
  color: #ffffff;
}
.cid-uOd2hdwFH9 .mbr-text {
  color: #ffffff;
}
.cid-uOd2hdwFH9 .mbr-desc {
  color: #000000;
}
.cid-uOd2hdwFH9 .list {
  color: #ffffff;
}
.cid-uOd2hdwFH9 .mbr-section-title,
.cid-uOd2hdwFH9 .mbr-section-btn,
.cid-uOd2hdwFH9 .social-wrap {
  color: #000000;
}
.cid-uOd2hdwFH9 .mbr-text,
.cid-uOd2hdwFH9 .text-wrapper {
  color: #000000;
}
.cid-uOgOaRozVy .navbar-dropdown {
  position: relative !important;
}
.cid-uOgOaRozVy .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOgOaRozVy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOgOaRozVy .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-uOgOaRozVy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOgOaRozVy .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOgOaRozVy .dropdown-item:hover,
.cid-uOgOaRozVy .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOgOaRozVy .dropdown-item:hover span {
  color: white;
}
.cid-uOgOaRozVy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOgOaRozVy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOgOaRozVy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgOaRozVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgOaRozVy .nav-link {
  position: relative;
}
.cid-uOgOaRozVy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOgOaRozVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uOgOaRozVy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOgOaRozVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOgOaRozVy .dropdown-menu,
.cid-uOgOaRozVy .navbar.opened {
  background: #121212 !important;
}
.cid-uOgOaRozVy .nav-item:focus,
.cid-uOgOaRozVy .nav-link:focus {
  outline: none;
}
.cid-uOgOaRozVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOgOaRozVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOgOaRozVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOgOaRozVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOgOaRozVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgOaRozVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgOaRozVy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOgOaRozVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgOaRozVy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOgOaRozVy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOgOaRozVy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOgOaRozVy .navbar.collapsed {
  justify-content: center;
}
.cid-uOgOaRozVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgOaRozVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgOaRozVy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOgOaRozVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgOaRozVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgOaRozVy .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-uOgOaRozVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgOaRozVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgOaRozVy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgOaRozVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgOaRozVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgOaRozVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgOaRozVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgOaRozVy .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-uOgOaRozVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOgOaRozVy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgOaRozVy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOgOaRozVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOgOaRozVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOgOaRozVy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgOaRozVy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOgOaRozVy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOgOaRozVy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOgOaRozVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOgOaRozVy .navbar-brand .navbar-caption:hover,
.cid-uOgOaRozVy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOgOaRozVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgOaRozVy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOgOaRozVy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOgOaRozVy .dropdown-item.active,
.cid-uOgOaRozVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgOaRozVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgOaRozVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgOaRozVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgOaRozVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOgOaRozVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOgOaRozVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOgOaRozVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgOaRozVy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOgOaRozVy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOgOaRozVy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOgOaRozVy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOgOaRozVy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOgOaRozVy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOgOaRozVy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOgOaRozVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgOaRozVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOgOaRozVy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOgOaRozVy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOgOaRozVy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOgOaRozVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgOaRozVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgOaRozVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgOaRozVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgOaRozVy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOgOaRozVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOgOaRozVy .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-uOgOaRozVy .navbar {
    height: 70px;
  }
  .cid-uOgOaRozVy .navbar.opened {
    height: auto;
  }
  .cid-uOgOaRozVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOgOaRozVy .navbar-nav {
  margin: 0 auto;
}
.cid-uOgOaRozVy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOgOaRozVy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOgOaRozVy .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOgOaRozVy .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOgOaRozVy .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOgOaRozVy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOgOaRozVy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOgOaRozVy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOgOaRozVy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOgOaRozVy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOgOaRozVy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOgOaRozVy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOgOaRozVy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOgOaRozVy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOgOaRozVy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOgOaRozVy .content-wrap {
  min-height: 110px;
}
.cid-uOgOaRozVy .mbr-section-btn .btn::after,
.cid-uOgOaRozVy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOgOaRozVy .mbr-section-btn .btn:hover,
.cid-uOgOaRozVy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOgOaRozVy .mbr-section-btn .btn:hover::after,
.cid-uOgOaRozVy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOgOaSUfQy {
  overflow: hidden;
  background-image: url("../../../assets/images/canopytentrentalsinlasvegas-7ctentrentalsnearme-7ctentrentals-7cposhexpressrentals.jpg-2000x1292.jpg");
}
.cid-uOgOaSUfQy .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uOgOaSUfQy .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgOaSUfQy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOgOaSUfQy .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uOgOaSUfQy .col-12 {
  position: relative;
}
.cid-uOgOaSUfQy .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgOaSUfQy .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uOgOaSUfQy .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-uOgOaSUfQy .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uOgOaSUfQy .mbr-section-title {
  color: #000000;
}
.cid-uOgOaSUfQy .mbr-text,
.cid-uOgOaSUfQy .mbr-section-btn {
  color: #000000;
}
.cid-uOgOaUglkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgOaUglkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOaUglkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgOaUglkb .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOgOaUglkb .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOgOaUglkb .mbr-section-title {
  color: #00524F;
}
.cid-uOgOaUglkb .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOgOaUglkb .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOgOaUglkb .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOgOaUglkb .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOgOaUglkb .item-container {
  width: 100%;
  display: flex;
}
.cid-uOgOaUglkb .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOgOaUglkb .card-text {
  color: #000000;
  width: 100%;
}
.cid-uOgOaVz2OV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgOaVz2OV blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #bc5e4d;
}
.cid-uOgOaVz2OV .mbr-text {
  color: #000000;
}
.cid-uOgOaWGC84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgOaWGC84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOaWGC84 .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-uOgOaWGC84 .container {
    padding: 0 16px;
  }
}
.cid-uOgOaWGC84 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdfd9;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uOgOaWGC84 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uOgOaWGC84 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uOgOaWGC84 .image-wrapper img {
    height: 300px;
  }
}
.cid-uOgOaWGC84 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgOaWGC84 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOgOaWGC84 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgOaWGC84 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOgOaWGC84 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgOaWGC84 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOgOaWGC84 .mbr-section-title,
.cid-uOgOaWGC84 .mbr-section-btn {
  color: #000000;
}
.cid-uOgOaWGC84 .mbr-text {
  color: #000000;
}
.cid-uOgOaXWx5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bc5e4d;
}
.cid-uOgOaXWx5b .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOgOaXWx5b .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOgOaXWx5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOaXWx5b .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-uOgOaXWx5b .container {
    padding: 0 30px;
  }
}
.cid-uOgOaXWx5b .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uOgOaXWx5b .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgOaXWx5b .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uOgOaXWx5b .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgOaXWx5b .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uOgOaXWx5b .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uOgOaXWx5b .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOgOaXWx5b .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uOgOaXWx5b .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uOgOaXWx5b .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgOaXWx5b .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uOgOaXWx5b .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uOgOaXWx5b .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uOgOaXWx5b .mbr-desc {
  color: #c7fcb5;
}
.cid-uOgOaXWx5b .mbr-text {
  color: #c7fcb5;
}
.cid-uOgOaXWx5b .item-number {
  color: #144031;
}
.cid-uOgOaXWx5b .item-title {
  color: #144031;
}
.cid-uOgOaXWx5b .item-text {
  color: #000000;
  text-align: center;
}
.cid-uOgOaZoB5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgOaZoB5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOaZoB5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgOaZoB5z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgOaZoB5z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgOaZoB5z .container {
    padding: 0;
  }
}
.cid-uOgOaZoB5z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOgOaZoB5z .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOgOaZoB5z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOgOaZoB5z .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOgOaZoB5z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOgOaZoB5z .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOgOb0y7wy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgOb0y7wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOb0y7wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgOb0y7wy .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOgOb0y7wy .item {
    margin-bottom: 16px;
  }
}
.cid-uOgOb0y7wy .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uOgOb0y7wy .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOgOb0y7wy .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uOgOb0y7wy .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgOb0y7wy .item .item-wrapper {
    display: block;
  }
}
.cid-uOgOb0y7wy .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffdfd9;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uOgOb0y7wy .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOgOb0y7wy .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uOgOb0y7wy .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uOgOb0y7wy .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uOgOb0y7wy .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOgOb0y7wy .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOgOb0y7wy .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOgOb0y7wy .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOgOb0y7wy .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uOgOb0y7wy .item-title {
  color: #000000;
}
.cid-uOgOb0y7wy .item-desc {
  color: #000000;
}
.cid-uOgOb1WdSW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgOb1WdSW .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uOgOb1WdSW .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOgOb1WdSW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOgOb1WdSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOb1WdSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgOb3bfEQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgOb3bfEQ .mbr-text {
  color: #767676;
}
.cid-uOgOb3bfEQ .card-subtitle {
  margin: 0;
}
.cid-uOgOb3bfEQ .link {
  margin: 0;
}
.cid-uOgOb3bfEQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uOgOb3bfEQ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uOgOb3bfEQ .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uOgOb3bfEQ .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uOgOb3bfEQ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uOgOb3bfEQ .date {
  margin: 0;
}
.cid-uOgOb3bfEQ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uOgOb3bfEQ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uOgOb3bfEQ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uOgOb3bfEQ .card-img:hover:before {
  opacity: 0.4;
}
.cid-uOgOb3bfEQ .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOgOb3bfEQ .icon-box {
    flex-direction: column;
  }
  .cid-uOgOb3bfEQ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uOgOb3bfEQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOgOb3bfEQ .card {
    margin-bottom: 3rem;
  }
}
.cid-uOgOb3bfEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOb3bfEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgOb3bfEQ .mbr-text,
.cid-uOgOb3bfEQ .link {
  color: #000000;
}
.cid-uOgOb3bfEQ .card-title,
.cid-uOgOb3bfEQ .card-img {
  color: #000000;
}
.cid-uOhlS7zuVc {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uOhlS7zuVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhlS7zuVc .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-uOhlS7zuVc .container {
    padding: 0 20px;
  }
}
.cid-uOhlS7zuVc .row {
  margin: 0;
}
.cid-uOhlS7zuVc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOhlS7zuVc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOhlS7zuVc .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uOhlS7zuVc .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uOhlS7zuVc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOhlS7zuVc .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uOhlS7zuVc .mbr-section-title {
  color: #000000;
}
.cid-uOgOb536xk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgOb536xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOb536xk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgOb536xk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgOb536xk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgOb536xk .container {
    padding: 0 16px;
  }
}
.cid-uOgOb536xk .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOgOb536xk .row {
    margin: 0 10px;
  }
}
.cid-uOgOb536xk .row .item {
  padding: 0;
}
.cid-uOgOb536xk .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOgOb536xk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOgOb536xk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOgOb536xk .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uOgOb536xk .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uOgOb536xk .panel-group .card:first-child {
  border-top: none;
}
.cid-uOgOb536xk .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uOgOb536xk .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uOgOb536xk .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgOb536xk .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uOgOb536xk .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #bc5e4d;
}
.cid-uOgOb536xk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffffff;
  background-color: #192227;
}
.cid-uOgOb536xk .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uOgOb536xk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOgOb536xk .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uOgOb536xk .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uOgOb536xk .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uOgOb536xk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOgOb536xk .image-wrapper {
  height: 100%;
}
.cid-uOgOb536xk .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOgOb536xk .image-wrapper img {
    height: 350px;
  }
}
.cid-uOgOb536xk .mbr-section-title {
  color: #000000;
}
.cid-uOgOb536xk .panel-title-edit {
  color: #000000;
}
.cid-uOgOb536xk .panel-text {
  color: #fdfcfc;
}
.cid-uOgOb7xN5h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOgOb7xN5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOb7xN5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgOb7xN5h img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOgOb7xN5h img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOgOb7xN5h .row {
  flex-direction: row-reverse;
}
.cid-uOgOb7xN5h .row {
  align-items: center;
}
.cid-uOgOb7xN5h .mbr-section-title {
  color: #000000;
}
.cid-uOgOb7xN5h .mbr-text,
.cid-uOgOb7xN5h .mbr-section-btn {
  color: #000000;
}
.cid-uOgOb9er5D {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgOb9er5D .container {
  max-width: 1500px;
}
.cid-uOgOb9er5D img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uOgOb9er5D img:hover {
  transform: scale(1.1);
}
.cid-uOgOb9er5D .row {
  background: #ffffff;
}
.cid-uOgOb9er5D .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uOgOb9er5D h2 {
  padding: 0;
  margin: 0;
}
.cid-uOgOb9er5D .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOgOb9er5D .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uOgOb9er5D .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uOgOb9er5D .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uOgOb9er5D .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uOgOb9er5D .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOgOb9er5D .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uOgOb9er5D .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uOgOb9er5D .row {
    margin: 0rem;
  }
  .cid-uOgOb9er5D .text-col {
    padding: 2rem 1rem;
  }
  .cid-uOgOb9er5D .number {
    margin-right: 2rem;
  }
  .cid-uOgOb9er5D .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uOgOb9er5D H2 {
  color: #000000;
}
.cid-uOgOb9er5D .mbr-text {
  color: #000000;
}
.cid-uOgOb9er5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgOb9er5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgObb1g3w {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/21.jpg-960x639.jpg");
}
.cid-uOgObb1g3w .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uOgObb1g3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgObb1g3w .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOgObb1g3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgObb1g3w h1 {
  max-width: 800px;
}
.cid-uOgObb1g3w p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOgObb1g3w {
    align-items: center;
  }
  .cid-uOgObb1g3w .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOgObb1g3w .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOgObb1g3w {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOgObb1g3w .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOgObb1g3w .content-wrap {
    width: 100%;
  }
}
.cid-uOgObb1g3w .mbr-section-subtitle,
.cid-uOgObb1g3w .line {
  color: #ffffff;
}
.cid-uOgObb1g3w .mbr-text,
.cid-uOgObb1g3w .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOgObb1g3w .mbr-section-title {
  color: #291f1e;
}
.cid-uOgPQvSSVf {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOgPQvSSVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgPQvSSVf .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-uOgPQvSSVf .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uOgPQvSSVf .container {
    padding: 0 4px;
  }
}
.cid-uOgPQvSSVf .row {
  margin: 0;
}
.cid-uOgPQvSSVf .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgPQvSSVf .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOgPQvSSVf .row .panel-group .card {
  border-bottom: 1px solid #bc5e4d;
  border-radius: 0 !important;
}
.cid-uOgPQvSSVf .row .panel-group .card:first-child {
  border-top: 1px solid #bc5e4d;
}
.cid-uOgPQvSSVf .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uOgPQvSSVf .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uOgPQvSSVf .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOgPQvSSVf .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOgPQvSSVf .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uOgPQvSSVf .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgPQvSSVf .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uOgPQvSSVf .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgPQvSSVf .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uOgPQvSSVf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOgPQvSSVf .panel-title-edit,
.cid-uOgPQvSSVf .mbr-iconfont {
  color: #000000;
}
.cid-uOgPQvSSVf .mbr-text {
  color: #000000;
}
.cid-uOgObcK2SO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uOgObcK2SO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgObcK2SO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgObcK2SO .card-wrapper {
  border: 1px solid #ea491a;
}
.cid-uOgObcK2SO .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOgObcK2SO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOgObcK2SO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOgObcK2SO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOgObcK2SO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOgObcK2SO .content-head {
  max-width: 800px;
}
.cid-uOgObcK2SO .mbr-section-title {
  color: #000000;
}
.cid-uOgObejDya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgObejDya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgObejDya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgObejDya .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOgObejDya .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOgObejDya .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOgObejDya .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOgObejDya .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgObejDya .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOgObejDya .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOgObejDya .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOgObejDya .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOgObejDya .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOgObejDya .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOgObejDya .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOgObejDya .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOgObejDya .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOgObejDya .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOgObejDya .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOgObejDya .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOgObejDya .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOgObejDya .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgObejDya .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOgObejDya .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOgObejDya .list-wrapper .list .item-wrap:hover,
.cid-uOgObejDya .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOgObejDya .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOgObejDya .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOgObejDya .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOgObejDya .mbr-section-title {
  color: #ffffff;
}
.cid-uOgObejDya .mbr-text {
  color: #ffffff;
}
.cid-uOgObejDya .mbr-desc {
  color: #000000;
}
.cid-uOgObejDya .list {
  color: #ffffff;
}
.cid-uOgObejDya .mbr-section-title,
.cid-uOgObejDya .mbr-section-btn,
.cid-uOgObejDya .social-wrap {
  color: #000000;
}
.cid-uOgObejDya .mbr-text,
.cid-uOgObejDya .text-wrapper {
  color: #000000;
}
.cid-uOgRSP3jc1 .navbar-dropdown {
  position: relative !important;
}
.cid-uOgRSP3jc1 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOgRSP3jc1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOgRSP3jc1 .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-uOgRSP3jc1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOgRSP3jc1 .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOgRSP3jc1 .dropdown-item:hover,
.cid-uOgRSP3jc1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOgRSP3jc1 .dropdown-item:hover span {
  color: white;
}
.cid-uOgRSP3jc1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOgRSP3jc1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOgRSP3jc1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgRSP3jc1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgRSP3jc1 .nav-link {
  position: relative;
}
.cid-uOgRSP3jc1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOgRSP3jc1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uOgRSP3jc1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOgRSP3jc1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOgRSP3jc1 .dropdown-menu,
.cid-uOgRSP3jc1 .navbar.opened {
  background: #121212 !important;
}
.cid-uOgRSP3jc1 .nav-item:focus,
.cid-uOgRSP3jc1 .nav-link:focus {
  outline: none;
}
.cid-uOgRSP3jc1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOgRSP3jc1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOgRSP3jc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOgRSP3jc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOgRSP3jc1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgRSP3jc1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgRSP3jc1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOgRSP3jc1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgRSP3jc1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOgRSP3jc1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOgRSP3jc1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOgRSP3jc1 .navbar.collapsed {
  justify-content: center;
}
.cid-uOgRSP3jc1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgRSP3jc1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgRSP3jc1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOgRSP3jc1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgRSP3jc1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgRSP3jc1 .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-uOgRSP3jc1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgRSP3jc1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgRSP3jc1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgRSP3jc1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgRSP3jc1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgRSP3jc1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgRSP3jc1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgRSP3jc1 .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-uOgRSP3jc1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOgRSP3jc1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgRSP3jc1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOgRSP3jc1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOgRSP3jc1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOgRSP3jc1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgRSP3jc1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOgRSP3jc1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOgRSP3jc1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOgRSP3jc1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOgRSP3jc1 .navbar-brand .navbar-caption:hover,
.cid-uOgRSP3jc1 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOgRSP3jc1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgRSP3jc1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOgRSP3jc1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOgRSP3jc1 .dropdown-item.active,
.cid-uOgRSP3jc1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgRSP3jc1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgRSP3jc1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgRSP3jc1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgRSP3jc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOgRSP3jc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOgRSP3jc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOgRSP3jc1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgRSP3jc1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOgRSP3jc1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOgRSP3jc1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOgRSP3jc1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOgRSP3jc1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOgRSP3jc1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOgRSP3jc1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOgRSP3jc1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgRSP3jc1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOgRSP3jc1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOgRSP3jc1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOgRSP3jc1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOgRSP3jc1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgRSP3jc1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgRSP3jc1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgRSP3jc1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgRSP3jc1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOgRSP3jc1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOgRSP3jc1 .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-uOgRSP3jc1 .navbar {
    height: 70px;
  }
  .cid-uOgRSP3jc1 .navbar.opened {
    height: auto;
  }
  .cid-uOgRSP3jc1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOgRSP3jc1 .navbar-nav {
  margin: 0 auto;
}
.cid-uOgRSP3jc1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOgRSP3jc1 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOgRSP3jc1 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOgRSP3jc1 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOgRSP3jc1 .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOgRSP3jc1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOgRSP3jc1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOgRSP3jc1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOgRSP3jc1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOgRSP3jc1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOgRSP3jc1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOgRSP3jc1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOgRSP3jc1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOgRSP3jc1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOgRSP3jc1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOgRSP3jc1 .content-wrap {
  min-height: 110px;
}
.cid-uOgRSP3jc1 .mbr-section-btn .btn::after,
.cid-uOgRSP3jc1 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOgRSP3jc1 .mbr-section-btn .btn:hover,
.cid-uOgRSP3jc1 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOgRSP3jc1 .mbr-section-btn .btn:hover::after,
.cid-uOgRSP3jc1 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOgRSRkA9l {
  overflow: hidden;
  background-image: url("../../../assets/images/premier-party-rentals-wedding-rentals-large-1.jpg-1200x900.jpg");
}
.cid-uOgRSRkA9l .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uOgRSRkA9l .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgRSRkA9l .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOgRSRkA9l .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uOgRSRkA9l .col-12 {
  position: relative;
}
.cid-uOgRSRkA9l .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOgRSRkA9l .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uOgRSRkA9l .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-uOgRSRkA9l .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uOgRSRkA9l .mbr-section-title {
  color: #000000;
}
.cid-uOgRSRkA9l .mbr-text,
.cid-uOgRSRkA9l .mbr-section-btn {
  color: #000000;
}
.cid-uOgRSTbZ0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgRSTbZ0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRSTbZ0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRSTbZ0e .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOgRSTbZ0e .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOgRSTbZ0e .mbr-section-title {
  color: #00524F;
}
.cid-uOgRSTbZ0e .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOgRSTbZ0e .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOgRSTbZ0e .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOgRSTbZ0e .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOgRSTbZ0e .item-container {
  width: 100%;
  display: flex;
}
.cid-uOgRSTbZ0e .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOgRSTbZ0e .card-text {
  color: #000000;
  width: 100%;
}
.cid-uOgRSUYRn6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgRSUYRn6 blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #bc5e4d;
}
.cid-uOgRSUYRn6 .mbr-text {
  color: #000000;
}
.cid-uOgRSWCHsM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bc5e4d;
}
.cid-uOgRSWCHsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRSWCHsM .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-uOgRSWCHsM .container {
    padding: 0 16px;
  }
}
.cid-uOgRSWCHsM .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdfd9;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uOgRSWCHsM .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uOgRSWCHsM .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uOgRSWCHsM .image-wrapper img {
    height: 300px;
  }
}
.cid-uOgRSWCHsM .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgRSWCHsM .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOgRSWCHsM .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgRSWCHsM .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOgRSWCHsM .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOgRSWCHsM .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOgRSWCHsM .mbr-section-title,
.cid-uOgRSWCHsM .mbr-section-btn {
  color: #000000;
}
.cid-uOgRSWCHsM .mbr-text {
  color: #000000;
}
.cid-uOgRSYn7Ie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bc5e4d;
}
.cid-uOgRSYn7Ie .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOgRSYn7Ie .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOgRSYn7Ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRSYn7Ie .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-uOgRSYn7Ie .container {
    padding: 0 30px;
  }
}
.cid-uOgRSYn7Ie .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uOgRSYn7Ie .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgRSYn7Ie .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uOgRSYn7Ie .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgRSYn7Ie .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uOgRSYn7Ie .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uOgRSYn7Ie .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOgRSYn7Ie .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uOgRSYn7Ie .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uOgRSYn7Ie .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgRSYn7Ie .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uOgRSYn7Ie .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uOgRSYn7Ie .mbr-desc {
  color: #c7fcb5;
}
.cid-uOgRSYn7Ie .mbr-text {
  color: #c7fcb5;
}
.cid-uOgRSYn7Ie .item-number {
  color: #144031;
}
.cid-uOgRSYn7Ie .item-title {
  color: #144031;
}
.cid-uOgRSYn7Ie .item-text {
  color: #000000;
  text-align: center;
}
.cid-uOgRT0aq6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOgRT0aq6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRT0aq6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRT0aq6T .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgRT0aq6T .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgRT0aq6T .container {
    padding: 0;
  }
}
.cid-uOgRT0aq6T .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOgRT0aq6T .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOgRT0aq6T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOgRT0aq6T .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOgRT0aq6T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOgRT0aq6T .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOgRT21IHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgRT21IHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRT21IHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRT21IHs .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOgRT21IHs .item {
    margin-bottom: 16px;
  }
}
.cid-uOgRT21IHs .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uOgRT21IHs .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOgRT21IHs .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uOgRT21IHs .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgRT21IHs .item .item-wrapper {
    display: block;
  }
}
.cid-uOgRT21IHs .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffdfd9;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uOgRT21IHs .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOgRT21IHs .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uOgRT21IHs .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uOgRT21IHs .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uOgRT21IHs .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOgRT21IHs .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOgRT21IHs .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOgRT21IHs .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOgRT21IHs .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uOgRT21IHs .item-title {
  color: #000000;
}
.cid-uOgRT21IHs .item-desc {
  color: #000000;
}
.cid-uOgRT3Q44z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgRT3Q44z .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uOgRT3Q44z .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOgRT3Q44z .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOgRT3Q44z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRT3Q44z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRT5JcNX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgRT5JcNX .mbr-text {
  color: #767676;
}
.cid-uOgRT5JcNX .card-subtitle {
  margin: 0;
}
.cid-uOgRT5JcNX .link {
  margin: 0;
}
.cid-uOgRT5JcNX .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uOgRT5JcNX .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uOgRT5JcNX .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uOgRT5JcNX .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uOgRT5JcNX .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uOgRT5JcNX .date {
  margin: 0;
}
.cid-uOgRT5JcNX img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uOgRT5JcNX .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uOgRT5JcNX .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uOgRT5JcNX .card-img:hover:before {
  opacity: 0.4;
}
.cid-uOgRT5JcNX .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOgRT5JcNX .icon-box {
    flex-direction: column;
  }
  .cid-uOgRT5JcNX .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uOgRT5JcNX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOgRT5JcNX .card {
    margin-bottom: 3rem;
  }
}
.cid-uOgRT5JcNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRT5JcNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRT5JcNX .mbr-text,
.cid-uOgRT5JcNX .link {
  color: #000000;
}
.cid-uOgRT5JcNX .card-title,
.cid-uOgRT5JcNX .card-img {
  color: #000000;
}
.cid-uOgRT7LTLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgRT7LTLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRT7LTLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRT7LTLH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgRT7LTLH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOgRT7LTLH .container {
    padding: 0 16px;
  }
}
.cid-uOgRT7LTLH .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOgRT7LTLH .row {
    margin: 0 10px;
  }
}
.cid-uOgRT7LTLH .row .item {
  padding: 0;
}
.cid-uOgRT7LTLH .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOgRT7LTLH .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOgRT7LTLH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOgRT7LTLH .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uOgRT7LTLH .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uOgRT7LTLH .panel-group .card:first-child {
  border-top: none;
}
.cid-uOgRT7LTLH .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uOgRT7LTLH .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uOgRT7LTLH .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgRT7LTLH .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uOgRT7LTLH .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #bc5e4d;
}
.cid-uOgRT7LTLH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffffff;
  background-color: #192227;
}
.cid-uOgRT7LTLH .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uOgRT7LTLH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOgRT7LTLH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uOgRT7LTLH .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uOgRT7LTLH .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uOgRT7LTLH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOgRT7LTLH .image-wrapper {
  height: 100%;
}
.cid-uOgRT7LTLH .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOgRT7LTLH .image-wrapper img {
    height: 350px;
  }
}
.cid-uOgRT7LTLH .mbr-section-title {
  color: #000000;
}
.cid-uOgRT7LTLH .panel-title-edit {
  color: #000000;
}
.cid-uOgRT7LTLH .panel-text {
  color: #fdfcfc;
}
.cid-uOgRT9Uv0e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOgRT9Uv0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRT9Uv0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRT9Uv0e img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOgRT9Uv0e img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOgRT9Uv0e .row {
  flex-direction: row-reverse;
}
.cid-uOgRT9Uv0e .row {
  align-items: center;
}
.cid-uOgRT9Uv0e .mbr-section-title {
  color: #000000;
}
.cid-uOgRT9Uv0e .mbr-text,
.cid-uOgRT9Uv0e .mbr-section-btn {
  color: #000000;
}
.cid-uOgRTbQy3k {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOgRTbQy3k .container {
  max-width: 1500px;
}
.cid-uOgRTbQy3k img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uOgRTbQy3k img:hover {
  transform: scale(1.1);
}
.cid-uOgRTbQy3k .row {
  background: #ffffff;
}
.cid-uOgRTbQy3k .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uOgRTbQy3k h2 {
  padding: 0;
  margin: 0;
}
.cid-uOgRTbQy3k .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOgRTbQy3k .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uOgRTbQy3k .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uOgRTbQy3k .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uOgRTbQy3k .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uOgRTbQy3k .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOgRTbQy3k .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uOgRTbQy3k .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uOgRTbQy3k .row {
    margin: 0rem;
  }
  .cid-uOgRTbQy3k .text-col {
    padding: 2rem 1rem;
  }
  .cid-uOgRTbQy3k .number {
    margin-right: 2rem;
  }
  .cid-uOgRTbQy3k .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uOgRTbQy3k H2 {
  color: #000000;
}
.cid-uOgRTbQy3k .mbr-text {
  color: #000000;
}
.cid-uOgRTbQy3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRTbQy3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRTdMYnt {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/21.jpg-960x639.jpg");
}
.cid-uOgRTdMYnt .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uOgRTdMYnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRTdMYnt .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOgRTdMYnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRTdMYnt h1 {
  max-width: 800px;
}
.cid-uOgRTdMYnt p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOgRTdMYnt {
    align-items: center;
  }
  .cid-uOgRTdMYnt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOgRTdMYnt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOgRTdMYnt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOgRTdMYnt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOgRTdMYnt .content-wrap {
    width: 100%;
  }
}
.cid-uOgRTdMYnt .mbr-section-subtitle,
.cid-uOgRTdMYnt .line {
  color: #ffffff;
}
.cid-uOgRTdMYnt .mbr-text,
.cid-uOgRTdMYnt .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOgRTdMYnt .mbr-section-title {
  color: #291f1e;
}
.cid-uOgRTfJ0Lk {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOgRTfJ0Lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRTfJ0Lk .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-uOgRTfJ0Lk .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uOgRTfJ0Lk .container {
    padding: 0 4px;
  }
}
.cid-uOgRTfJ0Lk .row {
  margin: 0;
}
.cid-uOgRTfJ0Lk .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgRTfJ0Lk .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOgRTfJ0Lk .row .panel-group .card {
  border-bottom: 1px solid #bc5e4d;
  border-radius: 0 !important;
}
.cid-uOgRTfJ0Lk .row .panel-group .card:first-child {
  border-top: 1px solid #bc5e4d;
}
.cid-uOgRTfJ0Lk .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uOgRTfJ0Lk .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uOgRTfJ0Lk .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOgRTfJ0Lk .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOgRTfJ0Lk .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uOgRTfJ0Lk .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgRTfJ0Lk .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uOgRTfJ0Lk .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgRTfJ0Lk .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uOgRTfJ0Lk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOgRTfJ0Lk .panel-title-edit,
.cid-uOgRTfJ0Lk .mbr-iconfont {
  color: #000000;
}
.cid-uOgRTfJ0Lk .mbr-text {
  color: #000000;
}
.cid-uOgRThExpk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uOgRThExpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRThExpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRThExpk .card-wrapper {
  border: 1px solid #ea491a;
}
.cid-uOgRThExpk .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOgRThExpk .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOgRThExpk .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOgRThExpk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOgRThExpk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOgRThExpk .content-head {
  max-width: 800px;
}
.cid-uOgRThExpk .mbr-section-title {
  color: #000000;
}
.cid-uOgRTjJRqG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOgRTjJRqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgRTjJRqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgRTjJRqG .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOgRTjJRqG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOgRTjJRqG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOgRTjJRqG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOgRTjJRqG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgRTjJRqG .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOgRTjJRqG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOgRTjJRqG .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOgRTjJRqG .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOgRTjJRqG .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOgRTjJRqG .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOgRTjJRqG .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOgRTjJRqG .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOgRTjJRqG .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOgRTjJRqG .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOgRTjJRqG .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOgRTjJRqG .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOgRTjJRqG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOgRTjJRqG .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgRTjJRqG .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOgRTjJRqG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOgRTjJRqG .list-wrapper .list .item-wrap:hover,
.cid-uOgRTjJRqG .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOgRTjJRqG .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOgRTjJRqG .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOgRTjJRqG .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOgRTjJRqG .mbr-section-title {
  color: #ffffff;
}
.cid-uOgRTjJRqG .mbr-text {
  color: #ffffff;
}
.cid-uOgRTjJRqG .mbr-desc {
  color: #000000;
}
.cid-uOgRTjJRqG .list {
  color: #ffffff;
}
.cid-uOgRTjJRqG .mbr-section-title,
.cid-uOgRTjJRqG .mbr-section-btn,
.cid-uOgRTjJRqG .social-wrap {
  color: #000000;
}
.cid-uOgRTjJRqG .mbr-text,
.cid-uOgRTjJRqG .text-wrapper {
  color: #000000;
}
.cid-uOh6YKC5eH .navbar-dropdown {
  position: relative !important;
}
.cid-uOh6YKC5eH .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOh6YKC5eH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOh6YKC5eH .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-uOh6YKC5eH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOh6YKC5eH .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOh6YKC5eH .dropdown-item:hover,
.cid-uOh6YKC5eH .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOh6YKC5eH .dropdown-item:hover span {
  color: white;
}
.cid-uOh6YKC5eH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOh6YKC5eH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOh6YKC5eH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOh6YKC5eH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOh6YKC5eH .nav-link {
  position: relative;
}
.cid-uOh6YKC5eH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOh6YKC5eH .container {
    flex-wrap: nowrap;
  }
}
.cid-uOh6YKC5eH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOh6YKC5eH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOh6YKC5eH .dropdown-menu,
.cid-uOh6YKC5eH .navbar.opened {
  background: #121212 !important;
}
.cid-uOh6YKC5eH .nav-item:focus,
.cid-uOh6YKC5eH .nav-link:focus {
  outline: none;
}
.cid-uOh6YKC5eH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOh6YKC5eH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOh6YKC5eH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOh6YKC5eH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOh6YKC5eH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOh6YKC5eH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOh6YKC5eH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOh6YKC5eH .navbar.opened {
  transition: all 0.3s;
}
.cid-uOh6YKC5eH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOh6YKC5eH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOh6YKC5eH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOh6YKC5eH .navbar.collapsed {
  justify-content: center;
}
.cid-uOh6YKC5eH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOh6YKC5eH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOh6YKC5eH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOh6YKC5eH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOh6YKC5eH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOh6YKC5eH .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-uOh6YKC5eH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOh6YKC5eH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOh6YKC5eH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOh6YKC5eH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOh6YKC5eH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOh6YKC5eH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOh6YKC5eH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOh6YKC5eH .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-uOh6YKC5eH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOh6YKC5eH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOh6YKC5eH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOh6YKC5eH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOh6YKC5eH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOh6YKC5eH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOh6YKC5eH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOh6YKC5eH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOh6YKC5eH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOh6YKC5eH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOh6YKC5eH .navbar-brand .navbar-caption:hover,
.cid-uOh6YKC5eH .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOh6YKC5eH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOh6YKC5eH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOh6YKC5eH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOh6YKC5eH .dropdown-item.active,
.cid-uOh6YKC5eH .dropdown-item:active {
  background-color: transparent;
}
.cid-uOh6YKC5eH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOh6YKC5eH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOh6YKC5eH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOh6YKC5eH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOh6YKC5eH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOh6YKC5eH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOh6YKC5eH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOh6YKC5eH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOh6YKC5eH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOh6YKC5eH .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOh6YKC5eH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOh6YKC5eH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOh6YKC5eH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOh6YKC5eH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOh6YKC5eH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOh6YKC5eH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOh6YKC5eH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOh6YKC5eH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOh6YKC5eH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOh6YKC5eH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOh6YKC5eH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOh6YKC5eH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOh6YKC5eH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOh6YKC5eH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOh6YKC5eH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOh6YKC5eH .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-uOh6YKC5eH .navbar {
    height: 70px;
  }
  .cid-uOh6YKC5eH .navbar.opened {
    height: auto;
  }
  .cid-uOh6YKC5eH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOh6YKC5eH .navbar-nav {
  margin: 0 auto;
}
.cid-uOh6YKC5eH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOh6YKC5eH .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOh6YKC5eH .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOh6YKC5eH .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOh6YKC5eH .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOh6YKC5eH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOh6YKC5eH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOh6YKC5eH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOh6YKC5eH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOh6YKC5eH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOh6YKC5eH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOh6YKC5eH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOh6YKC5eH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOh6YKC5eH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOh6YKC5eH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOh6YKC5eH .content-wrap {
  min-height: 110px;
}
.cid-uOh6YKC5eH .mbr-section-btn .btn::after,
.cid-uOh6YKC5eH .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOh6YKC5eH .mbr-section-btn .btn:hover,
.cid-uOh6YKC5eH .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOh6YKC5eH .mbr-section-btn .btn:hover::after,
.cid-uOh6YKC5eH .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOh6YNqwk3 {
  overflow: hidden;
  background-image: url("../../../assets/images/7n6a9224.jpg-2000x1334.jpg");
}
.cid-uOh6YNqwk3 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uOh6YNqwk3 .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOh6YNqwk3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOh6YNqwk3 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uOh6YNqwk3 .col-12 {
  position: relative;
}
.cid-uOh6YNqwk3 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  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-uOh6YNqwk3 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uOh6YNqwk3 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-uOh6YNqwk3 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uOh6YNqwk3 .mbr-section-title {
  color: #000000;
}
.cid-uOh6YNqwk3 .mbr-text,
.cid-uOh6YNqwk3 .mbr-section-btn {
  color: #000000;
}
.cid-uOh6YPhj9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOh6YPhj9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6YPhj9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6YPhj9f .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOh6YPhj9f .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOh6YPhj9f .mbr-section-title {
  color: #00524F;
}
.cid-uOh6YPhj9f .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOh6YPhj9f .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOh6YPhj9f .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOh6YPhj9f .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOh6YPhj9f .item-container {
  width: 100%;
  display: flex;
}
.cid-uOh6YPhj9f .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOh6YPhj9f .card-text {
  color: #000000;
  width: 100%;
}
.cid-uOh6YRelXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOh6YRelXm blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #bc5e4d;
}
.cid-uOh6YRelXm .mbr-text {
  color: #000000;
}
.cid-uOh6YSVCAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOh6YSVCAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6YSVCAz .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-uOh6YSVCAz .container {
    padding: 0 16px;
  }
}
.cid-uOh6YSVCAz .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdfd9;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uOh6YSVCAz .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uOh6YSVCAz .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uOh6YSVCAz .image-wrapper img {
    height: 300px;
  }
}
.cid-uOh6YSVCAz .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOh6YSVCAz .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOh6YSVCAz .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOh6YSVCAz .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOh6YSVCAz .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uOh6YSVCAz .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOh6YSVCAz .mbr-section-title,
.cid-uOh6YSVCAz .mbr-section-btn {
  color: #000000;
}
.cid-uOh6YSVCAz .mbr-text {
  color: #000000;
}
.cid-uOh6YUJF8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bc5e4d;
}
.cid-uOh6YUJF8l .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOh6YUJF8l .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uOh6YUJF8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6YUJF8l .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-uOh6YUJF8l .container {
    padding: 0 30px;
  }
}
.cid-uOh6YUJF8l .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uOh6YUJF8l .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOh6YUJF8l .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uOh6YUJF8l .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOh6YUJF8l .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uOh6YUJF8l .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uOh6YUJF8l .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOh6YUJF8l .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uOh6YUJF8l .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uOh6YUJF8l .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOh6YUJF8l .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uOh6YUJF8l .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uOh6YUJF8l .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uOh6YUJF8l .mbr-desc {
  color: #c7fcb5;
}
.cid-uOh6YUJF8l .mbr-text {
  color: #c7fcb5;
}
.cid-uOh6YUJF8l .item-number {
  color: #144031;
}
.cid-uOh6YUJF8l .item-title {
  color: #144031;
}
.cid-uOh6YUJF8l .item-text {
  color: #000000;
  text-align: center;
}
.cid-uOh6YWRenP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOh6YWRenP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6YWRenP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6YWRenP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOh6YWRenP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOh6YWRenP .container {
    padding: 0;
  }
}
.cid-uOh6YWRenP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOh6YWRenP .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOh6YWRenP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOh6YWRenP .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOh6YWRenP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOh6YWRenP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOh6YYYQHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOh6YYYQHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6YYYQHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6YYYQHd .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOh6YYYQHd .item {
    margin-bottom: 16px;
  }
}
.cid-uOh6YYYQHd .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uOh6YYYQHd .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOh6YYYQHd .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uOh6YYYQHd .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOh6YYYQHd .item .item-wrapper {
    display: block;
  }
}
.cid-uOh6YYYQHd .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffdfd9;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uOh6YYYQHd .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOh6YYYQHd .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uOh6YYYQHd .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uOh6YYYQHd .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uOh6YYYQHd .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOh6YYYQHd .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOh6YYYQHd .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOh6YYYQHd .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOh6YYYQHd .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uOh6YYYQHd .item-title {
  color: #000000;
}
.cid-uOh6YYYQHd .item-desc {
  color: #000000;
}
.cid-uOh6Z0SH01 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOh6Z0SH01 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uOh6Z0SH01 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOh6Z0SH01 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOh6Z0SH01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6Z0SH01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6Z2J6na {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOh6Z2J6na .mbr-text {
  color: #767676;
}
.cid-uOh6Z2J6na .card-subtitle {
  margin: 0;
}
.cid-uOh6Z2J6na .link {
  margin: 0;
}
.cid-uOh6Z2J6na .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uOh6Z2J6na .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uOh6Z2J6na .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uOh6Z2J6na .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uOh6Z2J6na .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uOh6Z2J6na .date {
  margin: 0;
}
.cid-uOh6Z2J6na img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uOh6Z2J6na .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uOh6Z2J6na .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uOh6Z2J6na .card-img:hover:before {
  opacity: 0.4;
}
.cid-uOh6Z2J6na .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOh6Z2J6na .icon-box {
    flex-direction: column;
  }
  .cid-uOh6Z2J6na .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uOh6Z2J6na .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOh6Z2J6na .card {
    margin-bottom: 3rem;
  }
}
.cid-uOh6Z2J6na .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6Z2J6na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6Z2J6na .mbr-text,
.cid-uOh6Z2J6na .link {
  color: #000000;
}
.cid-uOh6Z2J6na .card-title,
.cid-uOh6Z2J6na .card-img {
  color: #000000;
}
.cid-uOh6Z5e4Ht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOh6Z5e4Ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6Z5e4Ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6Z5e4Ht .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOh6Z5e4Ht .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOh6Z5e4Ht .container {
    padding: 0 16px;
  }
}
.cid-uOh6Z5e4Ht .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOh6Z5e4Ht .row {
    margin: 0 10px;
  }
}
.cid-uOh6Z5e4Ht .row .item {
  padding: 0;
}
.cid-uOh6Z5e4Ht .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOh6Z5e4Ht .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOh6Z5e4Ht .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOh6Z5e4Ht .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uOh6Z5e4Ht .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uOh6Z5e4Ht .panel-group .card:first-child {
  border-top: none;
}
.cid-uOh6Z5e4Ht .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uOh6Z5e4Ht .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uOh6Z5e4Ht .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOh6Z5e4Ht .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uOh6Z5e4Ht .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #bc5e4d;
}
.cid-uOh6Z5e4Ht .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffffff;
  background-color: #192227;
}
.cid-uOh6Z5e4Ht .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uOh6Z5e4Ht .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOh6Z5e4Ht .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uOh6Z5e4Ht .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uOh6Z5e4Ht .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uOh6Z5e4Ht .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOh6Z5e4Ht .image-wrapper {
  height: 100%;
}
.cid-uOh6Z5e4Ht .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOh6Z5e4Ht .image-wrapper img {
    height: 350px;
  }
}
.cid-uOh6Z5e4Ht .mbr-section-title {
  color: #000000;
}
.cid-uOh6Z5e4Ht .panel-title-edit {
  color: #000000;
}
.cid-uOh6Z5e4Ht .panel-text {
  color: #fdfcfc;
}
.cid-uOh6Z9Xbxm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOh6Z9Xbxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6Z9Xbxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6Z9Xbxm img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOh6Z9Xbxm img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOh6Z9Xbxm .row {
  flex-direction: row-reverse;
}
.cid-uOh6Z9Xbxm .row {
  align-items: center;
}
.cid-uOh6Z9Xbxm .mbr-section-title {
  color: #000000;
}
.cid-uOh6Z9Xbxm .mbr-text,
.cid-uOh6Z9Xbxm .mbr-section-btn {
  color: #000000;
}
.cid-uOh6ZcuJbY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOh6ZcuJbY .container {
  max-width: 1500px;
}
.cid-uOh6ZcuJbY img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uOh6ZcuJbY img:hover {
  transform: scale(1.1);
}
.cid-uOh6ZcuJbY .row {
  background: #ffffff;
}
.cid-uOh6ZcuJbY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uOh6ZcuJbY h2 {
  padding: 0;
  margin: 0;
}
.cid-uOh6ZcuJbY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOh6ZcuJbY .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uOh6ZcuJbY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uOh6ZcuJbY .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uOh6ZcuJbY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uOh6ZcuJbY .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOh6ZcuJbY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uOh6ZcuJbY .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uOh6ZcuJbY .row {
    margin: 0rem;
  }
  .cid-uOh6ZcuJbY .text-col {
    padding: 2rem 1rem;
  }
  .cid-uOh6ZcuJbY .number {
    margin-right: 2rem;
  }
  .cid-uOh6ZcuJbY .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uOh6ZcuJbY H2 {
  color: #000000;
}
.cid-uOh6ZcuJbY .mbr-text {
  color: #000000;
}
.cid-uOh6ZcuJbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6ZcuJbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6Zf2bKZ {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/21.jpg-960x639.jpg");
}
.cid-uOh6Zf2bKZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uOh6Zf2bKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6Zf2bKZ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOh6Zf2bKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6Zf2bKZ h1 {
  max-width: 800px;
}
.cid-uOh6Zf2bKZ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOh6Zf2bKZ {
    align-items: center;
  }
  .cid-uOh6Zf2bKZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOh6Zf2bKZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOh6Zf2bKZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOh6Zf2bKZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOh6Zf2bKZ .content-wrap {
    width: 100%;
  }
}
.cid-uOh6Zf2bKZ .mbr-section-subtitle,
.cid-uOh6Zf2bKZ .line {
  color: #ffffff;
}
.cid-uOh6Zf2bKZ .mbr-text,
.cid-uOh6Zf2bKZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOh6Zf2bKZ .mbr-section-title {
  color: #291f1e;
}
.cid-uOh6ZhwZMr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOh6ZhwZMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6ZhwZMr .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-uOh6ZhwZMr .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uOh6ZhwZMr .container {
    padding: 0 4px;
  }
}
.cid-uOh6ZhwZMr .row {
  margin: 0;
}
.cid-uOh6ZhwZMr .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOh6ZhwZMr .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOh6ZhwZMr .row .panel-group .card {
  border-bottom: 1px solid #bc5e4d;
  border-radius: 0 !important;
}
.cid-uOh6ZhwZMr .row .panel-group .card:first-child {
  border-top: 1px solid #bc5e4d;
}
.cid-uOh6ZhwZMr .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uOh6ZhwZMr .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uOh6ZhwZMr .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOh6ZhwZMr .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOh6ZhwZMr .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uOh6ZhwZMr .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOh6ZhwZMr .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uOh6ZhwZMr .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOh6ZhwZMr .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uOh6ZhwZMr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOh6ZhwZMr .panel-title-edit,
.cid-uOh6ZhwZMr .mbr-iconfont {
  color: #000000;
}
.cid-uOh6ZhwZMr .mbr-text {
  color: #000000;
}
.cid-uOh6Zl4mHd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uOh6Zl4mHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6Zl4mHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6Zl4mHd .card-wrapper {
  border: 1px solid #ea491a;
}
.cid-uOh6Zl4mHd .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOh6Zl4mHd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOh6Zl4mHd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOh6Zl4mHd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOh6Zl4mHd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOh6Zl4mHd .content-head {
  max-width: 800px;
}
.cid-uOh6Zl4mHd .mbr-section-title {
  color: #000000;
}
.cid-uOh6ZnUxNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bc5e4d;
}
.cid-uOh6ZnUxNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOh6ZnUxNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOh6ZnUxNS .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOh6ZnUxNS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOh6ZnUxNS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOh6ZnUxNS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOh6ZnUxNS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOh6ZnUxNS .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOh6ZnUxNS .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOh6ZnUxNS .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOh6ZnUxNS .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOh6ZnUxNS .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOh6ZnUxNS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOh6ZnUxNS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOh6ZnUxNS .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOh6ZnUxNS .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOh6ZnUxNS .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOh6ZnUxNS .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOh6ZnUxNS .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOh6ZnUxNS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOh6ZnUxNS .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOh6ZnUxNS .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOh6ZnUxNS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOh6ZnUxNS .list-wrapper .list .item-wrap:hover,
.cid-uOh6ZnUxNS .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOh6ZnUxNS .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOh6ZnUxNS .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOh6ZnUxNS .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOh6ZnUxNS .mbr-section-title {
  color: #ffffff;
}
.cid-uOh6ZnUxNS .mbr-text {
  color: #ffffff;
}
.cid-uOh6ZnUxNS .mbr-desc {
  color: #000000;
}
.cid-uOh6ZnUxNS .list {
  color: #ffffff;
}
.cid-uOh6ZnUxNS .mbr-section-title,
.cid-uOh6ZnUxNS .mbr-section-btn,
.cid-uOh6ZnUxNS .social-wrap {
  color: #000000;
}
.cid-uOh6ZnUxNS .mbr-text,
.cid-uOh6ZnUxNS .text-wrapper {
  color: #000000;
}
